Maybe you've come across this image in your dev feeds (X, Reddit, LinkedIn...)It's supposed to be a list of hidden requirements from an American recruiter. (I'd love to link the original Reddit post, ...
When to use Strapi Lifecycle Hooks
After the update to Strapi v5, lifecycle hooks are no longer the recommended approach for most use cases. Instead, we recommend using Strapi's document serv...
LangGraph is a library created to make it easier to create stateful, multi-agent applications that make use of Large Language Models (LLMs). By expressing complex agent operations as cyclic graphs, it...
Hi there! I'm Shrijith Venkatrama, founder of Hexmos. Right now, I’m building LiveAPI, a tool that makes generating API docs from your code ridiculously easy.A while back, I was working on a Go proj...
Hoisting is a fundamental concept in JavaScript that often confuses beginners. You might have seen situations where a variable declared using var is accessed even before it is defined in the code, wit...
In the previous post, we learned to write our first line of code on a Raspberry Pi 5. I bought my Raspberry Pi 5 last year and didn't touch it until recently. While planning to use this Raspberry Pi t...
30-days-challenge
Day-1: javaScript
What is JavaScript...?JS the Language
JS the Dom---> Brinden Eiche create js in 20 days.
---> At the initial phase, js has many problems.
--...
I’m super excited to share that my latest CodePen showcasing Trig.js animations with dynamic direction changes has been featured on the CodePen homepage! 🚀🔥This Pen demonstrates how to control...