Skip to Content
Sign in
Susomejias

Susomejias

29 posts

Previous Posts
Blog Setup: Docker, Ghost, SSL - Easy Guide

Blog Setup: Docker, Ghost, SSL - Easy Guide

Setup Ghost Blog: Deploy with Docker, configure reverse proxy, SSL, MariaDB for seamless experience.

Code smell | Side Effects

Code smell | Side Effects

This code smell can be detected when a function modifies an external state beyond its own scope.

The importance of prioritizing code optimization for humans rather than machine

The importance of prioritizing code optimization for humans rather than machine

In this article I will present my arguments to justify why in most software projects it is more important to prioritize the optimization of code for humans rather than for machines.

Code smell | Hardcoded fake data in tests

Code smell | Hardcoded fake data in tests

This code smell occurs when you see fake data that is needed for tests within the same test file.

Design pattern | Criteria

Design pattern | Criteria

This pattern allows you to build search queries using a common interface, which makes the code much more modular and flexible.

Code Smell | Switch Statements

Code Smell | Switch Statements

This code smell is caused by the abusive use of the switch statements.

Code Smell | Too Many Imports

Code Smell | Too Many Imports

This code smell is caused by the abusive use of imports in components, classes or any other type of module of our project.

Code Smell | Magic Numbers

Code Smell | Magic Numbers

This code smell can be detect when we use a number that lacks the proper semantics.

Load More You've reached the end of the list