Bytes & Pixels

Blog

Understanding Whats Behind AI Chatbot

A comprehensive journey into understanding AI Chatbot, from LLMs to designing your own AI Chatbot

Understanding Web App Testing

Understanding why testing is crucial in application development can clarify why companies emphasise writing test cases. Testing is a crucial aspect of web application development that ensures reliability, functionality, and user satisfaction.

Other Posts

Code Aesthetics and Style

Only shipping the code is merely one facet of the comprehensive software development process, it is imperative to accord proper attention to the aesthetics of your code. By adhering to proper code aesthetics and utilizing effective tooling, you save valuable time that can be invested in solving actual problems.

3 July, 202310 min read
Code Aesthetics and Style

React 18 features, all that you should know.

In this revision, we will explore the new features that were shipped with version 18, and discuss how they impact developers and ultimately, end users.

22 May, 20238 min read
React 18 features, all that you should know.

Web Caching, a quick guide

When it comes to web performance and app optimization, caching is one of the solution you can't overlook. And also caching is default concept build into HTTP request, let learn how to exploit it.

1 November, 20217 min read
Web Caching, a quick guide

Getting Hang of GIT

Sharing my process of getting to know and learning git commands using the directory and files system analogy.

3 May, 20219 min read
Getting Hang of GIT

Measuring performance and building lightning web apps

How much time is enough for the user to wait, or what content can be considered meaningful, when the first time user interacted with the content, what was reaction time to that interaction? To find answers to all these questions we measure and optimize.

21 July, 20206 min read
Measuring performance and building lightning web apps

Derived state and using Selectors in React and Redux

How to implement selectors to improve react performance, code reuse and optimized communication with state management library.

22 May, 20205 min read
Derived state and using Selectors in React and Redux

React lazy, Suspense and loadable-components

Understanding React lazy and suspense API. The inspiration behind the library loadable-components, and why and how to use it in your react application with an example.

20 January, 20205 min read
React lazy, Suspense and loadable-components

An Introduction to PWA

Progressive Web Apps (PWA) combine new technologies with established best practices for creating a reliable, accessible and engaging experience. PWA allow you to deliver user experiences that of native apps.

29 December, 20195 min read
An Introduction to PWA

The Way I Learn Things

Sharing my process of learning new things in the dynamic and rapidly growing JavaScript universe.

7 December, 20193 min read
The Way I Learn Things

Day 1, React India

My experience at Day 1, React India Conference. The speakers, talks and fun which kick started first international react conference in India at Goa.

28 September, 20195 min read
Day 1, React India

Why I am writing a blog

I have decided to write blog, and here is my first post mentioning why.

1 September, 20192 min read
Why I am writing a blog