Musings

Building Your First Chrome Extension: A Step-by-Step Guide

Learn how to build, test, and launch your very first Google Chrome extension from scratch with step-by-step instructions to debug your code locally and publish your finished tool to the Chrome Web Store.

  • Category

    chrome, javascript

  • Publication Date

    2024-08-23

Web Development For Kids: HTML!

Web Development For Kids: HTML!

Walk through the fundamentals of HTML with this beginner-friendly guide as you build a personalized bio page and interactive feedback form step by step. You'll master essential web development concepts from document structures and tags to form controls in a fun, practical crash course.

Read More
User Auth and Access Control With Laravel Passport

User Auth and Access Control With Laravel Passport

Setting up authentication and state in a stateless API context might seem somewhat problematic. But Laravel Passport gives developers a clean, straightforward way to add OAuth 2.0 to an app's API.

Read More