How to Post to Mastodon From Anything Using IFTTT – K²R –I finally managed to hook up IFTTT to Mastodon to auto-post from another site! I use IFTTT as glue for linking several services together including sharing interesting links from Pocket when I’m offline: I can add a tag in the app on my tablet, and then when it syncs that tag up to the cloud, […]
GraphViz Examples and Tutorial –I hope you know GraphViz. It’s a wonderful simple tool for creating diagrams. An interface as well as documentation to the GraphViz program and DSL
Shell Script Best Practices — The Sharat’s –This article is about a few quick thumb rules I use when writing shell scripts that I’ve come to appreciate over the years. Very opinionated….
Reinvent the Wheel –About the virtue of building things, even if you can get them iff the shelf. By building, and maybe only by building, do you really learn and understand how it works. AWM #97: There’s really no other option 🛞
Rosetta Code –Rosetta Code is a programming chrestomathy site. The idea is to present solutions to the same task in as many different languages as possible, to demonstrate how…
Building a Rails CI pipeline with GitHub Actions –GitHub Actions is an automation platform that you run directly from inside a repository. We can use it as a testing CI/CD pipeline and keep everything close to the code.
Learn SQL: Aggregate Functions –Aggregate functions are a very powerful tool in databases. They serve the same purpose as their equivalents in MS Excel
Try These 8 Modern Alternatives to Common Unix Commands –I may already have covered this. But there are one or two new ones on this list: “If you have used any Unix-like operating systems like GNU/Linux or terminal in the macOS, you will be familiar with cd, ls, grep, find and…”