Scalability vs. Responsiveness: The Pros and Cons of Event-Driven and Message-Driven ArchitecturesMar 5, 2023·11 min read
GitHub Unveils Copilot X: Taking AI Assistance in Coding to the Next LevelFor more articles, tutorials, and news about open-source projects, visit my blog at devdog.co GitHub Copilot was launched in June 2021, and it took the programming world by storm. The software, which uses artificial intelligence to assist developers ...Mar 24, 2023·6 min read
Hono, "Ultrafast" Web Framework for the EdgeHono is a lightweight web framework that executes on-edge environments such as Cloudflare Workers and Bun, Deno, and Node.js. It comes with baked-in support for TypeScript, relies on no external dependency, and employs a "smart routing" technique tha...Oct 15, 2022·4 min read
Is Bun.js Yet Another JavaScript Runtime?The JavaScript ecosystem is considered one of the largest among programming languages, boasting a wide range of tools and frameworks. However, executing JavaScript requires a runtime like Google's browser-based V8 Engine, Node.js, and Deno. The use o...Jul 11, 2022·9 min read