Blog
10 Powerful Python One-Liners
Python one-liners can be just as powerful as a long and tedious program written in another language designed to do the same thing."
How to Build Your Own Surveys & Extend Them with Custom JavaScript
A primer on how to use your own JS functions, to augment the conditional logic and validators SurveyJS ships with.
How to Build Your Own Login and Registration System in Django
Django comes with the necessary features to set up a complete user authentication system. In this tutorial, we’ll cover the most critical components of a user authentication system in Django, namely…
Building A Beautiful Link Preview With Web Components
Recently, I improved the design of my Web Highlights app's dashboard by showing a link preview for each highlighted page. Here is what the new design looks like: In this article, I want to share how…
Planning to change the AWS KMS key for the S3 bucket with data? Consider these points
How to change the existing customer-managed KMS key associated with an AWS S3 bucket when the bucket contains a massive amount of data.
Create a Ping Pong Game Using JavaScript
Learn how to make a ping pong game with JavaScript and HTML
How to Create a Virtual Private Network (VPN)
How I explored the mechanics of online safety while sharpening Cloud skills
10 Killer APIs for Your Next Python Project
A collection of useful public APIs you can use in your Python project
Build a landing page for your SaaS app using React, Chakra UI and Typescript
Extracting Specific Keys/Values From A Messed-Up JSON File (Python)
What to do when a messy JSON file gives you a massive headache