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

Switching the lights on: Hugo vs. Hugo config files – DEV Community ‍‍

A simple Hugo blog setup | Continue reading


@dev.to | 6 years ago

Your first job in the cloud

Dummy-friendly tutorial on how to start with Google ML Engine | Continue reading


@dev.to | 6 years ago

Being good at 2 things is better than excellent at 1

A short note on how you can increase your value as a software engineer without developing an olympic level of coding skill. | Continue reading


@dev.to | 6 years ago

How to take breaks while coding

2 common questions that people ask and 1 surprising question people **don't** ask about taking breaks while coding | Continue reading


@dev.to | 6 years ago

CLI Love Inside

How to use your terminal + shell to enhance your productivity? | Continue reading


@dev.to | 6 years ago

Rethinking JavaScript: Complete elimination and eradication of JavaScript's this

If this is so difficult to reason about, why don't we just stop using it? S... | Continue reading


@dev.to | 6 years ago

Open Source Has Not Failed. Don't Cover Up Corporate Abuse of Open Source

Open source's free licensing does not drive inequality. Corporate's lack of support for open source does drive inequality. | Continue reading


@dev.to | 6 years ago

Style your Terminal better by mastering these settings – DEV Community ‍‍

Let's take a deep dive into iTerm2 settings to style your terminal better. | Continue reading


@dev.to | 6 years ago

Shellscripting: Conditional Execution – DEV Community ‍‍

Conditionals in shell programming | Continue reading


@dev.to | 6 years ago

JavaScript Symbolism

With ES2015 JavaScript got a rather huge update that brought many new things to... | Continue reading


@dev.to | 6 years ago

25 Tips for New Developers: Advice from a (Mostly) Self-Taught Software Engineer

The most common question I get from blog readers is "What is your advice for new programmers?" So, I thought it was time to write up my thoughts. | Continue reading


@dev.to | 6 years ago

Adding Code Quality Checks to Your Ruby Test Suite – DEV Community ‍‍

Over time I've integrated a few static analysis tools into my workflow. These h... | Continue reading


@dev.to | 6 years ago

Show HN: Web app template like a real mobile app (PWA score 98/100)

Faaast, simple, modern PWA template. | Continue reading


@dev.to | 6 years ago

A brief introduction to vim 7/7 – DEV Community ‍‍

Advanced configurations, key mappings and mapleader in vim | Continue reading


@dev.to | 6 years ago

Timsort: Fastest sorting algorithm for real world problems

Used in Python, Android JDK and for reference types in Java | Continue reading


@dev.to | 6 years ago

Post Agile: embracing asynchronous processes

The use of asynchronous communication tools and processes in increasingly distributed teams are resulting in a new way of developing software that for lack of a better word is post agile. | Continue reading


@dev.to | 6 years ago

Being average at more than 1 thing is more valuable than being great in 1 only

Continue reading


@dev.to | 6 years ago

Show HN: Serverless Machine Learning with TensorFlow.js

Using TensorFlow.js for Machine Learning on Serverless Cloud Platforms. Use serverless Node.js functions for visual recognition on image files using IBM Cloud Functions (Apache OpenWhisk). | Continue reading


@dev.to | 6 years ago

Show HN: Anonymize data with Python and Pandas

Recently, I was given a dataset that contained sensitive information about cust... | Continue reading


@dev.to | 6 years ago

C++ for Go Programmers: Struct Embedding, Object Receivers, and Interfaces

Struct Embedding, Object Receivers, and Interfaces in C++ | Continue reading


@dev.to | 6 years ago

Show HN: Make CLI Run in the Console

This post describes a new and cool idea, which is how to make a CLI that runs in the console of the browser's developer tool. | Continue reading


@dev.to | 6 years ago

Ah, to Be the Justin Bieber of Open Source

As software developers we hope to deserve the success of this project as we grow over time. | Continue reading


@dev.to | 6 years ago

Programming in the Adult Entertainment Industry Is Broken – DEV Community ‍‍

All the broken parts of the Adult Entertainment Industry from the view point of a software developer | Continue reading


@dev.to | 6 years ago

Dev.to is now open source

Let's do this together now :) | Continue reading


@dev.to | 6 years ago

Set Up Your Android App for Offensive Security – DEV Community ‍‍

How to setup an Android app for assessing its security and start to perform some security testing on it. | Continue reading


@dev.to | 6 years ago

25 Tips for New Developers: Advice from a (Mostly) Self-Taught Software Engineer

The most common question I get from blog readers is "What is your advice for new programmers?" So, I thought it was time to write up my thoughts. | Continue reading


@dev.to | 6 years ago

Please stop using local storage

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


@dev.to | 6 years ago

The True Delight of React’s Error and Warning Messages

An epitome of code kindness | Continue reading


@dev.to | 6 years ago

Learn How to Automate Your Image Optimization Process with Lepto

Lepto is a tool for automating image optimization for the web. Learn how to set it up into your project and how to use his Command Line and Graphical interface. | Continue reading


@dev.to | 6 years ago

Making an App for Fitbit OS: My Impressions – DEV Community ‍‍

I decided to write a small app for Fitbit Ionic and publish it all the way to the Fitbit App Gallery. Here is what I think about it. | Continue reading


@dev.to | 6 years ago

Angular Framework: SPA Xor SSR

It’s been already 11 years since I wrote my first SPA (Single Page Application)... | Continue reading


@dev.to | 6 years ago

Why You Should Start Using JUnit 5

My favorite features of JUnit 5 | Continue reading


@dev.to | 6 years ago

Calendar Event Time Zones

Hey Dev!I ran into a little bug on DEV, so I wanted to share this post as bot... | Continue reading


@dev.to | 6 years ago