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

Who's looking for open source contributors? (May 7 edition)

Continue reading


@dev.to | 5 years ago

Confession: How I got (my piece of SaaS) Multi-Tenant

My Confession : How I got my software to be multi-tenant | Continue reading


@dev.to | 5 years ago

Add a “Physical” Smart Button to Your Next Project

Continue reading


@dev.to | 5 years ago

I spend one hour a week optimizing my development environment

Continue reading


@dev.to | 5 years ago

“Href” vs. “Src” in HTML

Last night, I vented out my frustration on <link> requiring href to point t... | Continue reading


@dev.to | 5 years ago

A Hidden Side of Procrastination

Very often, the essence of laziness, procrastination and lack of determination are our fears and limiting beliefs. | Continue reading


@dev.to | 5 years ago

My 2019 Remote Office Tour

Continue reading


@dev.to | 5 years ago

You Can Get the Source Code for Apollo 11 and Take a Course on It

Believe it or not you can get the source code for the Apollo 11 spacecraft and even take a course explaining how it works | Continue reading


@dev.to | 5 years ago

VSCode as a Vim Editor

In 2013 I started to useVim as my primary editor, the journey hasn’tbeen without ... | Continue reading


@dev.to | 5 years ago

How to create custom badges to use on markdown docs

Continue reading


@dev.to | 5 years ago

Mocking the DOM for a Node.js Environment

Continue reading


@dev.to | 5 years ago

Use SQL Window Functions

Window Functions are incredibly powerful and allow us to see the rows in a table with a new column showing a running total, rank or moving average | Continue reading


@dev.to | 5 years ago

Kubernetes for Everyone

Continue reading


@dev.to | 5 years ago

Free Websites to Learn Algorithms, Git, Python, SQL and Programming

A curated list of free websites to learn to code, Programming, Java, Python, SQL, Git, and Ruby on Rails. | Continue reading


@dev.to | 5 years ago

Zero boilerplate application state with zodiac-UI/store for Angular

Continue reading


@dev.to | 5 years ago

Increase the quality of unit tests using mutation with PITest

Continue reading


@dev.to | 5 years ago