Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)HA
Harendra @programming.dev

Full-stack developer. Angular, Golang, Javascript, SQl, PgSql, AWS

Posts 51
Comments 9

Javascript is 30 years old

4

Can't imagine internet without it

3

AI nowadays

9

Kubernetes is easy

6

When programmers meet

1

Notepad and Notepad++ have never disappointed me.

26

The Best Open Source Alternatives to Your Favorite Productivity Tools - Free Link

We all use tools like Google Drive, Notion, Figma, Zoom, and Photoshop to complete our work daily, but these tools have pricing. What if I suggested free and open-source solutions for all these applications with almost similar functions to save money?

0

Machine Learning - Imagination vs Reality

3

Beginners Css

0

Doing it alone vs someone watching

2

When Autocorrect Sucks

35

When Autocorrect Sucks

0

Every self taught software engineer

5

React Js Clean Code Guide 2024

Learn about Component, Descriptive Naming, Consistent Formatting, Avoid Magic Numbers and Strings, Destructuring, Avoid Nested Ternaries, Comments and Documentation, Reuse and Modularization, State Management, Error Handling, Testing, Code Reviews with examples

0

Selfhost Super Tokens, Hoppscotch, Postiz, Glitchtip, Pocketbase, Query Book, Netdata, Matomo, Posthog, Immich and Linshare with docker

1

45 Powerful JavaScript One-Liners That You Must Know

2

11 Useful React.js Hack Every Developer Should Know

0
dev.to Top Payment Gateways for Laravel: Choosing the Right One for Your Business

Introduction Integrating a payment gateway into your Laravel application is a critical step for any...

Top Payment Gateways for Laravel: Choosing the Right One for Your Business
0
4

Unlock The Secrets Of Microservice Architecture

2
Error Handling in React: Techniques and Examples
    1. The Classic ‘Try and Catch’ Method in React
    2. React Error Boundaries
    3. Error Catching in Event Handlers
    4. Error Catching in setTimeout Calls
    5. JavaScript’s react-error-boundary Package
    6. Using Your Own React Boundaries