Saving Links to My Site With a Bookmarklet
A developer details creating a custom bookmarklet to save links and quotes directly to their Hugo site via the GitHub API and Netlify.
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 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 to using object rest and spread properties in JavaScript for cloning, merging, and updating objects with clear examples.
A developer shares their 2018 resolutions focused on open-source contributions, blogging, learning, and using tools like VS Code and TypeScript.
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.
A tutorial on implementing a neural network in JavaScript using Google's deeplearn.js library to improve web accessibility by choosing font colors.
A guide to implementing logistic regression with gradient descent in JavaScript to solve classification problems.
A summary of the author's closing keynote at the dotJS 2017 conference, discussing the history of JavaScript.