Blog
Theming and Theme Switching in React
How to build and switch modular theme components with Design Tokens, React, the Context API, and Bit
How to Improve Designer-Developer Collaboration
Make developer designer collaboration better by turning GitHub Pull Requests into the ultimate design handoffs
Simple Way to Extract Images From DOCX Files Using Python
A guide to creating a straightforward and short program that could extract images from a picture.
How to Convert Minutes to Hours and Minutes in JavaScript
Learn how to easily convert separate a number of total minutes into full hours and remaining minutes in JavaScript.
Infinite Currying in JavaScript
A tutorial on how to implement infinite currying in JavaScript.
React Navigation v6 with TypeScript
Python String Data Types: An Introduction
Exploring the basics of Python string data type along with code examples.
How to Check if a String Contains Only Letters and Numbers in JavaScript
Learn how to easily check if a string contains only letters and numbers in JavaScript.
Self-hosted Pritunl VPN in AWS EC2
This post is about step by step process of configuring Pritunl VPN in AWS EC2
Async/Await in Angular ngOnInit using TypeScript Decorator
These TypeScript method decorators make lazy loading easy by making sure that certain async functions are always called before others.