BLOG POSTS

Becoming a tech lead: 5 concrete guidelines
2021-01-26 ByTonatiuh Núñez
Set some direction to your leadership. Having clear guidelines is super helpful when performing as a Tech Lead. Unlike Developer or QA, as Tech Lead the scope you need to cover is way more dynamic. Interested? Check these 5 concrete tips that you can...

5 Useful Tricks You Didn't Know for Git
2020-01-22 ByTonatiuh Núñez
Here are some useful tricks for Git in the Terminal, that will help you to speed up some tasks. Check them out!

Quick intro to Redux
2019-10-21 ByTonatiuh Núñez
A quick intro to Redux to simplify 4 core concepts: Actions, Reducers, Store and Components. Redux helps you keep the state of your React app organized and centralized because managing the state only with React can become messy sometimes.


Implementing Action Cable and Active Job in Rails 5
2016-06-09 ByTonatiuh Núñez
Have you checked Action Cable in Rails 5? It’s a nice addition that integrates WebSockets to Rails. In this post, we'll see how to implement Action Cable with Active Job. Active Job is a framework for declaring jobs.

How to take advantage of show source with pry
2016-05-13 ByTonatiuh Núñez
If you haven't heard of the pry gem I would encourage you to take a look at it. It can certainly help you speed up the debugging process of your code.

A Tmux crash course tips and tweaks
2016-05-13 ByTonatiuh Núñez
If you are one of those devs who uses the terminal a lot and ends up with way too many tabs open, or practices pair programming, then this post is for you. During the last months, I’ve started using Tmux a lot. Since I’ve found it to be very useful, ...