Eshell CD tricks

Eshell’s built in command cd has a pretty nice feature, which is keeping track of the directories visited and being able to jump to a directory matching the directory stack history.

»
Author's profile picture Daniel Gopar on emacs and eshell

How I Stay Productive

I’ve been playing with tools and methods on how to make myself stay productive.

»
Author's profile picture Daniel Gopar on productivity

Ordering Of Pytest Fixtures And Mock Patch Objects

If you’re using the mock library and pytest’s fixtures, then you might be confused for a second about the ordering. Mock objects go first and then pytests fixtures.

»
Author's profile picture Daniel Gopar on python and pytest

Tips For Other Jr Engineers

I’m a Junior engineer and here’s a couple of things I wish I knew or had more experience with before starting a job. Before I start I want to say that his is aimed for Students and other Junior Engineers that are in a similar situation (Some things you might already know or think it was obvious to know but this is my personal experience). Anyways, here it is:

»
Author's profile picture Daniel Gopar