Git Tutorial Series 1

GIT Tutorial 1 We are going to begin a Git tutorial series where we can initiate learning about how... | Continue reading


@dev.to | 4 years ago

ExpressJs Route Management

ExpressJs is an un-opionated framework for building NodeJs application quick. It comes with a routing... | Continue reading


@dev.to | 4 years ago

Laravel Full Course (6.5 hours) for free

Learn Laravel PHP framework from very basics to advanced using Laravel Livewire by creating advan... | Continue reading


@dev.to | 4 years ago

Beautiful Pointers

Basics Pointers are an amazing. C allows the programmer to reference the location of objec... | Continue reading


@dev.to | 4 years ago

Learn How to Create a Passion Economy Platform on Blockchain

“The line between hobbies, careers and personal brands is blurring.” — Adam Davidson, author of “... | Continue reading


@dev.to | 4 years ago

Changing Everything, So We Can Change Nothing: In Pursuit of Immutability

This blog post was jointly written by Lanae BK and Brittany DePoi. With software engineering experie... | Continue reading


@dev.to | 4 years ago

When an error is not an exception – writing Prism

This series is about sharing some of the challenges and lessons I learned during the development of... | Continue reading


@dev.to | 4 years ago

Why you shouldn't use a web framework – the revenge (2018)

A restatement and defense of my post 'Why You Shouldn't Use A Web Framework', and an alternative: Todo-MVP | Continue reading


@dev.to | 4 years ago

Show HN: Making Postgres as Easy as Firebase

Now in Supabase: Set up Postgres in less than 2 minutes Auto-generated APIs! (they are a bit flaky,... | Continue reading


@dev.to | 4 years ago

Show HN: Ridiculously simple JavaScript tricks not taught on tutorials

Simple snippets explaining easy updated JS syntax to make your overall JS experience easier without compromising readability | Continue reading


@dev.to | 4 years ago

What are the misconceptions of non-tech folks when working on web projects?

I am preparing a blog post for non-tech folks to manage their expectations but also explain how we wo... | Continue reading


@dev.to | 4 years ago

Breaking changes in Vue 3, if you migrate from Vue 2

Heya! Thanks to the Vue Core team, we can try out the most anticipated Vue 3 which has a lot of grea... | Continue reading


@dev.to | 4 years ago

JavaScript Optimization Tips

As a developer, we always look for ways to make our code faster and better. But before that, writin... | Continue reading


@dev.to | 4 years ago

Cool CSS Text Effects

If You Like This Article then check Out more Example [gscode.in] 50+ Cool CSS Text Effects | Text... | Continue reading


@dev.to | 4 years ago

Low-code is no myth for busy IT departments

Can a working business application be built in a day? Does the app work on desktop and mobile? How ad... | Continue reading


@dev.to | 4 years ago

A Side Project Journey from Idea to Front Page of Product Hunt Under a Week

From MVP to launch under a week was our main goal. With a little development time and features, t... | Continue reading


@dev.to | 4 years ago

JavaScript Magic with Symbols

Q: How to implement object magic which has the following behavior? const magic = {}; console.log(2... | Continue reading


@dev.to | 4 years ago

How to Build a Twitter Clone with Rails, ActionCable and React

A response to building a Twitter clone with Rails, CableReady, and StimulusReflex | Continue reading


@dev.to | 4 years ago

SQL Injection for Developers

The basics of how to test and protect your application SQL Injection (SQLi) accounted for... | Continue reading


@dev.to | 4 years ago

An Easy Guide to Understanding Closures in JavaScript

Completely explaining the concept of closures in Javascript in the most simple way | Continue reading


@dev.to | 4 years ago

Best Practices for Test Automation

It's great to see so many peers getting better on what they do, learn new technologies, learn new fra... | Continue reading


@dev.to | 4 years ago

Python and RealTime COVID19 = EventDriven Application

This blog post shows how I used an open source stream of COVID data to learn python using the paho-mqtt library | Continue reading


@dev.to | 4 years ago

Where's Chewie? Object Detection with Azure Custom Vision

"Where's Waldo?" game is very well known by everyone, in this post I'll explain how to make such game... | Continue reading


@dev.to | 4 years ago

Freelancing Live Q&A – How to get started

Live Q&A on freelancing and how to get started | Continue reading


@dev.to | 4 years ago

Creating practical galleries and horizontal lists with CSS scroll snapping

What's the difference between carousels and horizontally scrollable lists? Is it the gestures, snappi... | Continue reading


@dev.to | 4 years ago

I've Joined HeadSpin as Director, Learning and Education Programs

It was over two years ago now when I started Cloud Grey, my Appium and mobile testing-focused consult... | Continue reading


@dev.to | 4 years ago

State of Linux Usability 2020

TL;DR We've carried out a series of daily tasks on TOP 20 Linux distros as well as Windows... | Continue reading


@dev.to | 4 years ago

Some tips to make your JavaScript life easier | Continue reading


@dev.to | 4 years ago

Little rust starter: Lifetimes made easy

rust lifetimes have the reputation to be very complicated, hard to use and even harder to understand. With this little article the entry barrier should be lowered and clarity should shine among the curious reader. | Continue reading


@dev.to | 4 years ago

Expose your local web server to the world

How to expose locally developed web app using localhost.run or serveo.net so they can be accessed over the internet | Continue reading


@dev.to | 4 years ago

VS Code extensions I can't code without

VS Code is my favourite text editor. It is the most extensible and popular code editors out there. An... | Continue reading


@dev.to | 4 years ago

Modelling domain with state machines in ReasonML

This is the first article in the series, where we will focus on modelling state and state handling lo... | Continue reading


@dev.to | 4 years ago

Finding Remote Work in 2019

Comparison between different platform and websites as well as some tips for during the interviewing p... | Continue reading


@dev.to | 4 years ago

Hello, concent, hello, composition for react

funny setup Hello dear react developers, I'm so proud to announce that setup is really a c... | Continue reading


@dev.to | 4 years ago

How we learned Utility Tokens and Application Development don't mix

We tried to make it work. But in the end, a utility token needs to be stable for anything worthwhile... | Continue reading


@dev.to | 4 years ago

May 2nd Side Project Checkin

Share your sideproject with the dev.to community. | Continue reading


@dev.to | 4 years ago

Build a Simple CRUD App with Airtable, Vue and Vuetify

How to use the Airtable API as a simple Vue backend | Continue reading


@dev.to | 4 years ago

Writing cleaner Go web servers

Tips for writing clean, effective Go web servers | Continue reading


@dev.to | 4 years ago

How to store your little secrets

First of all, when I say little secret, I mean all the passwords, passphrases or private keys you use... | Continue reading


@dev.to | 4 years ago

Scaling AWS costs to match the business; based on learnings at Netflic

I recently wrote a Medium post on cloud native cost optimization, in part to help customers who are c... | Continue reading


@dev.to | 4 years ago

Small and Large Projects to Make You a Better Developer

1 ) Make a simple HTTP request only using TCP sockets 2 ) Create a website that shows a map of the co... | Continue reading


@dev.to | 4 years ago

Else Before If in Rust

Jonathan Boccara has got another new idea in his Else Before If. I am honestly amazed at all the surp... | Continue reading


@dev.to | 4 years ago

Kubernetes scheduler visually explained in plain English with a story

Kubernetes scheduler visually explained in plain English with a story | Continue reading


@dev.to | 4 years ago

Preact vs. React vs. Inferno JavaScript

When to use and why | Continue reading


@dev.to | 4 years ago

Open source SVG icon libraries that you can use for your next project

Last week I started a thread on reddit asking fellow developers a simple question: which is your favo... | Continue reading


@dev.to | 4 years ago

CSS Digital Clock Animation

If You Like This Article then check Out more Example [gscode.in] 50+ CSS Digital Clock Animation... | Continue reading


@dev.to | 4 years ago

Git Stalk: stalk GitHub users from you terminal

Github is the platform for code and for developers. I'd spend tons of time stalking friends, colleagu... | Continue reading


@dev.to | 4 years ago

Erlang: Matching Binary Patterns

Using binary pattern matching for working with network protocols | Continue reading


@dev.to | 4 years ago