kolade
337 posts

kolade
@akoladefaj
Backend & AI Engineer | FastAPI • Celery • Redis • gRPC | Building Production RAG, MLOps & Distributed Systems at Scale

In Node.js, hashing a password with berypt looks like this: const hash = await bcrypt.hash(password, 10) In Go, that magic number 10 has a name: bcrypt.GenerateFromPassword([]byte(password) ,bcrypt.DefaultCost) Same library, same algorithm, same cost factor. But Go makes you see what '10' actually means - it's the computational cost that makes brute-forcing expensive. Small thing, but this is what learning a second backend language does. It puts names on things your first language let you ignore. A peep of me using bcrypt in my Golang project 📸

🚨 We’ve confirmed the intercom-client@7.0.4 was compromised in the ongoing Mini Shai-Hulud worm attack. The npm package includes a malicious preinstall hook that downloads and executes an unverified Bun binary, then runs an 11.7 MB obfuscated payload designed to steal Kubernetes, Vault, cloud, GitHub, and CI/CD secrets. The attack closely overlaps with the SAP CAP, Cloud MTA, and lightning@2.6.2 compromises.


Canonical’s web infrastructure is under a sustained, cross-border attack and we are working to address it. We will provide more information in our official channels as soon as we are able to.








Introducing Lovable Payments. Describe what you want to sell. Test it securely. One conversation to go live.


We’re launching a brand new, full-stack vibe coding experience in @GoogleAIStudio, made possible by integrations with the @Antigravity coding agent and @Firebase backends. This unlocks: — Full-stack multiplayer experiences: Create complex, multiplayer apps with fully-featured UIs and backends directly within AI Studio — Connection to real-world services: Build applications that connect to live data sources, databases, or payment processors and the Antigravity agent will securely store your API credentials for you — A smarter agent that works even when you don't: By maintaining a deeper understanding of your project structure and chat history, the agent can execute multi-step code edits from simpler prompts. It also remembers where you left off and completes your tasks while you’re away, so you can seamlessly resume your builds from anywhere — Configuration of database connections and authentication flows: Add Firebase integration to provision Cloud Firestore for databases and Firebase authentication for secure sign-in This demo displays what can be built in the new vibe coding experience in AI Studio. Geoseeker is a full-stack application that manages real-time multiplayer states, compass-based logic, and an external API integration with @GoogleMaps 🕹️





