send mail using telnet from script
2017/12/25
If you have no other option but to use telnet with authentication to send mail 🙂
Trunk-based Development vs. Git Flow
2017/12/18
In order to develop quality software, we need to be able to track all changes and reverse them if necessary. Version control systems fill that role by tracking project history and helping to merge …
asciinema – video for your terminal session
2017/10/16
Info about asciinema: […] To install, you can do: dnf install asciinema and here is and example: Asciinema test video Hope you find it useful if you have to show someone how to do something. …
remind – set and manager reminders the easy way
2017/10/09
remind – is a calendar and alarm program. Its simple to use from CLI. To install: dnf install remind and some details about it:
Seven Common Pitfalls to Avoid When Hiring a Freelance AngularJS Specialist
2017/09/25
Hiring a freelancer for Angular jobs can be a scary undertaking, especially when filling a hole in your team’s existing skill set. Whether you’re hiring a freelancer to take ownership of an existing …
search for a port number
2017/09/11
I find myself doing google everytime I want to search for port number mapping. So, here is a short script to do just that 🙂
A Guide to Process-oriented Programming in Elixir and OTP
2017/09/04
People like to categorize programming languages into paradigms. There are object-oriented (OO) languages, imperative languages, functional languages, etc. This can be helpful in figuring out which …
On the way
2017/07/17
Eight CSS Tips for Advanced Layouts and Effects
2017/07/03
The realm of web front-end development has made considerable progress over the last few years. However, the web front-end, as the users see it, is still the same: HTML markup styled with CSS. Many …
Eight Rules for Effective Software Production
2017/06/12
During the course of my career, I’ve participated in multiple real life software projects and observed how things are done on all levels: decision making, practices adoption, team building, …
Fix display size on libvirt/Qemu guest
2017/05/22
Lot of times I find myself of VM that does not correctly resize the screen display and that is literally nuisance. So, here is quick and dirty fix for this. First you need to find out information …
Getting Started with Elixir Programming Language
2017/05/15
If you have been reading blog posts, hacker news threads, your favorite developers tweets or listening to podcasts, at this point you’ve probably heard about the Elixir programming language. The …