Why Apollo: Advantages and Disadvantages
An analysis of the pros and cons of using Apollo for GraphQL, including its ecosystem and alternatives.
Personal blog about React and JavaScript
333 Articles from this blog
An analysis of the pros and cons of using Apollo for GraphQL, including its ecosystem and alternatives.
An overview of GraphQL, exploring its advantages like declarative data fetching and disadvantages compared to REST.
A beginner-friendly guide to setting up and using Git and GitHub, covering essential commands for web development.
A tutorial on building a custom GraphQL client library for React to understand its internals and contribute to the ecosystem.
A beginner's guide to using GitHub's GraphQL API from a client-side perspective, including setup and basic data interactions.
A tutorial on creating a minimal React app with Apollo Client to query GitHub's GraphQL API and manage local state.
A tutorial on using apollo-link-state to manage local state in React applications with Apollo Client and GraphQL.
Explains why modern JavaScript frameworks like React are essential for web development by comparing them to vanilla JavaScript.
A short guide to setting up a React project using the zero-configuration Parcel bundler, from initial setup to running the application.
A tutorial on integrating PayPal payments into a React application, including creating a REST API app and building a reusable component.
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.
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.
Explains the Normal Equation as an alternative to Gradient Descent for linear regression in JavaScript, including implementation.
A guide to implementing multivariate linear regression with gradient descent in JavaScript, including feature scaling.
A guide to implementing vectorized gradient descent in JavaScript for machine learning, improving efficiency over unvectorized approaches.
Explores methods to optimize the gradient descent algorithm in JavaScript, focusing on selecting the right learning rate for convergence.
A guide to setting up automated Slack invitations for a community using JavaScript/React and the Slack API.
A guide to hosting single or multiple web applications on a single, cost-effective Digital Ocean Droplet, covering setup for static sites and Node.js apps.