GitHub Must Be a Free Platform

Continue reading


@dev.to | 5 years ago

Create a Dynamic Prompt String in Bash

Continue reading


@dev.to | 5 years ago

Azure VM Metadata

How to deal with Azure VM MetaData and what to do with them | Continue reading


@dev.to | 5 years ago

How to Create a Web Crawler from Scratch in Python

Continue reading


@dev.to | 5 years ago

Are we “developers” gatekeeping “knowledge” from our juniors and peers?

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


@dev.to | 5 years ago

Git TIP – Why you should not keep a local master branch?

What is a local branch, what is a remote branch ? Why keeping up to date local branch is a waste of time ? | Continue reading


@dev.to | 5 years ago

Blueprints for [an Awesome] Web-App

What makes web applications fun and easy to use? | Continue reading


@dev.to | 5 years ago

Istio for Everyone

Continue reading


@dev.to | 5 years ago

Knowledge Sharing and Dev Team Productivity

Continue reading


@dev.to | 5 years ago

What are the factors to consider when designing a microservice architecture?

Continue reading


@dev.to | 5 years ago

BIP 32 Watch-Only Wallets

Bitcoin improvement proposal 32 is, in my opinion, one of the most important BIPs... | Continue reading


@dev.to | 5 years ago

Practical Ways to Write Better JavaScript

Solid methods of improving your JS. | Continue reading


@dev.to | 5 years ago

A Beginner´S Guide to GraphQL in JavaScript

Guide to communication with GraphQL Server in Javascript without `gql` knowledge | Continue reading


@dev.to | 5 years ago

Node.js: Taskz, sequential and parallel task list runner for terminal

Node.js: Simple sequential and parallel task list runner for terminal library. | Continue reading


@dev.to | 5 years ago

Top Best Airbnb Clone Scripts Highly Recommended

Continue reading


@dev.to | 5 years ago

How to make Python code concurrent with 3 lines

I was inspired by @rpalo's quest to uncover gems in Python's standard library... | Continue reading


@dev.to | 5 years ago

Generate QR Codes in Python

python | Continue reading


@dev.to | 5 years ago

Pushing Left, Like a Boss – Part 5.7 – URL Parameters

The 5th section of this series details various examples of secure coding. | Continue reading


@dev.to | 5 years ago

How to Improve Your Thinking in One Step

Models are simplifications and abstractions of some patterns in the world or some parts of the system... | Continue reading


@dev.to | 5 years ago

Snow White and the Seven Behavioral Patterns – A Design Patterns Intro

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


@dev.to | 5 years ago

Themify Your App with Custom Properties

Continue reading


@dev.to | 5 years ago

Product and Development Best Practices and Values

A list of best practices for designing and developing applications. Focused on CodeSandbox, but can be applied to any kind of application | Continue reading


@dev.to | 5 years ago

Gems of (JS) Debugging

Continue reading


@dev.to | 5 years ago

Admin Dashboards – Open-Source and Free

A curated list with Admin Dashboards, released under the MIT license and actively supported by the publishers | Continue reading


@dev.to | 5 years ago

Design Decisions for the First Embedded Analytics Open-Source Framework

Design Decisions for the First Embedded Analytics Open-Source Framework | Continue reading


@dev.to | 5 years ago

Most Popular Rails Repositories on GitHub in July 2019

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


@dev.to | 5 years ago

HTML Parser – Flat HTML to Pug, Jinja and Mustache

Interactive tool to convert flat HTML (themes or stand-alone files) to Pug, Jinja2 and Blade templates | Continue reading


@dev.to | 5 years ago

First Year in Code (Book)

Continue reading


@dev.to | 5 years ago

Top JavaScript Patterns Every Developers Like

Continue reading


@dev.to | 5 years ago

Azure Kubernetes Service – A Beginner's Guide

Continue reading


@dev.to | 5 years ago

Osgood (a new server-side JavaScript platform) and CouchDB

Continue reading


@dev.to | 5 years ago

React Native Memory Profiling (JSC vs. V8 vs. Hermes)

Continue reading


@dev.to | 5 years ago

Announcing Git Kata

As a part-time computer science teacher, I often give workshops to learn about computers and their tools. | Continue reading


@dev.to | 5 years ago

I Am Mesmerized by Our New Robotic Vacuum

Continue reading


@dev.to | 5 years ago

My Web Development vs. Code Settings, Theme, Extensions, Tips and Tricks

Learn what settings, theme, font, extensions and other things I use in vscode | Continue reading


@dev.to | 5 years ago

PowerShell, Files and Azure Storage Account Blobs

Continue reading


@dev.to | 5 years ago

Angular Architecture Patterns and Best Practices (That Help to Scale)

This article was originally posted on Angular Academy by @pietrucha.Building sc... | Continue reading


@dev.to | 5 years ago

Reverse Engineering, how YOU can build a testing library in JavaScript

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


@dev.to | 5 years ago

An introvert's guide to making the most of meetups

Continue reading


@dev.to | 5 years ago

Intro to Screen Capture API – Scanning QR Codes in the Browser

Using Screen Capture API to recognize QR codes from anywhere on your screen including other browser tabs | Continue reading


@dev.to | 5 years ago

Best Cybersecurity Penetration Testing Tools in 2019

Continue reading


@dev.to | 5 years ago

Rules to code like NASA (applied to interpreted languages)

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


@dev.to | 5 years ago

Books to Learn Data Structure and Algorithms in Java, Python, C, and C++

Best books on data structure and algorithms for beginners in Java, Python, C, and C++. | Continue reading


@dev.to | 5 years ago

The Case Against Pull Requests

Why pull requests are not a great choice for an agile workflow. | Continue reading


@dev.to | 5 years ago

Lets Discuss: How Prepared Are We for an (Attacking) Alien Invasion

let's discuss how human race is prepared for an attacking Alien invasion -Palash | Continue reading


@dev.to | 5 years ago

Open-Source Admin Dashboards Coded in Flask – Learn by Coding

Open-Source Flask dashboards released under the MIT license. | Continue reading


@dev.to | 5 years ago

Different Ways to COmbine Arrays in JavaScript

Continue reading


@dev.to | 5 years ago

Service calls make your tests better

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


@dev.to | 5 years ago