Build a Web3 App With Vue.js
Empower your dapp development: Unleashing Vue and Juno for Web3 decentralized applications.Continue reading on Better Programming »
Read moreDesigning My First Godot Game
In last week’s post, I talked about my first impressions of the Godot game engine. While I still have some reserves about the code generation and support for C# (I can’t put accept the idea of working in GDScript, sorry), I have to say I was very pleasantly dragged into
Read moreBuilding Oasis: a Local Code Generator Tool With Open Source Models and Microsoft’s Guidance…
Building Oasis: a Local Code Generator Tool Using Open Source Models and Microsoft’s Guidance LibraryLocal LLamas in VSCodePhoto by Maik Jonietz on UnsplashA while ago, I wrote a VSCode plugin using the now-deprecated Codex API from OpenAI, and it worked fairly well to perform simple instructions on the selected code in VSCode. For
Read moreComparing approximations for ellipse perimeter
This post will compare the accuracy of approximations for the perimeter of an ellipse. The exact perimeter is given in terms of an elliptic integral. (That’s where the elliptic integrals gets their name.) And so an obvious way to approximate the perimeter would be to expand the elliptic integral in
Read moreWhen Scaling Is Not An Option: A Simple Asynchronous Pattern
We live in a world of APIs, and while they are practical you may face a situation where the number of requests increases rapidly and your…Continue reading on Better Programming »
Read more