DEVELOPMENT by Pedro Resende

HomeAbout
DEVELOPMENT by Pedro Resende
  • 1
  • 2
  • 3
  • Next

© 2014-2023 DEVELOPMENT byPedro Resende

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
Learn More

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
Learn More

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
Learn More

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.
Learn More

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.
Learn More

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

Learn More

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.

Learn More

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 ...

Learn More

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

Learn More

symfony, 4.3, authentication, security, login, form, private

20 of June of 2019 at 14:12

Creating a private area with authentication in Symfony 4.3

In 9 easy steps

Today, I've decided to take a look at Symfony 4.3 and it's login system. I must say they've made a pretty good job with the new funcionalities and the ease of use.

Learn More