Blog


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

A Simple Way to Load Data Before Page Load in Angular

AngularWeb DevelopmentProgramming

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

Building Your Social Media Marketing Strategy for 2023

Social mediaMarketing

How to Create a Virtual Private Network (VPN)

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

Cloud computingVpnVirtual private network

Master the TypeScript Keyof Type Operator

Welcome to the Mastering TypeScript series. This series will introduce the core knowledge and techniques of TypeScript in the form of animations. Let’s learn together! Previous articles are as…

ProgrammingFront End Development

10 Killer APIs for Your Next Python Project

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

Python3ProgrammingCoding