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."

Python

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.

SurveysSurveyjsOpen source

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…

PythonDjango

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…

JavaScriptFront End DevelopmentWeb Development

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.

AwsAws kmsAws datasync

Create a Ping Pong Game Using JavaScript

Learn how to make a ping pong game with JavaScript and HTML

JavaScriptWeb DevelopmentGame Development

How to Create a Virtual Private Network (VPN)

How I explored the mechanics of online safety while sharpening Cloud skills

Cloud computingVpnVirtual private network

10 Killer APIs for Your Next Python Project

A collection of useful public APIs you can use in your Python project

Python3ProgrammingCoding

Build a landing page for your SaaS app using React, Chakra UI and Typescript

Landing PageSaaSReact

Extracting Specific Keys/Values From A Messed-Up JSON File (Python)

What to do when a messy JSON file gives you a massive headache

PythonJSON