Tech Notes from the Journey
Sharing bits of what I’m learning in tech - sometimes new, sometimes messy, always real
Explore ArticlesRecent Posts
What are AI Agents and When Should You Build One?
You’ve probably heard the term AI agent tossed around in tech articles, demos, or product pitches, but what exactly is an AI agent, and when should you use one? If you’ve ever wondered whether your project needs one, you’re not alone.
Stream Images With Spring
In lot of social and other sites we see images don’t load at once, they are incrementally loaded and rendered. This is done by streaming the image contents, in this post I will write a small api to demonstrate how that can be achived.
Understanding Data Joins in D3.js - Part 2
So in my previous post Understanding Data Joins in D3.js - Part 1 we saw basics of Data joins, here we will see some more details but first a quick recap-
Understanding Data Joins in D3.js - Part 1
D3.js stands for Data Driven Documents, so what does it exactly means? It simply means your document(visualization elements, dom elements) are controlled and driven by Data, so in nutshell elements correspond to data, change in data should change element.
Understanding & using D3.js axis
In previous article we saw how d3 scales help us to map data to pixels. In this post we will how to use those for plotting axes.
-
jQuery Pattern Lock plugin
This is browser based pattern lock plugin similar to Pattern locks available in Android/iOS.
-
Phonecat In React.js
Phonecat similar to Angular.js phonecat developed in React.js, Redux and Saga