✍️ Writing

Posts about technology, personal growth and self-development.

Advice to an early-career DevOps engineer

⏱3m
This week I was asked a really fundamental question and I totally flunked. I didn't grasp its importance and here is my attempt to correct that mistake: What advice would you give to an early-career DevOps?I had been engrossed in writing automation scripts tha…▷ read more

3 Lessons from the Daily Stoic Challenge

⏱4m
I took the daily stoic challenge this summer. It is a 10-day program developed by author Ryan Holiday that will encourage you to implement ideas from the stoics into your daily live. Here are few things I learned during the challenge, if you read this I still…▷ read more

Troubleshooting AWS API Gateway & CORS issues

⏱2m
The problemSetting CORS while using AWS API Gateway can be confusing as the Enable CORS option in the Action menu doesn't work out of the box. The problem occurs during the pre-flight call that fail as it is. A solution to this issue is simply to create a…▷ read more

Tech radar

⏱1m
Interactive visualization of technologies and how they fit in past, present and future projects— based on the technology frontier radar by thoughtworks. It will be updated twice a year or so. For the best experienced go to https://cdvel.github.io/tech-radar…▷ read more

Run and Meditate

⏱2m
This is probably your situation too. I find very difficult to find enough time to take care of myself. Running and meditation have been for a long time some of the habits that I get most benefits from. Ideally, I like doing a 40 minutes seated meditation, but…▷ read more

Quick and dirty ReactiveX example

⏱1m
Event-driven architectures have been around for a while and lately its use has become popular in environments such as Node.js. One of the most expressive and graceful implementations of these ideas is ReactiveX. It was created from the idea of interfacing thre…▷ read more

Prefer Myopic Feedback

⏱1m
This week, James Clear posted an interesting idea on How to effectively measure improvements. His main point was that it might be better approach to use short-term feedback to calibrate your actions and your probability of achieving your goals. Most people act…▷ read more

60 seconds to TDD

⏱1m
This quick tutorial presents a minimal setup with Python to start coding using TDD. It only requires two lightweight dependencies nose and when-changed available through pip . Install and run sudo pip install nose sudo pip install when-changed The following…▷ read more

Keeping a Journal

⏱2m
Journaling is very powerful tool to record your thoughts, events, ideas, people you meet, goals, quotes or basically anything that matters to you. It can help you grow in every aspect of your life. Powerful negative emotions are diminished by writing ... capt…▷ read more