DEVELOPMENT by Pedro Resende

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

© 2014-2022 DEVELOPMENT byPedro Resende

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

php, phalcon3

4 of January of 2019 at 19:00

Phalcon PHP Upgrade

My experience upgrading a Phalcon PHP 1.3.5 application to 3.4.2

In the last couple of weeks I've been working on the upgrade of framework Phalcon on the existing platform from version 1.3.5 to 3.4.2.

Learn More

vue.js, vue, vuex, getters, store, is not a function

24 of August of 2018 at 15:49

How to pass parameters to a Vuex store getter

the KISS way

Today, while working on a project with Vue.js and VueX, I found an apparent limitation of the vuex store.

Learn More