Muhammad Harith Zainudin

Muhammad Harith Zainudin @harithzainudin

About: I read, I code, I learn, I share. Repeat.

Location:
Kuala Lumpur, Malaysia
Joined:
Apr 7, 2022

Muhammad Harith Zainudin
articles - 17 total

Simplify Your Workflow 📈: A Guide to Standardizing Commit Messages with Husky 🐶 in Monorepos 📦

You have a project. But, its a monorepo. Along the way, you start to have many people onboard in the...

Learn More 35 2Aug 7 '23

Unlocking Seamless Collaboration and Code Quality: The Power of Standardized Commit Messages in Software Development ⚙️

I totally understand that sometimes it is really hard to give a meaningful commit message. For me,...

Learn More 1 0Aug 6 '23

Strategies to minimize Vendor lock-in in cloud technology ☁️

After my final year in degree, I directly jump to the industry and doing cloud native development. It...

Learn More 1 0Aug 5 '23

5 best practices for AWS Lambda function design standards

Here are a few best practices to incorporate into your Lambda function design standards. 1....

Learn More 2 0May 21 '23

Security in AWS for Serverless Application

Cloud security is our top priority. That is undeniable. It is important and it is needed. When you’re...

Learn More 0 0Mar 9 '23

"Do It, Do It Right, Do It Better": A philosophy for Cloud Developer

As a cloud developer, you must approach every project with an eye towards quality, efficiency, and...

Learn More 2 1Feb 9 '23

How to use async await process inside map function with Promise all in Javascript

If you are working with API, web development, or backend logic, there will be a time where you will...

Learn More 0 0Dec 26 '22

Things that I have learned for the past 1 year in Cloud Computing

This week is my 1 year anniversary venturing into cloud computing. Everyday at work, always an...

Learn More 1 0Aug 21 '22

Difference between Lodash Concat and Javascript Native Concat

Concat function in Lodash will creates a new array that concat the array with any additional arrays...

Learn More 0 0Jul 31 '22

Invest in something as developer

As a developer/programmer, it is important to know what is the best thing to invest. Surely we need...

Learn More 3 3Jul 18 '22

Define Amazon Cognito as authoriser for lambda function in serverless using shared API Gateway 🚀

Note: You can get all the codes below in this gists If you are creating API, maybe you will want to...

Learn More 7 0Jun 6 '22

How to use Lodash compact function?

Note: This tutorial also exist in my GitHub Compact function will remove all falsey values in the...

Learn More 6 0May 29 '22

How to use Lodash chunk function?

Note: This tutorial also exist in my GitHub You have a problem where you need to divide an array...

Learn More 9 0May 14 '22

What is Lodash?

In the web, there are pretty much many libraries that can help us in software development/web...

Learn More 5 2May 1 '22

Tips to debug code

Bugs are frustrating. It is terrible. But to debug it, it is an art that you need to master. You need...

Learn More 13 2Apr 22 '22

Ways to handle disagreement at workplace

As human beings, we cannot avoid disagreement no matter how good or how careful we are, there will be...

Learn More 1 0Apr 17 '22

Tips and How to name your API endpoint?

Sometimes, it can be very confusing on how to name your api endpoint. This is the tips and guideline...

Learn More 10 0Apr 10 '22