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

Progressive Enhancement is non-negotiable (2018)

In the age of javascript frameworks, let's not forget the intended purpose of the Internet. | Continue reading


@dev.to | 6 years ago

Unethical programming

There are two links I've come across recently that have stuck with me and made ... | Continue reading


@dev.to | 6 years ago

Let's Make Masonite Framework and Laravel Mix Work Together

Learn how to use Laravel Mix for processing and compiling assets into your Masonite web application | Continue reading


@dev.to | 6 years ago

Show HN: A Reddit clone in 100 lines of Python

Continue reading


@dev.to | 6 years ago

Understanding Vuejs Lifecycle hooks

A component in Vuejs has a lifecycle which is being managed by Vue itself when ... | Continue reading


@dev.to | 6 years ago

What Your JavaScript Does When You're Not Around

As client-side app frameworks like React keep growing more popular, we’re shipp... | Continue reading


@dev.to | 6 years ago

I Love Git Log – DEV Community

Why does no one use git log very often!? | Continue reading


@dev.to | 6 years ago

KeeOff Android: My Carry-On Password Manager – DEV Community ‍‍

KeePass password manager for android that can be accessed on other devices from the same local network. | Continue reading


@dev.to | 6 years ago

Elm 0.19 brings better collections

On the surface nothing has changed. Below the surface however, almost everything has. | Continue reading


@dev.to | 6 years ago

A crash course on serverless-side rendering with Vue.js, Nuxt.js and AWS Lambda

We want the best of both worlds. The SEO boost server-side rendering provides, and the speed of a Single Page Application. All this while hosted basically for free in a serverless environment on AWS Lambda. | Continue reading


@dev.to | 6 years ago

My First Perl Conference

An old first timer talks about Perl and it's culture | Continue reading


@dev.to | 6 years ago

3 days, 370 commits to master, 399 commits to all branches and a Disaster

This is the story https://keralarescue.in/ | Continue reading


@dev.to | 6 years ago

The Web I Want

The web is supposed to be accessible to all but flavour of the month techniques and over-complication is ruining everything | Continue reading


@dev.to | 6 years ago

Show HN: NetFlix clone web app template (PWA)

Yet another Progressive Web App | Continue reading


@dev.to | 6 years ago

React View Switching with Custom Events

Any React component that needs to switch the view can simply dispatch an event with a data payload. The payload contains any data the next view may need. | Continue reading


@dev.to | 6 years ago