Become a JavaScript Testing Pro: 14 Resources for Developers
You know I have a strong passion for testing. Testing helps me to maintain good code design, stay focused on the purpose of the code, and prevent regressions in the future.
I have been (and still am)...
Become a JavaScript Testing Pro: 14 Resources for Developers
Matti Bar-Zeev ・ Jan 20 ・ 8 min read
How to use Google Analytics Data API
In this article, I am going to walk you through that how you Google Analytics Data API to fetch data from Google Analytics in the simplest way I can. After reading this article you'll be able to use...
How to use Google Analytics Data API
Jatin Sharma ・ Jan 15 ・ 4 min read
9 Fantastic websites every developer must know
I’ve been such a fan of websites that helps to reduce our work so much easier. Even for developers, websites can be life savers. They can make developers more productive and organized so that their...
9 Fantastic websites every developer must know
💡Piyush Kesarwani ・ Jan 15 ・ 2 min read
15 Useful React Custom Hooks That You Can Use In Any Project
React custom hooks allow for reusable logic in functional components, making it possible to separate components and keep parts small and focused on their intended purpose. Custom hooks also make it...
15 Useful React Custom Hooks That You Can Use In Any Project
Arafat ・ Jan 15 ・ 23 min read
Safe Data Fetching in Modern JavaScript
Fetch - the wrong way
fetch in JavaScript is awesome.
But, you may have something like this sprinkled throughout your code:
const res = await fetch('/user')
const user = await res.json()
While...
Safe Data Fetching in Modern JavaScript
Steve Sewell for Builder.io ・ Jan 16 ・ 10 min read
Hertz supports HTTP3 Interpretation of v0.5.0 version
In version 0.5.0 of Hertz, in addition to regular iterative optimization, we also brought several important features.
Network layer and protocol layer support stream-based interface
...
Hertz supports HTTP3 Interpretation of v0.5.0 version
L2ncE ・ Jan 16 ・ 3 min read
Why Golang is a Good Choice for Developers in 2023
🚀 As technology continues to advance at a rapid pace, it's important for developers to stay current with the latest programming languages and tools. In recent years, Go (or Golang) has emerged as a...
Why Golang is a Good Choice for Developers in 2023
Tanmay Vaish ・ Jan 17 ・ 3 min read
Understanding gRPC Concepts, Use Cases & Best Practices
Original blog post
As we progress with application development, among various things, there is one primary thing we are less worried about i.e. computing power. With the advent of cloud providers, we...
Understanding gRPC Concepts, Use Cases & Best Practices
Hitesh Pattanayak ・ Jan 15 ・ 15 min read
Intro to Generics in Go
Generics is a topic that many people have opinions about. Some people say that the lack of generics is why they can't write in Go, while some say that the lack of generics makes the code simple and...
Channels in Golang
“Channels are a typed conduit through which you can send and receive values with the channel operator, <-“. This is the definition of channels in the Golang documentation but what exactly does that...
Top comments (3)
Shoutout to all the awesome authors featured this week : @mbarzeev , @j471n , @hy_piyush , @arafat4693 , and @steve8708 🙌.
Thanks @c4r4x35 for the mention. 🙌
Thanks for the mention! 🍻