Blog
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…
What is “void 0” in JavaScript?
Is it similar to undefined? Should we avoid it or not?
How to Use Proxies When Web Scraping in Python
A guide on how to use proxies when scraping websites.
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 Use the JavaScript Nested Ternary Operator
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.
How to Remove Image Background Using Python
Remove images’ backgrounds using the Python library Rembg.
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.