Redis and Laravel queues. Using LrangeLooks like I spent ages trying to figure this one out!Feb 8Feb 8
SSE (service side events) example to update a tableIf someone needs to make constant calls to server to fetch data (ie. for SPA app), instead of making the call over and over again you can…Jan 29Jan 29
Programmers — Earning money or staying sane!There’s something about earning money that gives us a weird type of peace..Jan 27Jan 27
How to learn multiple programming languagesLearning multiple languages isn’t actually as easy as people think.Dec 20, 2024Dec 20, 2024
Truth about finding a remote jobFinding a remote job is not easy, but here is a couple of things that are going to help you.Jul 27, 2024Jul 27, 2024
Docker RUN vs ENTRYPOINT. What’s the difference.So here’s my attempt in explaining the difference between the three!Jul 22, 2024Jul 22, 2024
Docker how to read values from an .env fileThere’s an easy way to read info from env file.Jul 16, 2024Jul 16, 2024
5 ways to use serverless lambda function.Serverless can be cool so here’s some ways I’ve used lambda function for in past.. you don’t always need to use it plus there’s an overhead…Jun 9, 2024Jun 9, 2024
Software engineers, allow yourself to be vulnerable..This is wrong: “But This Is H0W I DOOO!!#”Jun 6, 2024Jun 6, 2024
Quick note on setting Return TypesI had a “getLineTotalForSummary” function which returned subtotal, normally used inside a loop. (Basically a user can add multiple line…Apr 1, 2024Apr 1, 2024