How I Am Planning 2020 as a Software Developer

Share on facebook
Share on google
Share on twitter
Share on linkedin

This video covers how I plan my year, including quarterly, monthly, weekly and daily milestones. This is a highly efficient planning tool, that I use every day to execute and improve.

The tool works better than any other “todo lists” and productivity planners I have come across because it aligns your yearly goals with quarterly, monthly, weekly and daily tasks that make it all happen. If a task is not aligned with your yearly goals, you are essentially wasting time and they shouldn’t be on your todo list (you out-delegate it eg. cooking, cleaning, shopping).

You can watch how I use it here (and download the template):

 

You can download the monthly planning template here (and copy-paste it to OneNote).

 

Do you want to become an Angular architect? Check out Angular Architect Accelerator.

Related Posts and Comments

Error, loading, content…? Use this page pattern for your Angular apps

When developing Angular applications, it’s common for pages to transition through three key states: error, loading, and show content. Every time you fetch data from an API, your page will likely show a loading indicator first, and then either render the content successfully or display an error message if something goes wrong. This pattern is

Read More »

How to do Cypress component testing for Angular apps with MSW

In this post, we will cover how to do Cypress Component testing with MSW (mock service worker) and why it’s beneficial to have a mock environment with MSW. The mock environment My recommendation for most enterprise projects is to have a mocking environment as it serves the following purposes : * The front end can

Read More »

Handling Authentication with Supabase, Analog and tRPC

In this video, I cover how to handle authentication with Supabase, Analog and tRPC. It’s based on my Angular Global Summit talk about the SPARTAN stack you can find on my blog as well. Code snippets Create the auth client Do you want to become an Angular architect? Check out Angular Architect Accelerator.

Read More »

Leave a Comment

Your email address will not be published. Required fields are marked *