Neha Sharma

Neha Sharma @hellonehha

Location:
London
Joined:
Dec 1, 2018

Neha Sharma
articles - 113 total

Finally Completed Designing Data Intensive Application Book

I Finally Finished Reading DDIA – Here’s What I Learned I’ve finally completed Designing...

Learn More 2 2May 29

Sharding Demystified

Following my system design blogs, this is another blog where we will learn about "sharding vs...

Learn More 5 1May 26

Understanding eventually consistency

This is from my series of System design for Developers and based on the book I am reading "Database...

Learn More 3 1May 18

Database Replication Strategies

If you are a beginner then read my blog : What is Database. This blog is the part of my series on...

Learn More 5 0Apr 23

APIs Are Like Grocery Lists: A Fun Guide to API Design

This blog is part of my System Design series, where I break down key concepts in a simple and...

Learn More 15 2Apr 12

Deploying my ReactJS and HTML5 app to AWS S3

This is a submission for the Pulumi Deploy and Document Challenge: Fast Static Website Deployment ...

Learn More 15 1Mar 30

System Design Roadmap for Beginners

System design sounds overwhelming. If you are an engineer who has decided to learn system design,...

Learn More 191 21Mar 14

React Native New Architecture

React Native has announced the release of version 0.76. With this update, the new architecture will...

Learn More 342 31Nov 9 '24

Mastering createPortal in ReactJS: How to create portals in ReactJS

Continuing the "Mastering ReactJS Series", in this blog we will learn about createPortal. To watch...

Learn More 4 2Sep 27 '24

Mastering Error Boundaries in React: How to Catch & Handle Errors Effectively

React JS provides errorBoundary to handle the unexpected errors by providing fallback UI. Think of...

Learn More 15 0Sep 24 '24

React Native Best Practices

If you are a react native developer beginner, or experience then you must be aware that code...

Learn More 209 10Sep 14 '24

Global Talent Visa: How to Move to the UK Without an Employer

update: Watch the YouTube video here: https://youtu.be/xXEP3zmFmP8?si=KsFZUqbWsqCZwH2o If you want...

Learn More 538 15Aug 30 '24

What are LLMS?

This is the 2nd blog from the series - "Learning GenAI". In today's blog we are going to learn...

Learn More 1 0Aug 24 '24

GenAI for dummies

If you are someone who is keen to know what is GenAI? Why we need it? How to start learning it? Then...

Learn More 19 0Aug 22 '24

How to style your React Native apps?

Styling React Native apps involves using a combination of built-in components, and external libraries...

Learn More 15 1Aug 21 '24

A quick guide for students starting their tech degree

This is a quick guide for those who are starting their college journey in tech. Currently, there is a...

Learn More 4 4Aug 18 '24

🧭 TV Navigation in React Native: A Guide to using TVFocusGuideView

While developing TV apps using react-native-tvos, you will notice differences in behaviour between...

Learn More 41 4Aug 5 '24

React Native: Website vs mobile apps

In the last blog, I shared as a reactJS developer how you can start with React Native. In this blog,...

Learn More 8 1Jul 25 '24

How to start with React Native as ReactJS developer?

Recently, I spoke at React Nexus on "Accessibility and TV Apps." One question I kept getting was: "As...

Learn More 134 11Jul 19 '24

New Features in React 19 – Updates with Code Examples

ReactJS is one of the most popular UI libraries in the front-end development world. And one of the...

Learn More 3 0Apr 4 '24

In 5 steps host your NextJS 14 app on AWS Amplify and Integrate custom domain

You are a front-end engineer or someone who has never experienced the deployment or cloud. Now, you...

Learn More 14 0Jan 18 '24

What is side-effect in ReactJS and how to handle it?

What is side Effects ReactJS is a UI library. It’s job is to render the UI and update it on user's...

Learn More 12 1Aug 16 '23

alt tag guide for your images

1 . When to have alt tag: If image is adding value to the user, providing information important for...

Learn More 6 0Feb 26 '23

Refactor your CSS NOW!!

1 . Global Reset When working with CSS, the user-agent stylesheet is automatically applied...

Learn More 12 0Feb 20 '23

CSS Attribute Selectors Demystified

Welcome to another blog to learn about css selectors. In this blog we will learn about attribute...

Learn More 27 3Feb 17 '23

Empower your CSS skills by using these 3 selectors

In CSS3 we have a lot of selectors which empowers the devs productivity , helps in optimisation of...

Learn More 13 5Feb 17 '23

CSS3 Selectors Series - 1

In CSS3 we have a lot of selectors which empowers the devs productivity , helps in optimisation of...

Learn More 4 3Feb 16 '23

input type button vs button

The main difference between <input type="button"> and <button> is that the latter allows...

Learn More 10 1Feb 12 '23

HTML5 Forms Guide

HTML5 has native form inputs. HTML5 has range of different type of inputs for almost every task in...

Learn More 3 0Feb 12 '23

Making Error Messages Accessible

In order to provide a user-friendly experience, it is crucial to make sure that errors in digital...

Learn More 2 0Feb 6 '23