Blog


45+ Best App Ideas for Startups + Bonus Ideas to Make Money in 2021

45+ Best App Ideas for Startups + Bonus Ideas to Make Money in 2021

45+ Top Mobile App Ideas for Startups That Could Change the World in 2022

StartupsMoney
A Guide to Nested Promises, Anti-Pattern, and Alternatives

A Guide to Nested Promises, Anti-Pattern, and Alternatives

JavascriptPromiseAsync
How to Use JavaScript Libraries in Angular Project

How to Use JavaScript Libraries in Angular Project

AngularJavascriptTypescript
5 Ways You Can Remove the Last Character from a String in Python

5 Ways You Can Remove the Last Character from a String in Python

How to remove the last character from a string in Python.

PythonProgrammingCoding
How to Pass Props from Child to Parent Component in React

How to Pass Props from Child to Parent Component in React

Learn this neat little trick to pass chunks of props back up the component tree!

ReactJavascriptWebdev
Scrape Google Scholar with Python

Scrape Google Scholar with Python

How to scrape Google Scholar with Python and Beautiful Soup

Web scrapingWeb scrapersPython
Using Zustand and TypeScript to Make a To-Do List in React

Using Zustand and TypeScript to Make a To-Do List in React

Today, let's learn how easy Zustand can make it to manage global client-side state in React by making a to-do list with it.

ZustandTypescriptReact
How to install and configure AWS Toolkit for VS Code to Work with Serverless Applications

How to install and configure AWS Toolkit for VS Code to Work with Serverless Applications

A step-by-step guide to installing and configuring AWS Toolkit for VS Code to work with serverless applications.

AwsAws samVs code
How to set up simple CI/CD using AWS CodePipeline with GitHub

How to set up simple CI/CD using AWS CodePipeline with GitHub

A step-by-step example demonstrating how to deploy a static single page website to AWS S3

Cloud ComputingAWS S3AWS
5 Advanced React Patterns

5 Advanced React Patterns

An overview of 5 modern advanced React patterns, including integration codes, pros and cons, and concrete usage within public libraries.

ReactJavascriptPatterns