How to deal with Azure VM MetaData and what to do with them | Continue reading
The subconscious role we "senior developers" play, in preventing the spread of knowledge without us realizing. And stifling the growth of all around us. | Continue reading
What is a local branch, what is a remote branch ? Why keeping up to date local branch is a waste of time ? | Continue reading
What makes web applications fun and easy to use? | Continue reading
Bitcoin improvement proposal 32 is, in my opinion, one of the most important BIPs... | Continue reading
Solid methods of improving your JS. | Continue reading
Guide to communication with GraphQL Server in Javascript without `gql` knowledge | Continue reading
Node.js: Simple sequential and parallel task list runner for terminal library. | Continue reading
I was inspired by @rpalo's quest to uncover gems in Python's standard library... | Continue reading
The 5th section of this series details various examples of secure coding. | Continue reading
Models are simplifications and abstractions of some patterns in the world or some parts of the system... | Continue reading
A beginning coder's guide to the other half of behavioral design patterns with an alternate telling of Snow White and the Seven Dwarves. | Continue reading
A list of best practices for designing and developing applications. Focused on CodeSandbox, but can be applied to any kind of application | Continue reading
A curated list with Admin Dashboards, released under the MIT license and actively supported by the publishers | Continue reading
Design Decisions for the First Embedded Analytics Open-Source Framework | Continue reading
This is the list of the most interesting and useful Ruby on Rails open source projects on GitHub collected on July 22. The key criterion I was following while completing my list, was the buzz around the project, its purpose, and prospects, and the date of the update to make sure … | Continue reading
Interactive tool to convert flat HTML (themes or stand-alone files) to Pug, Jinja2 and Blade templates | Continue reading
As a part-time computer science teacher, I often give workshops to learn about computers and their tools. | Continue reading
Learn what settings, theme, font, extensions and other things I use in vscode | Continue reading
This article was originally posted on Angular Academy by @pietrucha.Building sc... | Continue reading
A lot can be gained by trying to implement a library. In this article, we choose to try to implement a unit testing library | Continue reading
Using Screen Capture API to recognize QR codes from anywhere on your screen including other browser tabs | Continue reading
The famous JPL's Power of 10 rules apply mostly to C and compiled languages, however with a little thinking we can also understand how to use them in interpreted languages. | Continue reading
Best books on data structure and algorithms for beginners in Java, Python, C, and C++. | Continue reading
Why pull requests are not a great choice for an agile workflow. | Continue reading
let's discuss how human race is prepared for an attacking Alien invasion -Palash | Continue reading
Open-Source Flask dashboards released under the MIT license. | Continue reading
If all tests are mocked, you don’t know if your code really works, you only know that, theoretically, it is supposed to work if the integrations adhere to the contract you expect. | Continue reading