$1m to pay open source maintainers on Tidelift – DEV Community ‍‍

Paying the maintainers just makes sense, and it's working. | Continue reading


@dev.to | 6 years ago

My Visual Studio Code Setup

A small write up on my Visual Studio Code setup | Continue reading


@dev.to | 6 years ago

Awesome Docker Links

Docker Links | Docker 资料索引Docker Links aggregates curated popular links for... | Continue reading


@dev.to | 6 years ago

`Slack App Directory` Developer Review

This is the first in a series where I'll be reviewing down a App Marketplace based on my experience from app development to launch. | Continue reading


@dev.to | 6 years ago

Building a Finance Tracking REST API Using Go with TDD – Part 2

Building a finance tracking REST API using Go from scratch with test-driven development | Continue reading


@dev.to | 6 years ago

Awesome CS Collections: Curated links of awesome sites and collections

Awesome CS Collections is collections of collection, including Programming La... | Continue reading


@dev.to | 6 years ago

Strategies for Effective Programming

strategies for effective programming | Continue reading


@dev.to | 6 years ago

Public Speaking as a Developer

So you want to give a tech talk. This post takes you from writing a talk proposal through the day of the talk | Continue reading


@dev.to | 6 years ago

Alcohol and developer culture – DEV Community ‍‍

A candid discussion on alcohol in the developer community. Is your company culture slowly murdering your employees? | Continue reading


@dev.to | 6 years ago

Building a Simple URL Shortener with Just HTML and JavaScript

Guide on How-to build a simple url shortener with only html and JavaScript without any need of server side processing and can be hosted on GitHub Pages | Continue reading


@dev.to | 6 years ago

Using an httpOnly cookie is not more secure than localStorage

Local storage shouldn't be used to store sensitive data. It's unsafe! | Continue reading


@dev.to | 6 years ago

Leaving the Old Ways – JQuery vs. React

Contrary to popular belief, React’s biggest use cases are not SPAs, it’s the hybrid apps that are most common, and the best fit in my opinion, in this post I will cover how and why I went from a React hater to a React fanboy, and why React is a perfect replacement for jQuery. | Continue reading


@dev.to | 6 years ago

A sensible approach to Cross platform development with React and React Native

How I go about developing shared code between web and React Native | Continue reading


@dev.to | 6 years ago

And the second top voted question on StackOverflow is

Analyzing the second top voted question | Continue reading


@dev.to | 6 years ago

A quick guide to squashing Git commits

Three methods for cleaning up your Git history. | Continue reading


@dev.to | 6 years ago

Summary on the Drawbacks of Serverless

Update: I recently wrote a post on different use cases of serverless. A list of... | Continue reading


@dev.to | 6 years ago

Please stop using Ruby

This programmers plea for you to stop making a mess | Continue reading


@dev.to | 6 years ago

Append-Only Feeds: A Better Way To Order Feeds

I had been working at Twitter for a few weeks and still didn’t understand why people used it … | Continue reading


@dev.to | 6 years ago

Containers vs. Serverless from a DevOps standpoint

Two buzzwords walk into a bar... No? Yeah, let's not go there. If you feel like this, you're in the right place. Both containers and serverless have been the cool new kid on the block for the last few years, and the popularity simply isn't dying down. | Continue reading


@dev.to | 6 years ago

What Makes React SLOW, What Makes React FAST

React is fast but it has something which makes it slow when used for Web development. This article is an overview of what exactly is the thing that makes React faster and what makes it slower. | Continue reading


@dev.to | 6 years ago

Optimizing Search in JavaScript

JavaScript is like a zombie virus. The language has taken over everything. And, my hand has a bite. Do I embrace my inner JavaScript kitty, become what I have always feared, or should I chop it off while I have a chance? | Continue reading


@dev.to | 6 years ago

Are Google and Facebook Evil?

Selling and collecting personal data, influencing geopolitical climates...does this qualify as evil? | Continue reading


@dev.to | 6 years ago

Vim won't make you a more productive developer

A case against Vim | Continue reading


@dev.to | 6 years ago

Localhost on the internet

Show your localhost to the internet, the easy way. | Continue reading


@dev.to | 6 years ago

Concurrency and Automatic Conflict Resolution – DEV Community ‍‍

Concurrency typically comes with conflicts. How can we deal with conflicting concurrent writes? | Continue reading


@dev.to | 6 years ago

A blockchain for dummies

A super simple implementation that one might do in order to teach someone basic concepts of blockchain and proof-of-work | Continue reading


@dev.to | 6 years ago

What I believe is a triangle of success for Software Architects and Tech Leads

Make sure the entire team shares the technical vision. Understand the cost and benefits implications. Stay hands-on to an appropriate extend. Be empathic. Inspire. Give vision and not technical tasks. | Continue reading


@dev.to | 6 years ago

A Crash Course on Serverless with AWS – Triggering Lambda with SNS Messaging

Today we'll take a look at triggering AWS Lambda functions from AWS SNS messages. I've covered a few interesting topics regarding serverless architectures and AWS already, but nothing like this yet. Dig down, and get ready. Let's go. | Continue reading


@dev.to | 6 years ago

Basic monads in JavaScript

How to use basic monads in javascript | Continue reading


@dev.to | 6 years ago

Why I'm automatically deleting my old tweets using AWS Lambda

From now on, my tweets are ephemeral. Here's why I'm deleting all my old tweets and the AWS Lambda function that does it for free. | Continue reading


@dev.to | 6 years ago

Three Input element properties that I discovered while reading MDN

Recently I was reading Twitter and stumbled across a tweet by Dan Abramov. He s... | Continue reading


@dev.to | 6 years ago

Comparing OSS on GitHub

You are making a decision on which open source project you would adopt for your... | Continue reading


@dev.to | 6 years ago

Transparent Spot Instances

Use Spot instances without impacting availability. | Continue reading


@dev.to | 6 years ago

On Dealing with Anxiety and Depression as a Developer

I've dealt with anxiety and depression for most of my life. Its been a constant battle, both personally and professionally as a software developer. Here's a look into my journey and some things I've taken away from it so far. | Continue reading


@dev.to | 6 years ago

StimulusJS with Rails Action Cable and a Bit of Sidekiq

Implementation of Action Cable using StimulusJS to control page specific channel subscription | Continue reading


@dev.to | 6 years ago

Should browsers still allow users to disable JavaScript?

Nearly forty percent of our lovely community members voted that browsers should no longer allow users to disable JavaScript. | Continue reading


@dev.to | 6 years ago

What are the hardest programming languages you have ever learned?

For me it was C and Haskell and for completely different reasons. Coming from ... | Continue reading


@dev.to | 6 years ago

Pwned together: Hacking dev.to

How I found a vulnerability in the application, and how you can too! | Continue reading


@dev.to | 6 years ago

Running code at the edge?

Good or bad, what are your thoughts? | Continue reading


@dev.to | 6 years ago

GitHub extensions to boost your productivity

GitHub extensions provide additional functionality and allow us to boost our productivity | Continue reading


@dev.to | 6 years ago

Best Open Source Tools for Developers

List of some badass tools powered by Open Source Community | Continue reading


@dev.to | 6 years ago

It's time for Typescript Native

With Deno on horizon I see a bright future for Typescript | Continue reading


@dev.to | 6 years ago

Facebook API: avoid at all costs

I have been in charge of developing and maintaining integration with Facebook M... | Continue reading


@dev.to | 6 years ago

A Day in the Life of a Professional Web Developer

What exactly does a professional working developer do from the moment they get to work, to the moment they leave? Here are some of my own personal insights as a Senior Software Engineer, working on the web. | Continue reading


@dev.to | 6 years ago

Tour of an Open-Source Elm SPA

How to organize an Elm single page application. | Continue reading


@dev.to | 6 years ago

Shellscripting: Functions – DEV Community ‍‍

Functions in shell programming | Continue reading


@dev.to | 6 years ago

Elm 0.19 Broke Us

Elm 0.19 was released yesterday. There were a significant number of breaking ch... | Continue reading


@dev.to | 6 years ago

Nuxt.js Internationalization without route param – DEV Community ‍‍

How to use i18n internationalization in Nuxt.js without storing the prefered language as route parameter | Continue reading


@dev.to | 6 years ago