GopherJS vs. WebAssembly for Go

This article describes about my experiment of the new WebAssembly port of Go. | Continue reading


@dev.to | 6 years ago

JavaScript: Equality insanity, or how (x === 1 && x === 2)

JavaScript can produce interesting behavior thanks to its dynamic nature and rich features! | Continue reading


@dev.to | 6 years ago

Intro to Property-Based Testing

Getting more mileage out of your test code | Continue reading


@dev.to | 6 years ago

Async programming basics every JavaScript developer should know in 2018

A beginner's guide to async programming in Javascript | Continue reading


@dev.to | 6 years ago

How to Articulate the Value Proposition of AWS in 5 Words

What are the core value propositions that AWS offers you as a developer or business? | Continue reading


@dev.to | 6 years ago

The Fear and the Trial

Breaking into a technical role ain't no joke | Continue reading


@dev.to | 6 years ago

How Do I Get a Job at Facebook or Google in 6 Months?

Complete Guide For Getting A Job At Facebook Or Google. | Continue reading


@dev.to | 6 years ago

Inflammatory Topics and Being a Reasonable Dev

I'll start off by saying that I absolutely love the concept of coding towards t... | Continue reading


@dev.to | 6 years ago

JavaScript: Async math is hard

Async maths can cause bugs | Continue reading


@dev.to | 6 years ago

Communication styles – Working effectively as a team

Communicating is easy, communicating effectively is surprisingly hard. This article explore the two keys ways we communicate and how we can use them in tandem to reach the best result. | Continue reading


@dev.to | 6 years ago

The Inner Game of Self-Taught Development

Teaching yourself software development is hard. Anyone who tells you different ... | Continue reading


@dev.to | 6 years ago

JavaScript: Watch out for unwanted hoisting

JavaScript hoisting is fun, but we need to be aware of its working to prevent vulnerable code. | Continue reading


@dev.to | 6 years ago

Escaping tutorial purgatory as a new developer

Stop watching tutorials and start writing code | Continue reading


@dev.to | 6 years ago

28 FREE Ivy League Computer Science Courses

Here are 28 Ivy League courses you can take online right now for free! | Continue reading


@dev.to | 6 years ago

Age bias in tech?

The Challenges Of Being An Adult Learner And How To Overcome Them | Continue reading


@dev.to | 6 years ago

GitHub vs. GitLab

With so many people thinking of switching from GitHub to GitLab because of Microsoft acquiring GitHub, here's an article to get to know more about their differences to get better judgement before you make the switch! | Continue reading


@dev.to | 6 years ago

How to Make a Real-Time Editable Datagrid in React

how to build a real-time datagrid in React | Continue reading


@dev.to | 6 years ago

How to Build Real-Time Kanban Board with Vue.js and Hamoni Sync

how to build real-time kanban board in Vue.js | Continue reading


@dev.to | 6 years ago

A coffee-break introduction to time complexity of algorithms

A groundwork understanding of algorithm time complexity in about fifteen minutes. | Continue reading


@dev.to | 6 years ago

Guidelines for fresh devs

This is a very general guide for less experienced software developers. It took ... | Continue reading


@dev.to | 6 years ago

5 Things I Learned from Creating My First Ruby Gem from Scratch

5 things I learned by creating my first Ruby Gem: Tips for planning and working through your first programming projects | Continue reading


@dev.to | 6 years ago

What I think is bad about Microsoft acquiring GitHub

Random thoughts after a hectic day. On Microsoft, GitHub, OSS and the development community in general | Continue reading


@dev.to | 6 years ago

Find, convert and replace dates with Vim substitutions

By using the date utility from a substitution, Vim can convert all dates in a file to a different format and replace them all at once. | Continue reading


@dev.to | 6 years ago

JavaScript, What Are You?

originally published in codeburst.io by Raji Ayinla, who know develops conten... | Continue reading


@dev.to | 6 years ago

Keeping tabs on shady internet authorities – What is Certificate Transparency?

The purpose of certificate transparency in a secure web. | Continue reading


@dev.to | 6 years ago

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 | 6 years ago

How to learn programming the natural way

Continue reading


@dev.to | 6 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 | 6 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 | 6 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 | 6 years ago

How to Build Your First Chrome Extension

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


@dev.to | 6 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 | 6 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 | 6 years ago

Life after Codecademy: What do I do now?

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


@dev.to | 6 years ago

Why I Love Remote Working

A retrospective on what makes remote working a | Continue reading


@dev.to | 6 years ago

Golang gotcha: when nil = nil

When nil != nil in Go. | Continue reading


@dev.to | 6 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 | 6 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 | 6 years ago

How to Implement Lazy Loading in Angular 6

How To implement Lazy Loading in Angular 6 | Continue reading


@dev.to | 6 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 | 6 years ago

5 Reasons to Start the #100DaysOfCode Challenge

How | Continue reading


@dev.to | 6 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 | 6 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 | 6 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 | 6 years ago

Tech in Pop Culture – Accurate or Hilarious?

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


@dev.to | 6 years ago

Hello Tensorflow

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


@dev.to | 6 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 | 6 years ago

You Can't Pay Your Bills with Craft Beers

career, culture, teams, community | Continue reading


@dev.to | 6 years ago