DEVELOPMENT by Pedro Resende

dev, development, tutorial, css, tailwindcss, ror, rails, ruby, Ruby-On-Rails

2 of December of 2023 at 10:00

Ruby On Rails with React.js frontend Integration

with tailwindcss

A few years ago, I've dedicated a post to the integration of React.js with Symfony
Continue reading

dev, development, react.js, Stencil.js, typescript

24 of October of 2023 at 19:54

Boosting Component Development: The Advantages of Stencil

over Pure React

As web development continues to evolve, the demand for efficient and performant components is higher than ever. React has been a prominent choice for building web applications, but developers...
Continue reading

nuxt.js, notion, database, blog

9 of April of 2023 at 16:40

How to create a Notion database connected to Nuxt.js

as my blog CMS

Recently, I've moved from Jolpin to Notion, due to syncronization problems.
Continue reading

dev, development, react.js, useState, typescript, tutorial, useReducer

27 of January of 2023 at 08:45

How to Avoid the useState Hell in React.js

by using useReducer

This week, I had to implement a member management form, using React.js
Continue reading

dev, development, react.js, form, typescript, tutorial, next.js

26 of November of 2022 at 16:16

How to create a file upload API using Next.js

TypeScript and Tailwind CSS

This week, I had to develop an API handler, using Next.js, to allow to upload files
Continue reading

dev, development, tutorial, css, tailwindcss, tailwind, css

25 of July of 2022 at 21:00

How to Center Items on a div

Using tailwindcss

I know that sometimes it can be a nigthmare to center items on a div, that's why I've decided to create this tutorial
Continue reading

dev, development, react.js, form, typescript, tutorial, next.js

6 of February of 2022 at 13:00

How to create a multistep form using React.js

Next.js, TypeScript and Tailwind CSS

This week at work I had to develop a multistep, or multistage, form using React.js.
Continue reading

welcome, new, blog 3.0, dev, development, next

9 of January of 2022 at 15:45

Blog version 3.0

What is different ?

New year, new blog engine. It's been four years since the last time I've decided to upgrade the language and engine of the blog.
Continue reading

express.js, node.js, typescript, react.js, tsx

7 of August of 2021 at 09:24

How to create an Express.js project with TypeScript

and React.js with TSX

Today I've decided to create an Express.js application with TypeScript and React.js.

To begin our new project, let's start by creating a new Express.js project

Continue reading

next.js, graphql

22 of May of 2021 at 10:28

How to add Apollo GraphQL to Next.js

with TypeScript

Today I've decided to integrate Apollo GraphQL with the Next.js API, instead of using the existing one in REST.

Continue reading