Simon Serrano

Logo

I am a Software Engineer with a passion for UI/UX design, backend development, and DevOps. Outside of work, I enjoy calisthenics, yoga, acrobatics, running, drawing, and CAM.

View My GitHub Profile

View My LinkedIn Profile

General Coding Best Practices

Follow a Naming Convention

Basic Naming Convention

This naming convention does not match with all languages, refer to your languages preferred naming convention.

Advanced Naming Convention

Code style

Write Code You Will Like To Revisit

Write Clean Code

Write Testable Code

Size Matters

Write Self-Documented Code

Handle Exceptions

Avoid Concurrency

Prefer Ifs Over Switches

Read the docs

Deployment