Blog


Theming and Theme Switching in React

How to build and switch modular theme components with Design Tokens, React, the Context API, and Bit

ThemingReactBit

How to Improve Designer-Developer Collaboration

Make developer designer collaboration better by turning GitHub Pull Requests into the ultimate design handoffs

GithubDesigner developer collaborationCollaboration

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.

PythonLife hackEffectiveness

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.

Javascript

Infinite Currying in JavaScript

A tutorial on how to implement infinite currying in JavaScript.

JavascriptCurryingFunctional-programming

React Navigation v6 with TypeScript

ReactTypescriptReact navigation

Python String Data Types: An Introduction

Exploring the basics of Python string data type along with code examples.

PythonPython StringPython String Data Types

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.

JavascriptStringAlgorithms

Self-hosted Pritunl VPN in AWS EC2

This post is about step by step process of configuring Pritunl VPN in AWS EC2

PritunlAws VpnVPN

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.

AngularJavaScriptTypescript