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…

React NativeReactMobile App Development

What is “void 0” in JavaScript?

Is it similar to undefined? Should we avoid it or not?

JavascriptProgrammingWeb development

How to Use Proxies When Web Scraping in Python

A guide on how to use proxies when scraping websites.

PythonWeb scrapingProxies

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

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 Use the JavaScript Nested Ternary Operator

JavascriptProgrammingWeb development

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

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

JavascriptHtmlRegex

How to Remove Image Background Using Python

Remove images’ backgrounds using the Python library Rembg.

PythonImage-processingBackground-removal

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