Practical Front-End Practices

There are times where front-end development seems to be more art than science; although, both have their place. The chances of writing code that will never be changed or never looked at again are slim to none, and time spent getting lost in old code is time wasted. | Continue reading


@dev.to | 4 years ago

How to Support Junior Developers

Hi Dev.to friends, Do you think that software development is teamwork? I do think so. One team, ful... | Continue reading


@dev.to | 4 years ago

Mock Mock – Who's There?

Learn how to write integration tests with unmock and nock | Continue reading


@dev.to | 4 years ago

VM Provisioning and Config Management in Azure with ARM Templates

ARM Template is a great mechanism to provision quickly infrastructure in Azure. But when it comes to... | Continue reading


@dev.to | 4 years ago

VueJS pages with Dynamic layouts Problems and a solution

I'm currently working on a big Progressive Web App (PWA) for a client. For the frontend, we use VueJS... | Continue reading


@dev.to | 4 years ago

The Trouble with TypeScript

Hi my name is Ryan, and this is my first post on dev.to. I regularly write for medium.com but I wante... | Continue reading


@dev.to | 4 years ago

Elm vs. Svelte

I had some fun writing this (probably inconclusive) post about Elm and Svelte. Rich Harris, in Writ... | Continue reading


@dev.to | 4 years ago

What Text Editors Do You Use?

Cover image by undraw.co When your work involves typing and manipulating data files with many differ... | Continue reading


@dev.to | 4 years ago

Analyzing the attacks on my web server

With a little bit of command line kung fu, some Golang and google sheets I'll show you how to visualize who is attacking your site | Continue reading


@dev.to | 4 years ago

Express.js styled web framework written in Go

Introduction Hello, World! 👋 Today we will deal with a young (but ambitious) Fiber web fra... | Continue reading


@dev.to | 4 years ago

Making React Fast: Tips on Optimizing ReactJS

React does a fantastic job abstracting away the rendering of webpages. When state changes, our UI's r... | Continue reading


@dev.to | 4 years ago

Top Programming Languages to Learn to Get a Job at Google, Facebook, Microsoft

These are the best programming languages you can learn to get a job at Google, Facebook, Microsoft, Apple or any startups. They will also help you to do freelancing. | Continue reading


@dev.to | 4 years ago

What have the STORED PROCEDURES ever done for us?

I'll use terms stored procedures and database functions in text interchangeably. So, in all seriousn... | Continue reading


@dev.to | 4 years ago

The Plucky Astromech Droid – A Star Wars DevRel Story

Please make sure to read Ashley McNamara's post for a great explanation on what developer relations i... | Continue reading


@dev.to | 4 years ago

Dummy API CRUD in Seconds

A few months ago, I released a free service to help with the need for dummy data and a CRUD api durin... | Continue reading


@dev.to | 4 years ago

Are You Bold Enough?

Being bold is what sometimes holds us back | Continue reading


@dev.to | 4 years ago

Understanding Naive Bayes in Real World

Continue reading


@dev.to | 4 years ago

Blogs are harmful and we are learning wrongly

One of the common problems everyone is facing nowadays is "there is too much information on the inter... | Continue reading


@dev.to | 4 years ago

Hyper-Lightweight Website Designs

Progressive Web Apps (PWAs) are a pattern for creating app-like, instant loading, reliable and installable websites. What is the absolute minimum necessary to get a PWA up and running: These are my thoughts about creating a PWA with simply HTML, CSS, and vanilla JavaScript. | Continue reading


@dev.to | 4 years ago

How to Make Your Website Accessible to People Who Use a Screen Magnifier

There's a lot of content out there on how to make your website accessible. But I haven't seen much on the subject of accessibility to users of screen magnifiers. I'm one of them, and I frequently run into annoying issues on the web. | Continue reading


@dev.to | 4 years ago

Rails Antivirus Validator as a Service on K8s

(Cross-posted at https://www.shebanglabs.io/rails-antivirus-clamby-clamav/) Carrierwave, Cl... | Continue reading


@dev.to | 4 years ago

An Old Asp.net MVC Developer’s Transition to Angular

Continue reading


@dev.to | 4 years ago

Use-Cases for JavaScript Generators

In one of my many deep-dives about JavaScript, I came across generators. They looked interesting. Then, I looked for some use-cases for generators. And looked. And looked. | Continue reading


@dev.to | 4 years ago

Build Your Serverless Azure Function Apps with Bazel 1.0

Continue reading


@dev.to | 4 years ago

A brief summary on the history of AI: Part 1

This article was originally published on my blog The genesis of artificial intelligence (1943–1955):... | Continue reading


@dev.to | 4 years ago

Creating an [PHP] FFI-Compatible C-ABI Library in Rust

In this post we will take a look at how to write Rust code that can be compiled into a C-ABI compatible dynamic library, and how to use that in PHP via FFI. | Continue reading


@dev.to | 4 years ago

Handling Node.js as an Asynchronous Application with Error Handling

This article is about implementing asynchronous calls in JavaScript and Node.JS. In this article, y... | Continue reading


@dev.to | 4 years ago

Kube(cuttle)

Kubectl Kubernetes is actually a one big API server and kubectl is the command-line client... | Continue reading


@dev.to | 4 years ago

OCaml interface files–hero or menace?

FROM time to time the question comes up in the OCaml/ReasonML communities: Why do I need two file... | Continue reading


@dev.to | 4 years ago

How to Build a Feed App with React and Tailwind CSS

A feed app is a simple app that curates the latest news and articles all over the web and different s... | Continue reading


@dev.to | 4 years ago

A free personal file host on your command line

I'm a big fan of file sharing, but not through cloud storage solutions like Google Drive and Dropbox.... | Continue reading


@dev.to | 4 years ago

Using a Raspberry Pi as a Development Server

Step by step instructions to turn your Raspberry Pi into a development or test server | Continue reading


@dev.to | 4 years ago

.NET identity with custom PostgreSQL store, migrations, unit tests, and Norm.net

In this article, I'll describe implementation of the custom .NET Core identity user store using Norm... | Continue reading


@dev.to | 4 years ago

What is your programming credo and how it helps you at every day code?

Introduction Hi, friends! 👋 How are you feeling? Hope, everything is okay and you're now... | Continue reading


@dev.to | 4 years ago

Steps to Configure Vultr for Node.js Deployment

I finished building my NodeJS app. Next step is to deploy it to some cloud server. In this tutorial... | Continue reading


@dev.to | 4 years ago

Pnpm v4.9 comes with command completion

Command completion in bash, zsh, fish is awesome! Unfortunately, even though there are thousands of g... | Continue reading


@dev.to | 4 years ago

PageSpeed Insights API – Track Page Speed for Free

There are many ways that you can track your website's PageSpeed. You could integrate Google Lighthous... | Continue reading


@dev.to | 4 years ago

Show HN: Bootstrap templates free download – get your site up

Howdy dev.to peps! @bootstraptor here 👋 Today I continue a series of posts and share new... | Continue reading


@dev.to | 4 years ago

Most Requested GetFlutter Widgets

Hey everyone, GetFlutter added four new widgets on our open-source UI Library. The Following Widget... | Continue reading


@dev.to | 4 years ago

How to Choose an Open Source License

This is Part 3 of our Open Source Creator Series on "How to Choose an Open Source License" to help yo... | Continue reading


@dev.to | 4 years ago

How to Create Productive Bash Command Aliases: Practical Guide

Typing commands have never been easier using aliases. You can now cut down typing time with these ali... | Continue reading


@dev.to | 4 years ago

A Guide on Commit Messages

The comic is from Daniel Stori. It is licensed under a Creative Commons Attribution-NonCommercial-Sha... | Continue reading


@dev.to | 4 years ago

Better Code Review Practices

When done wrong, a CODE REVIEW can assist in finding bugs, come to nothing, or harm the interpersonal relationships of a team. Therefore, it is important to pay attention to the human aspects of code reviews. To be most successful, code reviews require a certain mindset and phras … | Continue reading


@dev.to | 4 years ago

In Defense of the Separation of Concerns

Continue reading


@dev.to | 4 years ago

Show HN: Bootstrap Material Design Responsive HTML5 Website Templates (Free)

Hey, dev.to peps and Bootstrap lovers! As I promised yesterday I am posting another co... | Continue reading


@dev.to | 4 years ago

React Native Elements

Cross Platform React Native UI Toolkit The aim of React Native Elements is to provide an... | Continue reading


@dev.to | 4 years ago

A Simple Node.js Docker Workflow

Docker is a great tool that helps developers build, deploy, and run applications more efficiently in a standardized way. We can develop in the same environment as the app running in production. You can speed up the debugging or even the prevention of upcoming bugs by having the s … | Continue reading


@dev.to | 4 years ago

Do Not Fear the White Space in Your Code

White space in your code or how to use design principles for your code. | Continue reading


@dev.to | 4 years ago