How to become a Web Developer: a detailed plan for learning JavaScript
Everyone who wants to become an IT developer usually begins with making sites, as the easiest part of it. To work, you need only a text editor for writing the code and browser to see visually what you...
View ArticleCORSflare – Free Reverse Proxy to bypass same-origin restrictions
CORSflare is a reverse proxy written in JavaScript that can be used to bypass most common Cross-Origin Resource Sharing restrictions, such as the errors that prevent to embed an external web page...
View ArticleCommon Mistakes Developers make when Using Proxy API with JavaScript
Even the best developers make mistakes from time to time. So, whether you are new to using proxy API with JavaScript or whether you are an old hand, there can be multiple errors you need to watch out...
View ArticleFetch API bug: can’t GET or SET multiple Set-Cookie Headers
Fetch is a new native JavaScript API that provides an interface for fetching resources (including across the network): according to Google Developers Documentation, “Fetch makes it easier to make web...
View ArticleAngular vs React: What to Choose in 2020
Front-end is an essential part of any application. It facilitates customers’ interaction with an app and works as a shop-front, ensuring its success in the market. Therefore, it’s vital that the...
View ArticleREPflare: a Cloudflare Worker to replace text and inject content
In this post we’ll talk about REPflare, a lightweight Cloudflare Worker that can be used to perform text replacement tasks as well as inject any kind of content (styles, scripts or other HTML...
View ArticleKey Advantages of Node.js
We all can see that the mobile industry is continuously growing. This means that the number of mobile users is growing, increasing the demand for mobile apps. However, building apps is not easy....
View ArticleVisualizing Data in Real-Time Using GoJS
The fourth industrial revolution has arrived. Businesses turn to IoT and the cloud to optimize their operations and costs. In this post, we’ll discuss how data can be sent to a server in real-time and...
View ArticleTop 5 Web Programming Languages to Learn in 2023
As technology continues to advance at an unprecedented pace, programming remains one of the most in-demand and rewarding career paths. Choosing the right programming language to learn in 2023 can be a...
View ArticleCreate a CRUD API in Node.JS and Express - Code sample
Creating a basic CRUD (Create, Read, Update, Delete) API in Node.js can be accomplished using the Express framework, which simplifies the process of building web applications and APIs. This guide...
View Article