codexilab's profile picture. Open source projects

CodexiLab

@codexilab

Open source projects

CodexiLab أعاد

PRO TIP: Store rate limits in localStorage instead of your database. Each user tracks their own API calls. Saves memory and eliminates Redis dependency.


CodexiLab أعاد

| ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄| | You don't need to create | | an interface for every | | single class | |___________| \ (•◡•) / \ / --- | |


CodexiLab أعاد

modern dashboard for managing and monitoring Kubernetes clusters

tom_doerr's tweet image. modern dashboard for managing and monitoring Kubernetes clusters

CodexiLab أعاد

I realized that peer-to-peer bluetooth file transfers without internet is even cooler. Here's the work in progress. Sending images and audio notes in bitchat. The image reveal animation is an hommage to all millennials surfing the web during the slow internet modem era.

hear me out: bitchat file / audio / video transfers between two devices directly via tor, no file storage service in between.



CodexiLab أعاد

`odin test` is now fancy!

TheGingerBill's tweet image. `odin test` is now fancy!

What can be extracted from this is: - Package managers are a terrible idea. - Unless your lang has an excellent stdlib, the package manager doesn't matter much. - Sooner or later you'll need a package manager anyway.

I've written up the dialogue from the last TheStandup video I was on with @ThePrimeagen, @teej_dv, and @josevalim. Package Managers are Evil. gingerbill.org/article/2025/0…



CodexiLab أعاد

Kubernetes clusters made easier with a cross-platform open source desktop app

tom_doerr's tweet image. Kubernetes clusters made easier with a cross-platform open source desktop app

CodexiLab أعاد

browser-based code editor from VS Code

tom_doerr's tweet image. browser-based code editor from VS Code

CodexiLab أعاد

"OOP is well suited for GUI programming" 🤡 The OOP GUI programming: 👇

Hasen_Judi's tweet image. "OOP is well suited for GUI programming" 🤡

The OOP GUI programming: 👇

CodexiLab أعاد

Several years ago, I wrote an article on #golang package design and styling which became quite popular. NotebookLM generated a podcast for it and it's ridiculous: - They have nice analogies. - They developed new ideas like keeping types closer help debugging. - They know how Go…


CodexiLab أعاد

Official Go blog post: A new experimental Go API for JSON #golang go.dev/blog/jsonv2-exp


CodexiLab أعاد

Announcing Genkit Go 1.0 ✨ The SDK is now stable and production-ready. This release introduces the genkit init:ai-tools command for seamless integration with AI coding tools, plus built-in support for tool calling, RAG, and more. Read the blog →goo.gle/3Kep4D6

googledevs's tweet image. Announcing Genkit Go 1.0 ✨

The SDK is now stable and production-ready. This release introduces the genkit init:ai-tools command for seamless integration with AI coding tools, plus built-in support for tool calling, RAG, and more.

Read the blog →goo.gle/3Kep4D6
googledevs's tweet image. Announcing Genkit Go 1.0 ✨

The SDK is now stable and production-ready. This release introduces the genkit init:ai-tools command for seamless integration with AI coding tools, plus built-in support for tool calling, RAG, and more.

Read the blog →goo.gle/3Kep4D6
googledevs's tweet image. Announcing Genkit Go 1.0 ✨

The SDK is now stable and production-ready. This release introduces the genkit init:ai-tools command for seamless integration with AI coding tools, plus built-in support for tool calling, RAG, and more.

Read the blog →goo.gle/3Kep4D6
googledevs's tweet image. Announcing Genkit Go 1.0 ✨

The SDK is now stable and production-ready. This release introduces the genkit init:ai-tools command for seamless integration with AI coding tools, plus built-in support for tool calling, RAG, and more.

Read the blog →goo.gle/3Kep4D6

CodexiLab أعاد

Blank lines within functions are a pointless waste of space please stop adding them


CodexiLab أعاد

Unlocking Go performance secrets: Explore the impact of pass-by-value vs. pass-by-pointer. Discover what's more efficient for large structs. #DEVCommunity #GoLang dev.to/anubhav023/go-…


CodexiLab أعاد

Why we wrote Docker in Go instead of Python:

Here's why we did it: 1. A compiled binary that didn't require installing a language runtime and therefore didn't trigger tribalism. Devops teams back then were fragmented across Python, Ruby and Java. Every tool written in one language would instantly get cloned in the others.…



CodexiLab أعاد

Go inherited mostly from Oberon language and its syntax is from C. Go’s OOP is more like Smalltalk but in Go, you can attach methods to any type. And concurrency is mostly from Newsqueak which is a language also from Rob Pike and heavily inspired by Hoare’s paper of CSP


CodexiLab أعاد

Conclusions for #golang usage: ◾️ Ideal for long-term projects, with all the best academic practices and standards. ◾️ To work with large teams.


CodexiLab أعاد

Playing GTA V on an Android phone 🔥 NOT cloud gaming. The game is running locally on the device. Offline. PC emulator app. Full video + how to: youtu.be/M0mecm0_oWk?si…


CodexiLab أعاد

Websockets which a lot of people use while building realtime communication (such as chatapps) are not scalable for large userbase. It can be good for small scale startups but large scale companies don't use it. Most of the times, either companies write their own custom protocols…

Building a chat app is one of the most complex project that you can build. Frontend+backend+LLM_calls It looks simple but it’s a really fun and complex thing to build. 1 video Hindi me b bnana pdega iski complexity ko smjhane ke liye



Loading...

Something went wrong.


Something went wrong.