SavagePixie

SavagePixie @savagepixie

About: Always learning new things. I love web development and coding in general.

Joined:
Jul 23, 2019

SavagePixie
articles - 26 total

Best practices to authenticate with Passport.js

I would like to ask the community for help to better understand and use Passport.js. The way I learn...

Learn More 12 1Jul 20 '20

Mutability and reassignability in JavaScript

When you started learning JavaScript and were introduced to variable declaration, you might have read...

Learn More 13 2Jul 10 '20

Asteroid App: Project Submission

What I built For the Twilio Hackathon, I have built an automated WhatsApp account to which...

Learn More 15 2Apr 17 '20

Asteroid App: Phase Three

For the Twilio Hackathon, I'm doing an automated WhatsApp account to which you can ask information ab...

Learn More 11 0Apr 14 '20

Asteroid App: Phase Two

For the Twilio Hackathon, I'm doing an automated WhatsApp account to which you can ask information ab...

Learn More 15 0Apr 11 '20

Asteroid App: Phase One

For the Twilio Hackathon, I'm doing an automated WhatsApp account to which you can ask information ab...

Learn More 27 4Apr 9 '20

What's the closest asteroid to Earth?

I thought that for the Twilio Hackathon it might be fun to do something that integrates a couple of A...

Learn More 24 4Apr 7 '20

Recursive approach to map and reduce: A thought experiment

In my early stages of learning Elixir, I had to write a recursive implementation of the functions map...

Learn More 8 1Apr 1 '20

Good resources to learn Kotlin for Android?

In my dealings with React Native, I have found certain plugins disappointing, so I am considering wri...

Learn More 21 5Jan 31 '20

What language are you planning to learn next?

A lot of people who code seriously (whether as a job or as a hobby), end up hearing about other progr...

Learn More 10 9Dec 9 '19

Cool Object methods in JavaScript

This is a compilation of a few Object methods that may come in handy. Object.assign Object.entries...

Learn More 60 6Dec 4 '19

Promise flow: An in-depth look at then and catch

Promises are one way in which you can handle asynchronous operations in JavaScript. Today we are goin...

Learn More 18 0Nov 26 '19

How do you test your side projects?

I've been working on an android app using React Native for the past couple of weeks as a side project...

Learn More 8 4Nov 25 '19

An introduction to promises in JavaScript

Promises allow us to perform asynchronous operations. A Promise is a proxy, a placeholder if you will...

Learn More 90 4Nov 23 '19

React Native: Setting up the environment on Linux Mint

Getting to writing React Native and testing it on your phone can be really quick if you go the expo-c...

Learn More 38 6Nov 11 '19

How to make HTTP requests with Node

If your experience is any similar to mine, the first time you had to fetch data from a JSON API on yo...

Learn More 14 0Nov 5 '19

How to mimic componentDidUpdate() with React Hooks

useEffect is a very useful hook. It receives a callback function that executes when the component has...

Learn More 51 15Oct 11 '19

Fetching data with React Hooks

React Hooks are a relatively new feature of React that allows us to keep the state of our app in a fu...

Learn More 105 6Oct 9 '19

What features do you like about JavaScript?

What things about JavaScript do you like? What features do you enjoy using? They don't need to be exc...

Learn More 13 7Sep 9 '19

Understanding reduce in JavaScript

When I first started learning JavaScript, I had some trouble grasping reduce(). I have heard of other...

Learn More 148 11Sep 5 '19

Wielding replace with all its power

Regular expressions can be a great help when we need to analyse or transform user input or other stri...

Learn More 12 0Sep 3 '19

Why do you like or dislike React?

I have recently been learning about React, which, as you probably know is a JavaScript library. As fa...

Learn More 15 15Aug 16 '19

Lookaheads in Javascript

Today I faced a very interesting exercise. I had to make a function that took a string as its argumen...

Learn More 64 8Aug 1 '19

Butchering Arrays (or not) with splice() and slice()

Today I've been delving into different ways to add to, subtract from and in general modify arrays. Th...

Learn More 12 0Jul 27 '19

Destructuring Assignment in JavaScript

One of the things that give me headache about JavaScript ES6 is the amount of expressions that use sy...

Learn More 13 2Jul 25 '19

My New Friends filter() and map()

Today I have been learning about arrow functions. I've got to say that at first it's hard to wrap my...

Learn More 113 14Jul 24 '19