Skip to main content

Articles

Here you will find my thoughts, findings, neat tricks and interesting techniques that I discovered over the past few years of my programming journey, at times stories about my side projects

React Conditional Rendering - can custom component replace inline conditional...

Can we replace inline conditional JSX with our own React Component !

Read More

Streaming HTTP response in PHP - turn long-running process into realtime UI

For a not too long single server-side request what if you could let the user know how the request is handled at the server's end, in real-time without them waiting for the entire process being finished !

Read More