cdvelop
👋 César here, Computer Engineer since 2007. Passionate about software development & crazy stuff 🤪. 👨🏫 AIEP lecturer. ❤️ Salsa 💃, Cinema 🎬 & Mountains 🏔️
chile
Pinned Repositories
aiep
classes
assetmin
A lightweight and efficient web asset packager and minifier for Go applications
bytebufferpool
Anti-memory-waste byte buffer pool
cdvelop
devtui
Reusable terminal user interface abstraction for Go development tools. Built on top of bubbletea, DevTUI provides a pre-configured, minimalist interface where you can inject different handlers to display organized messages and interactions.
docpdfOLD
An open-source Go library for generating PDFs with a minimalist and intuitive API, similar to writing in Word. Optimized to run in the browser with WebAssembly.
fighterstime
godev
Entorno de desarrollo TUI full stack con recarga en vivo, test, despliegue, ci/cd para aplicaciones web (PWA) con Go, WebAssembly y TinyGo.
Resources
tinystring
Lightweight Go library that provides comprehensive string manipulation, type conversion, formatting, and error handling with a fluid API, specifically designed for small devices and web applications using TinyGo as the target compiler.
cdvelop's Repositories
cdvelop/tinystring
Lightweight Go library that provides comprehensive string manipulation, type conversion, formatting, and error handling with a fluid API, specifically designed for small devices and web applications using TinyGo as the target compiler.
cdvelop/fighterstime
cdvelop/aiep
classes
cdvelop/assetmin
A lightweight and efficient web asset packager and minifier for Go applications
cdvelop/cdvelop
cdvelop/devbrowser
A lightweight Go library for launching and controlling web browsers programmatically, designed for automation and development tools.
cdvelop/devscripts
scripts commonly used by a developer in his daily workflow
cdvelop/devtui
Reusable terminal user interface abstraction for Go development tools. Built on top of bubbletea, DevTUI provides a pre-configured, minimalist interface where you can inject different handlers to display organized messages and interactions.
cdvelop/devwatch
fsnotify implementation Watches file system changes in a project directory, triggering custom handlers for file and folder events, and supporting browser reloads and selective file ignoring.
cdvelop/gobuild
minimal build handler for compiling Go or WebAssembly targets via CLI. Easy to integrate into other toolkits or workflows.
cdvelop/godepfind
A Go tool to find reverse dependencies - lists packages that import specified target packages
cdvelop/godev
Entorno de desarrollo TUI full stack con recarga en vivo, test, despliegue, ci/cd para aplicaciones web (PWA) con Go, WebAssembly y TinyGo.
cdvelop/gorun
gorun is a Go package that provides a simple interface to run, monitor, and stop external programs, capturing their output and handling graceful shutdowns.
cdvelop/goserver
goserver is a Go package that encapsulates the logic for running a development and production server. It automatically manages static file serving, external Go server compilation, hot-reloading, and process control, making it easy to switch between development and production modes.
cdvelop/Resources
cdvelop/structsql
structsql is a lightweight Go library that transforms Go structs into SQL queries, making it easier to build dynamic and type-safe database operations without the overhead of a full ORM.
cdvelop/tinybin
cdvelop/tinydb
TinyGo–compatible key–value store with a minimal API (Get, Set). Uses pluggable Store backends for persistence and io.Writer for logging. Data is stored as key=value lines, avoiding heavy dependencies. Ideal for lightweight apps, WASM, or embedded systems.
cdvelop/tinypdf
Fork of the signintech/gopdf library focused on working from the browser with WebAssembly
cdvelop/tinyreflect
Minimal Go reflect package from reflectlite, WebAssembly and tinygo destination
cdvelop/tinytime
TinyGo-compatible time package for Go, using syscall/js on WASM to keep binaries small and leverage native JS time APIs.
cdvelop/tinywasm
tinywasm is a lightweight toolbox designed to streamline the compilation of Go packages to WebAssembly (WASM) using the TinyGo compiler.
cdvelop/unixid
A Go library for generating unique, time-based IDs using Unix timestamps at nanosecond precision
cdvelop/android
cdvelop/badges
go package for generate badges in repositories
cdvelop/fetchgo
A lightweight Go library that unifies HTTP requests across environments. fetchgo works with TinyGo + WebAssembly in the browser and with the standard net/http package on the server, providing a seamless API for client and server communication.
cdvelop/indexdb
implementación de index dB con Websassembly compilado con go (golang)
cdvelop/patientCare
go patient care module
cdvelop/tinycrypto
CryptoAutoLib port for TinyGo
cdvelop/wasmtest
Tool for testing with WASM in the browser in Go projects from Godev