Build an extendable in-browser devtools
Learn the fundamental concepts to empower your team.

Search for a command to run...
Learn the fundamental concepts to empower your team.

Help users find search results directly from the address bar

Sharing my experience when learning something new

Log messages between pages and iframes or pop-ups

I decided to participate in Scrimba's Advent Calendar this year. I enjoyed it a lot and here are my solutions: #1 - Candies #2 - Deposit Profit #3 - Chunky Monkey #4 - Century from Year #5 - Reverse a string #6 - Sort by length #7 - Count Vowel Cons...

Introduction In this tutorial, you'll learn how to create a background service using Kotlin to listen to push notifications even when the app is closed, handle them and save them to SQLite. Even though the context is a Flutter app, this is applicable...

Context If we are using GitHub releases as part of our release workflow, we can use GitHub Actions to accomplish many tasks, such as notifying services about the new release. This is very helpful as we can use a single step on our workflow to keep al...

Context If we are using GitHub releases as part of our release workflow, we can use GitHub Actions to accomplish many tasks, such as notifying services about the new release. This is very helpful as we can use a single step on our workflow to keep al...

Flutter has built-in support to light and dark themes. The MaterialApp widget has a property called themeMode. If we specify the darkTheme and theme properties, we can use themeMode to control it. The property defaults to ThemeMode.system, which will...
