ch
Feedback
Dev Useful Stuff

Dev Useful Stuff

前往频道在 Telegram

Here you can find some interesting links to development libraries, frameworks, tools, plugins and articles

显示更多
未指定国家技术与应用30 787
2 098
订阅者
+324 小时
+77
+2230
帖子存档
SQIP - CLI utility that generates a lighweight preview for a given image in SVG format. Have you ever seen how Google, Pinterest or Facebook preload their pictures? Say, you open Google and search for a picture, the results appear in grid and each image has its own colored placeholder and only then the real image is loaded replacing the placeholder. It is very nice practice from UX point of view. The use case of SQIP is pretty simple. Firsly you need to generate the SVG preview: sqip -o output.svg ../myImage.jpg then, you calculate base64 from it: cat output.svg | base64 and now you can use it in your HTML code, something like this: <img width="600" height="400" src="myImage.jpg" style="background-size: cover; background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWx....0iMjciLz48L2c+PC9zdmc+);"> And here you go! #js #images #svg https://github.com/technopagan/sqip

The tiny browser extension that prevents coin mining using your computer when you visit some web resources #cryptocurrency #mining #extension https://github.com/keraf/NoCoin

imgproxy - the microservice for resizing and converting remote images. More explanation is here: https://evilmartians.com/chronicles/introducing-imgproxy Github: https://github.com/DarthSim/imgproxy #microservice #go #images

Few tools to manage running Docker containers: 1) Dockly - Docker console (!) UI and Dashboard for quick manging and inspecting of Containers and Images. Written on JS. https://github.com/lirantal/dockly 2) ctop - CLI utility, provides a concise and condensed overview of real-time metrics for multiple containers: https://github.com/bcicen/ctop #Docker #terminal #gui #cli

Bunch of useful links for everyone who works with cryptocurrencies on one page. Different kind of tools, articles, scripts etc... #cryptocurrency #bitcoin https://github.com/kennethreitz/awesome-coins

Restic is a program that does backups right. #backup #security #go https://restic.github.io/

goflyway - lightweight and fast HTTP tunnel proxy with web console #firewall #go #proxy https://github.com/coyove/goflyway

Free ebook "Learning Docker". #free #ebook https://twitter.com/java/status/906914666869284864

lozad.js - light (~0.5kb) JS library for image lazy loading. Has no dependencies. #js #javascript https://github.com/ApoorvSaxena/lozad.js

NGINX Unit is a new, lightweight, open source application server built to meet the demands of today’s dynamic and distributed applications. The project is still in beta, but you can try it already now. At the moment it supports only Python, PHP, Go but Java, Node.js and Ruby are coming soon. Looks promising... #nginx #microservice https://www.nginx.com/products/nginx-unit/

www.shellcheck.net - is utterly helpful service to check your Shell scripts for any errors and mistakes. But furthermore, you can use it also from command line! The source code is available on GitHub #shell https://github.com/koalaman/shellcheck

Have you ever written any Shell scripts? Did you have any issues with testing then? shUnit2 - the interesting project to add unit tests to your Shell scripts; something similar to JUnit or PyUnit, but for Shell. #shell #script #testing https://github.com/kward/shunit2

Streamlist - self-hosted music stream server. Did you want to set up your personal local Spotify with your favourite music installed on your local computer? Now you know where to begin. #music #go https://github.com/streamlist/streamlist

Mozilla adds the "Headless mode" to the FIrefox. Finally. Now your functional tests will be faster and easier to set up. #firefox #mozilla https://developer.mozilla.org/en-US/Firefox/Headless_mode

The distributed services (or, microservices) debugging is a pain. If you've ever tried to debug more than 2 services working together, you can't forget all the suffering you went through. Squash - is quite promising project that allows you to debug microservices from your IDE. Yes, you understand it right: you just set breakpoints in your code and debug running distrubuted services as usually, line by line. At the moment it works only with VS Code. #debug #microservice #go https://github.com/solo-io/squash

Electron Desktop GUI for Webpack Dashboard helps you to build the nice and shiny Dashboards. The framework is based on Electron, written in javascript #electron #js #dashboard GitHub: https://github.com/FormidableLabs/electron-webpack-dashboard/ introduction article: http://formidable.com/blog/2017/introducing-electron-webpack-dashboard/

Kompose is the small utility that could be useful if you want to run your Docker Compose scripts on Kubernetes or OpenShift. #Docker #Kubernetes http://kompose.io/

Some things can be done only from a browser. For example, make a screenshot, generate PDF of a page, UI or performance testing... Puppeteer gives you a high-level API to manage a headless Chrome and automate all this things. #headless #chrome #automation #js https://github.com/GoogleChrome/puppeteer

Cloudprober is a monitoring software that makes it super-easy to monitor availability and performance of various components of your system. #monitoring #go https://cloudprober.github.io/

Dev Useful Stuff - Telegram 频道 @dev_useful_stuff 的统计与分析