Peter Mbanugo
Peter's Blog

Peter's Blog

Follow
Follow
homeAboutBookSpeaking EngagementPodcastGuest Posts & CoursesKnative Cheatsheet
Tag

Web Development

#web-development

More content

Read more stories on Hashnode


Articles with this tag

How To Merge Two Array of String Into A Key/Value Map (Object) In JavaScript

Jun 8, 20232 min read

There are different ways to merge two arrays in JavaScript. You can use one of the following: using the spread operator e.g. [ ...array1,...

How To Merge Two Array of String Into A Key/Value Map (Object) In JavaScript

How To Measure Your Server's Round-trip Time In Remix (React)

May 29, 20233 min read

Problem In the world of web development, every millisecond counts. Web developers are constantly driven to achieve maximum speed and efficiency. They...

How To Measure Your Server's Round-trip Time In Remix (React)

How to use React Streaming In Remix

Apr 14, 20235 min read

React 18 is the latest version of the popular JavaScript library for building user interfaces, and it comes with various new features and...

How to use React Streaming In Remix

Using TypeScript In React: Part 1

Dec 19, 20227 min read

TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at scale. It has gained wide adoption and...

Using TypeScript In React: Part 1

The Main Challenges a React Form Library Should Solve

Dec 5, 20227 min read

Building forms in React can easily become a hard and repetitive process when dealing with forms with complex logic. You have to deal with the form...

The Main Challenges a React Form Library Should Solve

Using the Web Share API in React

Jul 19, 20226 min read

Originally published on Telerik Blog You have probably shared content on your device with either your contacts or to some other applications. This...

Using the Web Share API in React