© 2023 Hashnode
I've been working at XtendOps for a year and a half now and we've seen tremendous growth in that time frame. When I joined, the company was around 600 employees and now we're closing in on 2000. I was…
Introduction Beginning serverless development requires that you have certain packages or software installed on your computer that make it easy to develop applications using the Serverless Framework. T…
What is an object in javascript? An object is a built-in data type for storing key-value pairs. Data inside objects are unordered, and the values can be of any type. keys are also called properties. …
Netlify is a cloud platform in which software developers can easily host their websites and web applications and it gets deployed instantly. In this article, I will share how to fix Treating warnings …
I want to preface the following anecdote by saying pirating games is unethical and should not be done. Imagine this, you want to play a game on your pc but it is not available in your country…so you d…
What is Imposter syndrome? Do you know that feeling where you just don't feel good enough, like you are not cut off for this even after a series of doing that particular something over and over again?…
When it comes to testing your frontend applications; there are many testing methodologies: unit testing, component testing, integration and end-to-end test. This article focuses on unit and component …
JavaScript Engine JavaScript Engine is a program that executes JavaScript code. They are typically developed by web browser vendors and every browser has one. V8 from Google is the most used JavaScrip…
When I start a new project, one of the first things I do is upload it to Github. The flow typically entails creating a GitHub repo, initializing Git in my local repo, and configuring the remote repo o…
Ever wondered what it means when you read the headlines or hear - "Hackers attacked XYZ systems! Possibility of a data breach!" Of course, this doesn't mean attacking using arrows or weapons but how d…
Introduction APIs, or Application Programming Interfaces, are a way for different software systems to communicate with each other. They provide a standardized way of accessing data and functionality f…
DevBytes is an application that brings coding and programming news.you get all the latest coding news from the programming universe in one place. Get updates about advanced JavaScript, advanced Python…