Getting started with React and Parcel
A short guide to setting up a React project using the zero-configuration Parcel bundler, from initial setup to running the application.
A short guide to setting up a React project using the zero-configuration Parcel bundler, from initial setup to running the application.
A developer creates a Battleship game board using CSS Grid and minimal JavaScript as part of a personal challenge to build CodePen projects.
Part 2 of a VS Code setup guide for web development, covering HTML, CSS, and JavaScript settings and extensions.
A developer details creating a custom bookmarklet to save links and quotes directly to their Hugo site via the GitHub API and Netlify.
A tutorial on building a Progressive Web App (PWA) using React, Create-React-App, and React Router.
A developer's year-end review focusing on the creation, launch, and lessons learned from three web development courses: Mastering Responsive Typography, JavaScript Roadmap, and Learn JavaScript.
Explores JavaScript decorators for writing cleaner, more efficient code with examples in React and Angular.
A tutorial on creating a humorous poop notification component using CSS and minimal JavaScript, built as a CodePen project.
Explains the complexities of deep copying objects in JavaScript, covering shallow copies, JSON methods, and the structured clone algorithm.
A collection of useful one or two-line JavaScript snippets for common tasks like cloning arrays/objects, getting unique values, and flattening arrays.
Discusses the reasons for 'quick fix' code and provides strategies for avoiding them in front-end development (HTML, CSS, JavaScript).
A web developer shares their journey learning machine learning, applying JavaScript skills to a new domain and rediscovering math.
Updated guide for learning React and Redux in 2019, offering opinionated tips on boilerplates, components, state management, and testing.
Analyzes the recent panic over npm security, arguing it's based on social engineering in PRs, not a flaw in npm itself.
A developer shares their 2018 resolutions focused on open-source contributions, blogging, learning, and using tools like VS Code and TypeScript.
A guide to using object rest and spread properties in JavaScript for cloning, merging, and updating objects with clear examples.
A software architect reflects on a year of professional growth, detailing projects in IT architecture, app integration, and implementing continuous delivery at a large organization.
A guide explaining what JavaScript tests are by building a simple testing framework from scratch for pure functions.
A beginner's guide to creating smooth animations using the Greensock Animation API (GSAP), covering installation, tweens, and core methods.
A beginner-friendly tutorial explaining the syntax and mechanics of for loops in JavaScript, using a simple example to demonstrate iteration.