Blog


7 React Native Open Source Projects to Become a Better Mobile App Developer

7 React Native Open Source Projects to Become a Better Mobile App Developer

One of the best ways to improve your development skills is to read a lot of code. The open-source project is the most valuable resource for learning about best practices, coding styles, and other…

React NativeReactMobile App Development
Best Python Libraries for Algorithmic Trading

Best Python Libraries for Algorithmic Trading

In this article we help you to define which Python libraries work best if you are actively engaged with algorithmic trading with Python

PythonAlgorithmic-tradingLibraries
Create Multiple Layouts Components with React Router

Create Multiple Layouts Components with React Router

In a previous blog, we created our own React layout component with a header and footer. In this blog, we going to create multiple layout components. Follow the “Create Your Own Layout Component in…

JavaScriptProgrammingReact
How to Generate Automated Word Documents with Python

How to Generate Automated Word Documents with Python

Automating the repetitive tasks that you shouldn’t be wasting time over

PythonWord
2 JavaScript Approaches to Encode/Decode HTML Entities

2 JavaScript Approaches to Encode/Decode HTML Entities

No plugins required. 2 strategies — (1) A <textarea> HTML element & (2) Regex pattern implementations.

JavascriptHtmlRegex
Configure Nginx Web Server using AWS EC2 User Data

Configure Nginx Web Server using AWS EC2 User Data

How to create an Amazon EC2 instance with an Nginx web server — all while using the AWS Command Line Interface (AWS CLI) to launch it.

AwsEc2Nginx
Django Social Authentication: Login With Google

Django Social Authentication: Login With Google

How to sign in and sign out using Google and Django framework.

PythonHTMLWeb Development
Build a Stripe App with Node.js and Typescript - Part 1

Build a Stripe App with Node.js and Typescript - Part 1

Stripe AppSaaSTypescript
How to Change an HTML Selected Option Using JavaScript

How to Change an HTML Selected Option Using JavaScript

A tutorial on changing an HTML selected option with JavaScript.

JavascriptHtmlWebdev
How Can We Upload Data to Google Colab?

How Can We Upload Data to Google Colab?

The most popular ways of uploading CSV files on the Google Colab notebook.

Google colabDataProgramming