Key Takeaways from “The Organized Mind” by Daniel Levitin
Review and key insights of Daniel Levintin’s book ‘The Organized Mind’.
Review and key insights of Daniel Levintin’s book ‘The Organized Mind’.
In this article, learn how to manage learning with other duties and your daily life, because we all have limited time in a week.
This is a summary and review of the book “How to Read a Book” by Mortimer J.Adler.
In my opinion, modern times makes it inevitable to adopt a lifelong learner mindset. If you are reading this blog, you probably also share this idea. But we all have limited time in a week. You probably have a full-time job, a social life, and many things to deal with besides learning. Therefore, learning how …
In Short 💡 There is no such thing as a master key that will unlock all doors. Arnold Toynbee, British historian Contrary to popular belief that one should select a single discipline from childhood and stick to it to achieve success, David Epstein distills several arguments showing that the present and the future belongs to …
Book Review : Range: Why Generalists Triumph in a Specialized World Read More »
Docker multi-stage feature allows to make your dev environment as close to production as possible. While Docker is an industry standard for deploying web applications to production environments, it also comes in handy for local development. When you decide to use Docker for both purposes, a few concerns arise : Fortunately, Docker has a built-in …
Disclaimer: dirty hack here. I recently finished implementing the front end for my music website. I chose to use ReactJS. However, when I wanted to improve my website’s SEO, I started to run into a major issue that is inherent to React and Single Page Apps frameworks. The Problem In a nutshell, React is not …
If you plan to use Flask to build a JSON API (for instance a REST API), there are high chances you will end up using the following add-ons : This article will give you some insights into how to efficiently test a Flask application alongside these extensions. In particular, we will create a set of …
How to use Pytest with Flask and its common extensions Read More »