Blog
How to Configure AWS SFTP Server with AWS S3
A tutorial on configuring AWS SFTP Server with AWS S3
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…
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
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…
How to Generate Automated Word Documents with Python
Automating the repetitive tasks that you shouldn’t be wasting time over
2 JavaScript Approaches to Encode/Decode HTML Entities
No plugins required. 2 strategies — (1) A <textarea> HTML element & (2) Regex pattern implementations.
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.
Django Social Authentication: Login With Google
How to sign in and sign out using Google and Django framework.
Build a Stripe App with Node.js and Typescript - Part 1
How to Change an HTML Selected Option Using JavaScript
A tutorial on changing an HTML selected option with JavaScript.