• Blog
  • About
  • Courses
  • Help
  • Português PT
Home
posts

Posts

post

Make your Linux terminal much more beautiful and productive

The linux terminal is very useful but for me it is sometimes very annoying in some aspects, so for years I have been using ZSH with some plugins and a theme that I think is much more productive, I decided to create this …

20 Nov 2022 · 3 min · Diego Rodrigo
Read post

post

Understanding the Big O Notation

What is Big O Notation? If you’ve taken courses related to algorithms, you’ve heard of the term Big O notation, in a nutshell, Big O is a way of classifying how scalable your function or algorithm is, how your code will …

28 Aug 2022 · 3 min · Diego Rodrigo
Read post

post

How HTTP works

Every developer must understand the HTTP protocol, if you are just starting, don’t despair, you will get all the details, to help I’ll bring you a little bit about the base that I think is important to understand. What …

27 Aug 2022 · 7 min · Diego Rodrigo
Read post

post

Create your first Drupal Module

In this tutorial we will create a module for Drupal, the focus here will be on understanding the structure of the module itself, not something super complex. What is Drupal? Drupal is an open source CMS (Content …

30 Jul 2022 · 10 min · Diego Rodrigo
Read post

post

Creating your Docker development environment faster with Lando

A development environment is composed of several services, at least we have a web server and a database, with the emergence of Docker and the wonderful docker-compose.yml made our life a lot easier, but calm down, you …

19 Jun 2022 · 4 min · Diego Rodrigo
Read post

post

Creating a GraphQL API using Laravel

GraphQL has great potential in the way customer-facing applications request data, avoiding managing large amounts of unnecessary payloads and retrieving only what really matters. For this blog post, I will show you how …

16 Apr 2022 · 5 min · Diego Rodrigo
Read post

post

Managing language versions of your projects with asdf

When dealing with many projects we always come across a project whose version is different from the one you are using and it is often necessary to install another version or upload a Docker container, which I did for a …

27 Mar 2022 · 4 min · Diego Rodrigo
Read post

post

Starting a Project with Node.js, Express, and TypeScript

In this article you will explain how to start a project with express using Typescript in an easy way. What is Express Express is a fast framework and one of the most used together with Node.js, helping the development of …

13 Mar 2022 · 3 min · Diego Rodrigo
Read post

post

How to Create a Static Blog with Hugo

For those who work with IT, it is very interesting to have a blog, in a way it is a documentation of their learning, it gives strength to the curriculum and also helps the community. What is a static blog? I’ve used …

02 Mar 2022 · 2 min · Diego Rodrigo
Read post
« Prev

Copyright © 2022-2026 Diego Rodrigo. All rights reserved.

Privacy policy Cookies Terms of use