dastasoft

dastasoft @dastasoft

About: Senior Software Engineer

Joined:
Feb 17, 2020

dastasoft
articles - 17 total

How to get cool animations in your React projects

In this guide we will apply Framer Motion animations to a basic example project to enrich the user...

Learn More 12 0Jun 8 '22

Intro to MongoDB and Mongoose - How Every Web Developer Can Become FullStack With Node.js

In the previous post about MERN Stack we developed a simple REST API with Node.js and Express, our...

Learn More 23 0Mar 17 '22

How to get better and easier state management with Redux Toolkit

State management is a necessary part of almost every React project and the idea of "how it needs to...

Learn More 32 3Dec 1 '21

How Every Web Developer Can Become FullStack With Node.js

I'm sure you've heard of Node.js but maybe you haven't delved into it or you only have a general idea...

Learn More 241 3Sep 10 '21

Explain Quantum Computers like I'm five

Explanation of Quantum Computers and the difference with regular computers.

Learn More 6 3Aug 18 '21

Here's what every React Developer needs to know about TypeScript - Part 1

If you've been using React for a while, you'll have noticed some cases where the freedom and wild nat...

Learn More 216 5May 28 '21

Why you should use Chakra UI in React

EDIT: An additional project has been added as an example: Apartmentfy If you want to build an applic...

Learn More 98 9Apr 30 '21

Easy presentations with Fusuma and markdown

The main benefits of using Fusuma are: Create slides as simply as adding a new md or mdx file. Resp...

Learn More 6 0Mar 25 '21

What changes can mixed reality UIs bring to webdev?

I'm pretty sure you watched Microsoft Ignite 2021 yesterday and if you didn't you might find it inter...

Learn More 2 0Mar 3 '21

Como montar un blog estático con Next.js y dev.to como CMS

Vamos a montar un blog estático utilizando Next.js y dev.to como headless CMS. Si quieres ir directa...

Learn More 40 2Nov 3 '20

Simple Static Blog with Next.js and dev.to as CMS

UPDATE: Added Next v10 with new Image component We are going to set up a static blog using Next.js a...

Learn More 30 2Oct 26 '20

What supouses Deno for front end devs?

With all the hype for deno it would be possible to have webpack/parcel on top of deno and remove node...

Learn More 6 1May 13 '20

Styling in React

It's important that our components pass the tests, work well and don't re-render the screen too many...

Learn More 68 8Mar 15 '20

Besides dev.to how you do networking?

I am curious about how you do networking apart from the interactions you do here, what Discord/Slack...

Learn More 5 1Mar 6 '20

Simple Animated Circle Bar as React Component

Let's make an easy and simple circle progress bar from an animated SVG in a React component. We only...

Learn More 39 3Mar 5 '20

Simple React boilerplate

Parcel React Boilerplate We will create a simple React boilerplate with Parcel bundler, li...

Learn More 83 1Feb 29 '20

How is your approach to manage large form validations in React?

When you manage different pages with large forms what is your approach with form validation? Browse...

Learn More 9 2Feb 21 '20