Posts
2020
- What happens when you run PSQL slash commands?
- Working with celery signals
- Shallow & deep copying in python
- Variables & mutability in rust
- When to use python's enumerate() instead of range() in loops
2019
- difflib - Finding close matches of strings from a list
- A quick reference to Python string methods - Splitting and Slicing
- A quick reference to Python string methods - Cases
- HTML to JSX Compiler
- A quick reference to Python string methods - Find and Replace
- Python 'is' vs '=='
- Making your SMART goals smarter with Stretch goals
- Automatically counting and numbering HTML elements with CSS counters
- Publishing your Python packages on TestPyPi before publishing on PyPi
- Testing Click applications with Pytest
- Performing CRUD operations with a CLI app using Firebase
- Prompting users for input
- Adding arguments to CLI commands
- Adding options to CLI commands
- Using setuptools to package your Python app
- Setting up your python environment for Click
- Fibonacci sequence with Python recursion and memoization
- Creating a Simple ToDo Api With Django
- Staying Alert Without Caffeine
- Caring for your Health as a Developer
- Lexical Variable Scoping with Javascript
- Javascript Arithmetic Cheat Sheet
- Difference between a python module and a package
- Displaying a css spinner on ajax calls with fetch api
- Skipping tests
- Capturing print statements while debugging
- Asserting Exceptions with Pytest
- Getting started with pytest