Keep your code stupidly simple

Simplifying (and keeping) the structure of all parts of your software can save a lot of work time (a precious resource). | Continue reading


@dev.to | 4 years ago

How to Deploy More Complex Microservice Apps with Managed Kubernetes

In the following tutorial, the Platform9 technical team shows you how to deploy a more complex micros... | Continue reading


@dev.to | 4 years ago

Snowpack and Rollup: A match made in heaven

In this previous post, we saw how Snowpack works or bundles the dependencies of your application into... | Continue reading


@dev.to | 4 years ago

Snowpack – How It Works?

Snowpack is a post-install tool. It runs after npm install, and it essentially exists to convert your... | Continue reading


@dev.to | 4 years ago

Show HN: Python ChatBot Tutorial

About ChatterBot ChatterBot is a Python library that makes it easy to generate automated... | Continue reading


@dev.to | 4 years ago

Benefits of Bootstrap framework with it's example

What is bootstrap? Bootstrap is a front end framework that is used to creating dynamic and... | Continue reading


@dev.to | 4 years ago

Theia 1.0 – Finally a Good Browser IDE

We are excited to announce Version 1.0 of Eclipse Theia, the vendor-neutral open-source IDE platform... | Continue reading


@dev.to | 4 years ago

Should You Listen to Podcasts?

What's the lowdownSo... The last few posts I did were about resourc... | Continue reading


@dev.to | 4 years ago

XState Series: Temperature Converter

TL;DR If you just want the code/project to run locally -- https://github.com/JacobMGEvans/finite-stat... | Continue reading


@dev.to | 4 years ago

I Made a NPM Card It Was Fun

So I found out that you can make these cards and publish them to NPM and from there use NPX npx @ja... | Continue reading


@dev.to | 4 years ago

Debugging Dapr application using Tye tool

This article shows you how to debug the Dapr application using Tye | Continue reading


@dev.to | 4 years ago

ARM Templates, conditional deployments in Azure

When you write a template, you want to use it to deploy several environments, the DEV, the QUAL, the... | Continue reading


@dev.to | 4 years ago

How Much Does It Cost to Develop an Android/iOS App Like PayPal?

The revolution in the world of cash transactions has been massive. From withdrawal slips to ATMs and... | Continue reading


@dev.to | 4 years ago

Containerizing Angular application for production using Docker

In this post, we will containerize angular application using Docker. Table Of Contents P... | Continue reading


@dev.to | 4 years ago

Editing Remote Files with Vim

Edit files remotely via SSH, using only Vim | Continue reading


@dev.to | 4 years ago

Show HN: Try QUIC in Node.js on Docker

Try QUIC in Node.js on Docker | Continue reading


@dev.to | 4 years ago

Learning ES6/JavaScript – Part 2

Introduction: Let's revise a bit An amazing curve of learning is to learn facts and then i... | Continue reading


@dev.to | 4 years ago

Popular JavaScript Framework in 2020

JavaScript is a scripting language that enables you to create dynamic website content such as update... | Continue reading


@dev.to | 4 years ago

tsParticles v1.11.2 Released

New tsParticles version released, 1.11.2. Release notes Fixed critical bug on... | Continue reading


@dev.to | 4 years ago

The Wizardry of CSS Animations (and Why It's Easier Than You Think)

How to build complex CSS animations using transitions, transforms, animation and keyframes. | Continue reading


@dev.to | 4 years ago

Functions as Queries – SwayDB

Updating data in SwayDB using pure functions. | Continue reading


@dev.to | 4 years ago

TsParticles v1.11.1 Released

New tsParticles version released, 1.11.1. Release notes Fixed critical bug on... | Continue reading


@dev.to | 4 years ago

Kaggle’s 5 remote-first tips for new WFHers

Kaggle is a unique team at Google. Unlike the vast majority of Google teams, our team is fully remote... | Continue reading


@dev.to | 4 years ago

Netcastly – A Podcast Lovers Place

Hi all! I wanted to share a quick update on what I have been working on and show you the great lengt... | Continue reading


@dev.to | 4 years ago

Payforabill.com – Aid during this crazy time

Hi all, once again I wanted to take a little time to show you all something else we have created. th... | Continue reading


@dev.to | 4 years ago

Flutter Notifications Without Firebase

We are going to discuss how to display notifications using the flutter_local_notifications plugin. A... | Continue reading


@dev.to | 4 years ago

Lint All the Things

It’s been almost a month since the latest Jupiter Dev Log instalment. I managed to hack a bit on this... | Continue reading


@dev.to | 4 years ago

Two-Way, RealTime Communication with WebSocket in Flutter Apps and Node Back End

Hi everyone, in this post I'm going to show you how to use WebSockets in Flutter apps and write a Nod... | Continue reading


@dev.to | 4 years ago

Build a type safe React App with ReasonML, Part 1

Using the power of ReasonML to build type safe React Applications | Continue reading


@dev.to | 4 years ago

Simple DecisionTreeClassifier in Python

Decision Trees (DTs) are a non-parametric supervised learning method used for classification and regr... | Continue reading


@dev.to | 4 years ago

100 Developer Jobs – Companies Still Hiring Amid the Coronavirus Crisis

A list of 100 jobs still available | Continue reading


@dev.to | 4 years ago

Tip: Connecting to Azure Cosmos DB MongoDB API Using the MongoDB Go Driver

Azure Cosmos DB provides MongoDB API support which means that you can use a language specific driver... | Continue reading


@dev.to | 4 years ago

Caching and IOStrategy SwayDB

Controlling cache and IO concurrency in SwayDB | Continue reading


@dev.to | 4 years ago

Maybe Web Components are not the Future?

I know you are thinking, yet another article in this back and forth between Web Component proponents... | Continue reading


@dev.to | 4 years ago

How I Built a Learning Machine

Back in late 2014, after being laid off from a startup that was struggling to prove out a business mo... | Continue reading


@dev.to | 4 years ago

Fake news’ foe: Machine Learning and Twilio

Fake news has become a huge issue in our digitally-connected world and it is no longer limited to lit... | Continue reading


@dev.to | 4 years ago

Effective Steps to Cracking the Code Interview

Originally published from Books on Code There is a reason programmers are prone to imposter syndrome... | Continue reading


@dev.to | 4 years ago

Gear Up for Remote Work on a Budget

A guide to budget gear for setting up your at-home office | Continue reading


@dev.to | 4 years ago

Do Great at Working Remotely

Due to recent world events, I was called on by my family to set them up to work remotely. In this pos... | Continue reading


@dev.to | 4 years ago

My 2 cents for beginners working remotely

Although remote work has been trending for quite some time, it is going to be a new norm because of t... | Continue reading


@dev.to | 4 years ago

Bringing your blockchain business to React Native

A humble perspective of what it was like to create a Crypto Currency wallet using React Native and its main challenges during the planning and the development stages. | Continue reading


@dev.to | 4 years ago

Best Dark admin template for 2020

Having a bright and clean website can be a good way of creating a good first impression of your site,... | Continue reading


@dev.to | 4 years ago

Monitoring external services with Prometheus and Grafana

Simple guide on how to monitor external services HTTP requests of your Ruby application with Prometheus and Grafana. | Continue reading


@dev.to | 4 years ago

An idea for an ultra low-cost online learning computer

Imagine a mini computer with a cardboard case running a very bare distribution of GNU/Linux stored in... | Continue reading


@dev.to | 4 years ago

Hash-Index SwayDB

Hash-index configuration in SwayDB | Continue reading


@dev.to | 4 years ago

Building a Search Assistant Using Python – Tutorial

A post by Bhavani Ravi | Continue reading


@dev.to | 4 years ago

How to Create a Single Node Cluster on VirtualBox VM on Mac OS

The following tutorial from the Platform9 technical team enables you to run a simple single node Kube... | Continue reading


@dev.to | 4 years ago

CQRS and Event Sourcing Using Java and Axon 4

Introduction In this article, I will give an overview of the microservices patterns Event... | Continue reading


@dev.to | 4 years ago