Posts

My leadership journey: Hiring in Tech: Coders vs Engineers?

Hello! 👋 Today, let’s tackle a crucial question in the tech industry: When building your tech team, what kind of profile should you focus on?

View more

My leadership journey: Elevating Teams: Maslow's Pyramid in the World of Tech

Hello! 👋 Ready to explore another facet of organizational dynamics? Today, let’s ascend the pyramid of success and well-being – Maslow’s Pyramid – and apply its wisdom to the realm of technical teams.

View more

My leadership journey: Optimizing Success: Aligning Skills and Roles

Hello! 👋 Continuing the exploration of strategies for organizational success, let’s dive into a topic crucial to every team’s triumph: the art of placing the right skills in the right roles.

View more

My leadership journey: Embracing Failure

Hey pals! 👋 Time for another chat in my leadership journey series, and today, we’re digging into something real: Embracing Failure.

View more

My leadership journey: Fostering Productivity: Vision and Transparent Culture

Hello! 👋 Ready for the next chapter in my leadership journey series? Today, let’s delve into the heartbeat of a thriving team: The Vision and the power of Transparency.

View more

My leadership journey: Crafting Clear Paths: OKRs and KPIs Unveiled

Ready for the next entry of my leadership journey series? Today, we’re delving into a crucial aspect: Creating OKRs and KPIs—keeping things clean and concise.

View more

My leadership journey: Guiding Without Micromanaging

Thrilled to kick off my leadership journey series, where I’ll dive into different aspects of my experience. Each post will explore a unique theme.

View more

Create web components with typescript

In the last months, I’ve been digging in how to mix two of my favourites “technologies” of recent times. Web components and Typescript.

View more

Configure subdomain as “CDN” in NGINX (+ WordPress & W3 Total Cache configuration)

UPDATE: CORS (Cross-origin resource sharing) added to the “fake” CDN. Based on: https://gist.github.com/alexjs/4165271 In a typical scenario, you serve your webpage from single domain, that includes all yours “server generated” pages and also the images and assets (javascript, css and other files) of your site.

View more

WordPress NGINX configuration

I’ve been installing some wordpress sites in my new VPS running with NGINX. Install wordpress with Nginx is not as complicated as it might seem but you have to do some configurations to increase security and to make it work with cache plugins.

View more