I would like to ask the community for help to better understand and use Passport.js. The way I learn...
When you started learning JavaScript and were introduced to variable declaration, you might have read...
What I built For the Twilio Hackathon, I have built an automated WhatsApp account to which...
For the Twilio Hackathon, I'm doing an automated WhatsApp account to which you can ask information ab...
For the Twilio Hackathon, I'm doing an automated WhatsApp account to which you can ask information ab...
For the Twilio Hackathon, I'm doing an automated WhatsApp account to which you can ask information ab...
I thought that for the Twilio Hackathon it might be fun to do something that integrates a couple of A...
In my early stages of learning Elixir, I had to write a recursive implementation of the functions map...
In my dealings with React Native, I have found certain plugins disappointing, so I am considering wri...
A lot of people who code seriously (whether as a job or as a hobby), end up hearing about other progr...
This is a compilation of a few Object methods that may come in handy. Object.assign Object.entries...
Promises are one way in which you can handle asynchronous operations in JavaScript. Today we are goin...
I've been working on an android app using React Native for the past couple of weeks as a side project...
Promises allow us to perform asynchronous operations. A Promise is a proxy, a placeholder if you will...
Getting to writing React Native and testing it on your phone can be really quick if you go the expo-c...
If your experience is any similar to mine, the first time you had to fetch data from a JSON API on yo...
useEffect is a very useful hook. It receives a callback function that executes when the component has...
React Hooks are a relatively new feature of React that allows us to keep the state of our app in a fu...
What things about JavaScript do you like? What features do you enjoy using? They don't need to be exc...
When I first started learning JavaScript, I had some trouble grasping reduce(). I have heard of other...
Regular expressions can be a great help when we need to analyse or transform user input or other stri...
I have recently been learning about React, which, as you probably know is a JavaScript library. As fa...
Today I faced a very interesting exercise. I had to make a function that took a string as its argumen...
Today I've been delving into different ways to add to, subtract from and in general modify arrays. Th...
One of the things that give me headache about JavaScript ES6 is the amount of expressions that use sy...
Today I have been learning about arrow functions. I've got to say that at first it's hard to wrap my...