The gift of time

Listen now: In this episode we talk about the gift of time.  Are you intentional in how you spend time with people?  We talk about several advantages, why it’s so important for your career, personal growth and life / well being.  And the best thing: it takes relatively little effort and time if you know how… Continue reading The gift of time

How to stay motivated and beat procrastination

Listen now: Whether you like it or not we are emotional species so you have to manage your motivation, it’s not a given! In this week’s podcast we feature two segments from our productivity course: motivation and procrastination. We teach you various techniques to keep your motivation high: – Desire breathes motivation. – Go back… Continue reading How to stay motivated and beat procrastination

The hidden cost of pursuing a higher salary

Listen now: This week we talk about a “taboo” topic: the pursuit of chasing the bigger paycheque. We reflect on the (hidden) cost of this and what to take into consideration. As usual, we also share some cool wins and books we’re reading.  Join our Facebook group:https://www.facebook.com/groups/pybites– Live training coming in a few weeks …… Continue reading The hidden cost of pursuing a higher salary

Learn by building, how we built our own collaboration tool in Django

Listen now: In this episode we tell the story about Pybites CMS, our new powertool we use to better streamline our business. We tell why we built it, how it was an opportunity for Julian to brush up his coding skills, how we applied the PDM philosophy of learning by building, scratching your own itch.… Continue reading Learn by building, how we built our own collaboration tool in Django

Configure a Linux Development Environment on Windows with WSL and VS Code

About WSL It seems like everyone is using Linux or Mac for software development these days, but if you’re a windows user, you may have looked into what you needed to do to be able to use Linux on your PC and found that dual-booting or virtual machines sounded like too much trouble. But these… Continue reading Configure a Linux Development Environment on Windows with WSL and VS Code

Learn FastAPI through building a simple food tracker

If you’re doing any type of web development in Python, there’s a good chance you’ve heard about FastAPI by now. If not, go check it out now. It’s performant, intuitive and time saving (thanks to Pydantic / type hinting) and it supports API standards, e.g. OpenAPI (previously Swagger). You cannot leave this powerful framework out of your… Continue reading Learn FastAPI through building a simple food tracker