Migrate Material-UI 4 to Mui-5

A month ago the Mui team released version 5 of Material-ui . they made some changes in this version, and some of them we'll need to configure at our own aymore. let's have a depth look over it! prerequisite: first make sure to commit your code before upgradation Install the lates … | Continue reading


@dev.to | 2 years ago

remove all the node_modules directories from machine | Free Up Space

we as developer have hundred of project in the machine, but have you've ever wondered how much space node_modules takes on single project and what happens when you're running out of free space. this will help you to make some free space safely. List All the node_modules/ folders … | Continue reading


@dev.to | 2 years ago

Storybook in ReactJs

Storybook is javascript package that helps developer to create organize UI that's self documented, make the developing and building process efficient. once we have created component and we add it to story, so we have example of how our component looks like and the features we can … | Continue reading


@dev.to | 2 years ago

JavaScript vs. JavaScript: Round 2. Fight

After I finished the first article I wasn't sure how long it would be before we'd have enough topics... | Continue reading


@dev.to | 2 years ago

create geofencing in react | computeDistanceBetween & containsLocation

You may find a situation where you need to create a google map and google place autocomplete and limit your service to 5KM radius from a specific address like 5KM around Miami we offer our service, let's learn how we can achieve this Radius We'll be using react-google-autocomplet … | Continue reading


@dev.to | 2 years ago

Useless NPM Package with millions of downloads

1. is-odd Detect number is odd or not - 2M downloads/month 🎉 2.... | Continue reading


@dev.to | 2 years ago

Postgres Query Execution: JDBC

This is a series of blogposts intended to look into how postgres query execution works, so you can... | Continue reading


@dev.to | 2 years ago

Best Free URL Shortener

You can Brand, track, and share your short links, engage with your users for free. Visit... | Continue reading


@dev.to | 2 years ago

As a SWE, I prefer to plan my tasks using paper

Why planning apps like Todoist, Trello, and so on are not the best tools for making personal plans | Continue reading


@dev.to | 2 years ago

Stay alert

A short while ago, Chrome broke the web by disabling alert(), confirm() and prompt() dialogs from... | Continue reading


@dev.to | 2 years ago

JWTManager object has no attribute token_in_blacklist_loader

If you're using this error: AttributeError: 'JWTManager' object has no attribute 'token_in_blacklist_loader' it because you're using flask-jwt-extended version 4 and alot changed in version 4 you can see here. the token_in_blacklist_loader changed to token_in_blocklist_loader ho … | Continue reading


@dev.to | 2 years ago

Zig Wrinkles

I'm learning Zig, and it's looking great so far. There are some wrinkles I'd like to see fixed though... | Continue reading


@dev.to | 2 years ago

Rust: First Thoughts

My third child, Maximus, was born this Spring, and thanks to a generous parental leave policy I’ve... | Continue reading


@dev.to | 2 years ago

The Marko Tags API Preview

The Marko Tags API is a new set of Core Tags coming to Marko. They let you use state in your... | Continue reading


@dev.to | 2 years ago

How to Build a Booking Search Engine with Ruby on Rails 6 and Elasticsearch 7

Think building a booking system is not your cup of tea? I bet, you will change your mind after... | Continue reading


@dev.to | 2 years ago

TsParticles 1.30.0 is here Confetti rework (all shapes supported, emojis too)

tsParticles 1.30.0 New Features Added wobble effect to particles, configurable... | Continue reading


@dev.to | 2 years ago

Background Music for Coding for Every Taste

The right background music can boost our concentration. But chill and lo-fi beats won’t satisfy every... | Continue reading


@dev.to | 2 years ago

Front-end Studio powered by SolidJS

I would like to showcase my project I've been working on for a last year. It's a Studio that has buil... | Continue reading


@dev.to | 2 years ago

Zig Makes Go Cross Compilation Just Work

For the last couple of months I worked on a redesign of https://ziglang.org. Among other things, the... | Continue reading


@dev.to | 2 years ago

Accessing EC2 Linux instance without .pem file

you may find a situation where you want to access your Linux instance from someone's else machine, but your Linux need the .pem key file and you don't want to carry your .pem file to other's machine. why not just create a password for ssh, so let's create it 1) first you have to … | Continue reading


@dev.to | 3 years ago

Bringing Pattern Matching to TypeScript Introducing TS-Pattern v3.0

In the past few years, frontend development has become increasingly declarative. React shifted our mi... | Continue reading


@dev.to | 3 years ago

The 7 Habits of hight effective people!

7 HABITS to win the WORLD 1 Be Proactive Be worried about these things you can control yourself like your day, study…. Just don’t give a shit about which you can’t like Rain, other emotions. What If I fail in something, should I blame others for my failure (Reactive), of course n … | Continue reading


@dev.to | 3 years ago

Through the pipeline: An exploration of front-end bundlers

This last week I spent a lot of time buried deep in the documentation of parcel, rollup, and esbuild.... | Continue reading


@dev.to | 3 years ago

Puppy Assistant: the smart home for my dog

I want to share with you 3 "smart" ideas that help me in some day-to-day tasks with my Dog.... | Continue reading


@dev.to | 3 years ago

Video encoder rollback optimization in rav1e

This is the story of a specific optimization that gave a significant speed-up in rav1e, up to 32% fas... | Continue reading


@dev.to | 3 years ago

Building a telnet chat server with Rust and Lunatic

I love the aesthetics of terminals and I’m not the only one, there is a whole subreddit dedicated to... | Continue reading


@dev.to | 3 years ago

TL;DR For those that are following me, they already know that. This is the first playgrou... | Continue reading


@dev.to | 3 years ago

Building an NLP Word Association Network from Scratch

Ever since I first launched One Word Domains this summer, I've received plenty of requests for a sear... | Continue reading


@dev.to | 3 years ago

Tales of the Autistic Developer – The Expert

Autism can lead to obsession, and it isn't unusual that this evolves into expertise after enough practice, but how can this be leveraged effectively at work? | Continue reading


@dev.to | 3 years ago

Writing Rust the Elixir Way

It's not a secret that I'm a big fan of Elixir, so when I started doing Rust development I tried to b... | Continue reading


@dev.to | 3 years ago

Em Lazer-Walker on using game design to make virtual events more social

A few months ago, I had a conundrum: I couldn't stand virtual conferences. I personally go to in-per... | Continue reading


@dev.to | 3 years ago

Announcing the 2020 State of CSS Survey

The annual CSS survey is back, this time in multiple languages | Continue reading


@dev.to | 3 years ago

Responsive Website with only 1 CSS PROPERTY

Create a Responsive Website with a one CSS property. Let’s see how it's done. 🤔 Consider this templa... | Continue reading


@dev.to | 3 years ago

Using Serverless Framework and CDK Together

While helping folks work through our Serverless Stack guide, we noticed that most folks have a really... | Continue reading


@dev.to | 3 years ago

AWS SES and Gmail = Free Business Email ID

My website is hosted on AWS Free Tier, and I wanted to create a free company/business email address f... | Continue reading


@dev.to | 3 years ago

Temporal – Date and Time in JavaScript Today

Every developer at some point in their careers had to play with Date & Time and if you are lucky.... | Continue reading


@dev.to | 3 years ago

Implement an emulator for a fantasy CPU in JavaScript

Introduction Emulators are cool pieces of technology that allow users to run a totally dif... | Continue reading


@dev.to | 3 years ago

Forem.dev

Saturday was the two year anniversary of DEV going open source, the first step in our OSS journey. To... | Continue reading


@dev.to | 3 years ago

Video processing with VR/AR in the browser

AlterWorld is an open source real-time video processing project based on OpenCV for JavaScript (front... | Continue reading


@dev.to | 3 years ago

Top 29 Developer Docs

A list of the projects with the best developer documentation | Continue reading


@dev.to | 3 years ago

Readme badges that increased my GitHub visitor stats

If you are caught in the README hype, like me, then these are some badges that you can use. Remember... | Continue reading


@dev.to | 3 years ago

Why algebraic effects matter in F#

Side effects Side effects are impossible to avoid in imperative code, but they can make re... | Continue reading


@dev.to | 3 years ago

Backdrop Filter effect with CSS

Yesterday i came upon a really cool looking effect on a website and tried to reproduce the effect for... | Continue reading


@dev.to | 3 years ago

Image Classifier: In the Browser

Learn how to implement any kind of image recognition by implementing a cat/dog classifier in Tensorflow.js. | Continue reading


@dev.to | 3 years ago

Cargo [Features] Explained with Examples

If you feel confused about all the intricacies of Cargo.toml [features] section you are not... | Continue reading


@dev.to | 3 years ago

Prevent navigation when a modal/dialog is open in Angular 9

I was struggling with this issue on many of my previous projects, especially when the requirement was... | Continue reading


@dev.to | 3 years ago

Slap Coding Principle

Keep code at the single level of abstraction In programming, there is a SLAP principle. SL... | Continue reading


@dev.to | 3 years ago

Process Image Cash Letter (ICL) Files

When we first needed to process Image Cash Letter (ICL) files (also known as X9 files), we couldn't f... | Continue reading


@dev.to | 3 years ago