There are a few different approaches for writing tests for date and/or time-sensitive functionality. One…
Read MoreTag: quick-tip
The difference between HTTP status codes 401 and 403: Unauthorized and Forbidden
web developmentYou are working with an API and after sending a request you receive one of…
Read MoreA caller id for your python function
how-toMost of you might be too young to know this but there was time that…
Read MoreGo to line number in a file using vim
tilYou want to see line 3842 of file called my_super_long_file.py and you can only access…
Read MoreTIL: How to move a line in Vim
tilFor a text like the following: In order to move the first line down, in…
Read MoreTIL: Create and deploy a serverless function in AWS
tilOnly two steps required (it assumes an existing account in AWS console): I used these…
Read MoreDo I need to indent my Python code? What about JavaScript?
UncategorizedYes! Indentation, or leading white space at the beginning of a line is required in…
Read MoreSending docker container logs to a separate file
command lineIn a large web application, the backend logs can get quite verbose: requests created, sent,…
Read More