Open in app

Sign In

Write

Sign In

Pablo Montenegro
Pablo Montenegro

37 Followers

Home

About

Published in

JavaScript in Plain English

·Pinned

I made a top-down game version of my blog with Phaser and React

Yes, that’s right, there is now a game version of this website. Tired of clicking around boring pages and reading stuff? What about dive into a journey of a top-down RPG-like game and find the blog posts and read them in-game? Ok, but why? The idea was born when I added Konami Code…

React

5 min read

I made a top-down game version of my blog with Phaser and React
I made a top-down game version of my blog with Phaser and React
React

5 min read


Published in

JavaScript in Plain English

·Jan 22

Creating Rest API Endpoints to my Gatsby Blog

Gatsby is a popular static site generator that is built on React, and it’s the one that I use to create this blog. With its powerful plugin system, it allows developers to easily add features to their sites. One feature that can be added is API endpoints, which can be…

Gatsbyjs

2 min read

Creating Rest API Endpoints to my Gatsby Blog
Creating Rest API Endpoints to my Gatsby Blog
Gatsbyjs

2 min read


Published in

Level Up Coding

·Sep 15, 2022

Creating a Startup with GitHub Actions and Google Forms

The housing market in Amsterdam is crazy, so crazy that universities are telling students to not come to Amsterdam unless they already have a place to live here, and it’s only getting worse. Rent and property prices are skyrocketing, and as Amsterdam is a tech hub, there’s always a Booking…

Nodejs

7 min read

Creating a Startup with GitHub Actions and Google Forms
Creating a Startup with GitHub Actions and Google Forms
Nodejs

7 min read


Published in

JavaScript in Plain English

·Aug 23, 2022

Get the Redux State in a React 18 Production Build via the Browser’s Console

A tutorial on how to get the Redux State in a React18 production build via the browser’s console. — A few months ago I wrote a blog post about how to get the Redux State in production, but with the recent release of React 18, that code doesn’t work anymore. Let’s dive into why it doesn’t work anymore and figure out how to create a new script that works. What changed? …

Redux

2 min read

Get the Redux State in a React 18 Production Build via the Browser’s Console
Get the Redux State in a React 18 Production Build via the Browser’s Console
Redux

2 min read


Published in

JavaScript in Plain English

·May 7, 2022

How to Add a Copy Button to Code Snippets on Gatsby

The lazy way of adding a copy button to code snippets on Gatsby. — I constantly write about code and share code snippets in my blog posts and copy-pasting code is an essential skill for software engineers, and since selecting a text and then pressing CTRL + C then CTRL + V is a lot of work, so I decided to add a copy…

JavaScript

2 min read

How to Add a Copy Button to Code Snippets on Gatsby
How to Add a Copy Button to Code Snippets on Gatsby
JavaScript

2 min read


Published in

JavaScript in Plain English

·Apr 12, 2022

How Webpack Handles Dynamic Imports with Variable Paths

Exploring how Webpack handles dynamic imports with variable paths. — Webpack is the most popular module bundler for JavaScript, it’s a tool for bundling modules together into a single file and more. One thing that always bugged me was how it handles dynamic imports with variable paths, I mean, I knew it was not magic, but I didn’t know how…

Webpack

3 min read

How Webpack Handles Dynamic Imports with Variable Paths
How Webpack Handles Dynamic Imports with Variable Paths
Webpack

3 min read


Published in

JavaScript in Plain English

·Mar 12, 2022

Using Node.js and GitHub Action to Find a House on the Web

A guide on creating a script that automatically runs every 30 minutes to check for new houses and sends them to Telegram. — If you want to rent or buy a house in the Netherlands, you better brace yourself because it is no easy task, especially if you’re looking in Amsterdam. Applying for rent or bidding on a house is like a job interview, or getting a visa for another country. …

Puppeteer

3 min read

Using Node.js and GitHub Action to Find a House on the Web
Using Node.js and GitHub Action to Find a House on the Web
Puppeteer

3 min read


Published in

JavaScript in Plain English

·Feb 20, 2022

How to Get the Redux State from a Production Build via the Browser’s Console

What you can do to debug the Redux State from your app on production when you don’t have redux-devtools enabled for production. — Sometimes you want to debug the Redux State from your application on production, but you don’t have redux-devtools enabled for production, so what can you do? TL;DR Run this on the browser’s console. The long version Recently I had to debug a problem in production which I needed to access the Redux State…

React

1 min read

How to Get the Redux State from a Production Build via the Browser’s Console
How to Get the Redux State from a Production Build via the Browser’s Console
React

1 min read


Published in

JavaScript in Plain English

·Jan 4, 2022

Create Videos from Code Snippets with this Node.js Script

When I was working on my Game Devlog videos, I wondered if there was any way to automatically transform my code snippets into a video, so I could add them to my Devlog, but I couldn’t find any solution for it, so I gave up on this idea. Then a…

JavaScript

3 min read

Create Videos from Code Snippets with this Node.js Script
Create Videos from Code Snippets with this Node.js Script
JavaScript

3 min read


Nov 25, 2021

How to load assets asynchronously with Phaser 3

How to load assets asynchronously with Phaser 3 On Phaser 3 you can pre-load your assets in a function called preload so they are ready to use when the function create starts. But what if you need to wait for an API request before loading an asset? Unfortunately, you can’t…

JavaScript

1 min read

JavaScript

1 min read

Pablo Montenegro

Pablo Montenegro

37 Followers

https://pablo.gg

Following
  • Sohom Das

    Sohom Das

  • Vitaliysteffensen

    Vitaliysteffensen

  • JP Branski

    JP Branski

  • Juampi Barreto

    Juampi Barreto

  • Fabio Tani

    Fabio Tani

See all (19)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams