DEVELOPMENT by Pedro Resende

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

development, TS, TypeScript, JS, Javascript

26 of August of 2020 at 19:50

Why you should use TypeScript

On you're next JavaScript Project

For the last six months I`ve been working on a JavaScript Full-Stack project, using React.js has the front-end framework, GraphQL for the API Gateway and Hapi Server for the micro-service which is connected to a ...

Continue reading

Vue.js, MVC, Symfony, Vue, Webpack

6 of February of 2020 at 10:30

Symfony with Vue.js frontend Integration

with tailwindcss

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

Continue reading