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 43
Comments 9

Beginners Css

0

Doing it alone vs someone watching

2

When Autocorrect Sucks

35

When Autocorrect Sucks

0

Every self taught software engineer

4

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

Join Us

Hello Developer, Join coding cafe a community for developers by developers

0

What Differentiates a Good Developer From a Bad Developer?

4

Why Go Interfaces Are the Remarkable Secret to Clean Code Mastery

2

Unlock the Secrets of Web Storage APIs in JavaScript

Learn about Local Storage, Session Storage, Cookies, and IndexedDB with working code examples

0
withcodeexample.com Top Javascript Coding Round Questions For Beginners - 1

Top JavaScript coding round questions for beginners: Reverse a string, check palindrome, find largest number in array, and calculate factorial.

Top Javascript Coding Round Questions For Beginners - 1
0

Predict the output of the following javascript code

app.withcodeexample.com Predict the output of the following javascript code - 04hivg0osqsqo8ppto

In this code, a `for` loop is used to create three instances of a `setTimeout` function. Each instance logs the value of `i` after a delay of 100 millisecond...

Predict the output of the following javascript code - 04hivg0osqsqo8ppto
1

JavaScript Daily Quiz and Code Snippets

app.withcodeexample.com Daily Quiz | With Code Example

Challenge your mind daily with our engaging quizzes! Put your knowledge to the test with a new quiz every day, covering various topics.

Daily Quiz | With Code Example

I have created this app for javascript beginners. Users can attempt daily quiz and see the explanation after each answer. Also providing the frequently used code snippets, you can download beautiful images of code snippets and quiz. Please provide your feedback.

0

JavaScript Daily Quiz and Code Snippets

app.withcodeexample.com Daily Quiz | With Code Example

Challenge your mind daily with our engaging quizzes! Put your knowledge to the test with a new quiz every day, covering various topics.

Daily Quiz | With Code Example

I have created this app for javascript beginners. Users can attempt daily quiz and see the explanation after each answer. Also providing the frequently used code snippets, you can download beautiful images of code snippets and quiz. Please provide your feedback.

0
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