Adding Free SSL Certificates to Static Websites via AWS Certificate Manager

It is time to level up the internet and provide HTTPS everywhere. Leverage AWS to gain free SSL certificates for your hosted websites. | Continue reading


@dev.to | 5 years ago

How to learn programming the natural way

Continue reading


@dev.to | 5 years ago

My Linux Development Environment of 2018

In this blog post I will talk a bit about the setup and software of my personal laptop, powered by Linux. | Continue reading


@dev.to | 5 years ago

How I Increased My Productivity with Visual Studio Code

In this post I will describe how I increased my productivity by learning how to... | Continue reading


@dev.to | 5 years ago

I did an AMA as a professional developer for 31 years (I'm 53)

I've been a professional developer since I graduated in 1987. I am currently th... | Continue reading


@dev.to | 5 years ago

How to Build Your First Chrome Extension

Changing the Web, One Puppy Image at a Time | Continue reading


@dev.to | 5 years ago

How to Build an Angular App with Authentication in 30 Minutes with CLI

Angular is a handy and yet powerful tool for creating single-page apps. Let’s take an example of authentication that we are going to create. | Continue reading


@dev.to | 5 years ago

Doctests, the shy giant of testing modules

Ned Boromir Stark agreesDo you use python, even to wash your clothes? Do you ... | Continue reading


@dev.to | 5 years ago

Life after Codecademy: What do I do now?

You just went through codeschool. What do you do now? | Continue reading


@dev.to | 5 years ago

Why I Love Remote Working

A retrospective on what makes remote working a | Continue reading


@dev.to | 5 years ago

Golang gotcha: when nil = nil

When nil != nil in Go. | Continue reading


@dev.to | 5 years ago

An Example of How Software Becomes Complicated

Let's write a cache in JavaScript and see what it means to keep things simple. | Continue reading


@dev.to | 5 years ago

Zero Dependancy Pub / Sub System with PostgreSQL

In this post I describe how you can implement a distributed Pub / Sub system without introducing additional complexity to your system. | Continue reading


@dev.to | 5 years ago

How to Implement Lazy Loading in Angular 6

How To implement Lazy Loading in Angular 6 | Continue reading


@dev.to | 5 years ago

Other People's Code and the Intentional Fallacy

Why you should be deleting, refactoring, and rewriting faster and more often | Continue reading


@dev.to | 5 years ago

5 Reasons to Start the #100DaysOfCode Challenge

How | Continue reading


@dev.to | 5 years ago

A log format analyzing tool from existing text log file

NOTE: This article was written mainly by machine translation. I apologize if th... | Continue reading


@dev.to | 5 years ago

The slow and painful death of a developer

Developers can die. They can be killed. Metaphorically of course. How? Let me give you an example... | Continue reading


@dev.to | 5 years ago

My First Year of Freelancing

About a year ago, I started with a freelance career. This experience has changed me as a professional, but also as a person. | Continue reading


@dev.to | 5 years ago

Tech in Pop Culture – Accurate or Hilarious?

Tech depictions in the entertainment industry have come a long way. | Continue reading


@dev.to | 5 years ago

Hello Tensorflow

Machine Learning (ML) is the dope new thing that everyone’s talking about, beca... | Continue reading


@dev.to | 5 years ago

Creating a CI/CD pipeline in ~30 seconds using Terraform and AWS

Terraform is a powerful tool for provisioning and managing cloud infrastructure... | Continue reading


@dev.to | 5 years ago

You Can't Pay Your Bills with Craft Beers

career, culture, teams, community | Continue reading


@dev.to | 5 years ago

Stopping a Java memory leak

Analyzing and stopping a memory leak in a Java application | Continue reading


@dev.to | 5 years ago

Part 6 of Introduction to Aspose.Imaging, an API to manipulate raster images

Part 1Part 2Part 3Part 4Part 5In this part I'll tell you about an eas... | Continue reading


@dev.to | 5 years ago

Software devs – ready to tell your boss to 'f*ck off'?

Are you a software developer in danger of telling your manager or client to 'fu... | Continue reading


@dev.to | 5 years ago

Developer Interview Bloopers

Some things I've learned in my journey to find a new job. | Continue reading


@dev.to | 5 years ago

Developing an OS from scratch

Just a bunch of experiences i got them in a week with developing a kernel | Continue reading


@dev.to | 6 years ago

The Road to PWA – Part 2

The Road To PWA - Service Workers | Continue reading


@dev.to | 6 years ago

Trapezoidal Rule in F#

Numerical method Trapezoidal Rule in F#. | Continue reading


@dev.to | 6 years ago

How to think like a programmer – lessons in problem solving

This post originally appeared on MediumIf you’re interested in programming, y... | Continue reading


@dev.to | 6 years ago

Sweating the very small design details: external links

I'm re-designing legal citations and external links on the public.law sites. Fr... | Continue reading


@dev.to | 6 years ago

8 books every junior developer should read

Each profession has a lot of books that a junior should read in order to advance her career, but one has to choose wisely to decide in which books should invest her time. Here I provide my opinion on which books you should read - first - if you're an aspiring developer. | Continue reading


@dev.to | 6 years ago

Stoicism and Coding

For the past several months I've been studying a philosophy known as Stoicism and I think a lot of developers could benefit from it. | Continue reading


@dev.to | 6 years ago

Security and the Future of It with Laura Bell

This is a article from my "Dev Chats" series where I speak to an awesome develo... | Continue reading


@dev.to | 6 years ago

What's the difference between a software developer and software engineer?

Is there really a difference? if so, what is the real difference? | Continue reading


@dev.to | 6 years ago

HasOwnProperty considered harmful

hasOwnProperty is often unnecessary and performs poorly | Continue reading


@dev.to | 6 years ago

How I Structure My JavaScript File

Check out my practices and recommendations on writing JavaScript files that I've learned through writing JavaScript for years. | Continue reading


@dev.to | 6 years ago

Build Your Own Transducer and Impress Your Cat

Describes how to handle `reduced?` values in transducers. | Continue reading


@dev.to | 6 years ago

How to Git Stash Your Work [the Correct Way]

Stashing your changes can be confusing in the beginning. This tutorial will help you to quickly get a hang of it and start using all the possible commands. | Continue reading


@dev.to | 6 years ago

3 Things You Need to Do When Setting Up Your First AWS Account

Learning Amazon Web Services is fun, exciting, and fast paced. Take a breath for a minute and make sure you have done these three things to your AWS account. | Continue reading


@dev.to | 6 years ago

Let me do my damn job or do it yourself

What happens when a leader or employer thinks they know better than the people they're paying? What should you do if you're being treated as if you know nothing? | Continue reading


@dev.to | 6 years ago

Is software developer fatigue a thing?

"JavaScript fatigue" is a well known concept (which also brought a lot of good)... | Continue reading


@dev.to | 6 years ago

Part 6 of Introduction to Aspose.CAD, an API to convert and export CAD files

Part 1Part 2Part 3Part 4Part 5Aspose.CAD allows one to render a DWG f... | Continue reading


@dev.to | 6 years ago

Part 5 of Introduction to Aspose.Imaging, an API to manipulate raster images

Part 1Part 2Part 3Part 4In this article on Aspose.Imaging, I'll, tell a... | Continue reading


@dev.to | 6 years ago

Show HN: Markdown-based task runner – 'saku'

I made a task-runner called saku, based on markdown syntax. | Continue reading


@dev.to | 6 years ago

Graph Theory – BaseCS Video Series

In this video, we break down graph theory, one of the most powerful concepts in computer science. | Continue reading


@dev.to | 6 years ago

Knapsack problem algorithms for my real-life carry-on knapsack

Using a greedy algorithm and dynamic programming to pack my full-time nomad travel bag. | Continue reading


@dev.to | 6 years ago