
Maxwell
589 posts

Maxwell
@dev_maxzi
Full-Stack Developer (Next.js | React | TypeScript | Node.js | MongoDB) | PostgresSQL ) | WEB3 Moderator & Technical Writer.


Be like say them don fix am, this is going to be funnnnnn 🤭

Researchers have found two new vulnerabilities in React Server Components while attempting to exploit the patches last week. These are new issues, separate from the critical CVE last week. The patch for React2Shell remains effective for the Remote Code Execution exploit.




This is a Spotify unwrapped thread. Let's see who topped your charts




A recursive function is a function that calls itself over and over in order to break a big problem into smaller chunks that can be handled by that same function. It keeps calling itself until it reaches a predefined condition that stops it from recursing. Without this, it would keep calling itself forever until it eventually crashes the call stack. Recursion is useful for solving problems that naturally repeat as you break them down, like navigating all subfolders inside a parent folder, generating mathematical sequences, and apparently… gathering followers.

















