Repository for the Code Disciples blog - https://www.codedisciples.in
Code Disciples is a blog for all things code. The internet is vast and is full of great content and mostly awesome folks who are always willing to help. However, sometimes, we run into a real head-scratcher that requires rummaging through heaps of documentation or tutorials until we hit that "eureka!" moment. Most blogs on Code Disciples stem from such painful moments of frustration. The site provides a means for me to document topics or scenarios that I struggled with when I first encountered them or subjects that I simply felt would be fun to blog about. I hope you find at least some of them to be useful.
Here's a list of the articles on Code Disciples
- Pre-commit hooks for Python code
- Embedding Jupyter Notebooks in a website
- A reminder app with Python, Twilio and AWS Lambda
- Plotting on Google Maps with gmplot
- Pythonic Dictionaries
- Advanced Git Commands
- Namedtuples
- Bind Mounting with Docker Toolbox on Windows
- Running PostgreSQL in a Docker Container
- git rebase - a cautious alternative to git merge
- Running Celery on Windows 10
- Queries using Flask SQLAlchemy
- Deploying a Flask website on Heroku
- Custom Commands with Flask
- Deploying a Flask application on a Linux server - Part I
- Deploying a Flask application on a Linux server - Part II
- Presentations with Markdown
- Toggle Switches
- Itertools
- Using a PostgreSQL database with Travis CI
- Deploying a React application on a Linux server
- Continuous Deployment with Travis CI and DigitalOcean
- Working with date and time in Python
- Installing Python packages from Github
- CSS ::selection Selector
- Hours, days and weeks with Python
- Google Analytics 4 with Next.js
- Empty Objects in Javascript
- Swapping Variables in Python
- Easy quotation marks with CSS