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

Book Review: Don't Make Me Think (Revisited)

I decided to pick up Don’t Make Me Think (Revisited) to learn more about UI/UX since I’m not that familiar with that topic. And well here is my review:

»
Author's profile picture Daniel Gopar on bookreview and design

Google App Engine's `DistributionNotFound: google-cloud-ndb`

When following Google’s migration guide for GAE 2.7 to GAE 3.7, they mention to start using their new ndb client google-cloud-ndb. This is straighforward until we ran into the following problem:

»
Author's profile picture Daniel Gopar on python

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