Build a Flow Collectibles Portal Using Cadence (Part 2)
AI-generated image from PixabayWelcome to the final step in creating your Collectibles portal! Part one of this short series focused on building the collections portal. In this part, we’ll focus on building the frontend — the last piece of the puzzle. Here’s what we’ll achieve:Connect with Flow Wallet: You’ll be able to link your
Read moreWriting an Interpreter in Rust: AST (part 2)
Image by authorAbstractWe’re continuing our journey of implementing an interpreter called Coconut in Rust!Here, we’ll delve into the concept of AST (Abstract Syntax Tree) and transition from parse-time evaluation to AST-time.If you haven’t already, I recommend checking out my previous article:Writing and interpreter in Rust using grmtools, where we set the stage
Read moreExploring ReAct Agent for Better Prompting in RAG Pipeline
Analyzing Amazon’s recent disclosures and attitudes towards LLMs with LlamaIndex’s ReAct Agent and Cybersyn data from Snowflake MarketplaceContinue reading on Better Programming »
Read moreLock-Free Stacks Are Even Cooler in Kotlin
Treiber stacks are the coolest data structure you’ve never heard of, and tail recursion makes them even betterContinue reading on Better Programming »
Read moreContinued fractions as matrix products
A continued fraction of the form with n terms can be written as the composition where As discussed in the previous post, a Möbius transformation can be associated with a matrix. And the composition of Möbius transformations is associated with the product of corresponding matrices. So the continued fraction at
Read moreFractional linear and linear
A function of the form where ad – bc ≠ 0 is sometimes called a fractional linear transformation or a bilinear transformation. I usually use the name Möbius transformation. In what sense are Möbius transformations linear transformations? They’re nonlinear functions unless b = c = 0. And yet they’re analogous
Read moreNaming Awk
The Awk programming language was named after the initials of its creators. In the preface to a book that just came out, The AWK Programing Language, Second Edition, the authors give a little background on this. Naming a language after its creators shows a certain paucity of imagination. In our
Read moreMojo: The usability of Python with the performance of C
Chris Lattner helped create Swift, Clang, and LLVM. Now CEO and cofounder of Modular AI, he tells the home team how they built Mojo, a new programming language for AI developers that can be thousands of times faster than Python.
Read moreBuild a Serverless App Fast with Zipper: Write TypeScript, Offload Everything Else
After reminiscing about the good ‘ol days of Ruby, I discovered the Zipper platform and wanted to see how quickly I could build somethingCourtesy: PressfotoI remember the first time I saw a demonstration of Ruby on Rails. With minimal effort, demonstrators created a full-stack web application that could be used
Read moreTurn Any API Into An Event-Driven Engine
Is your API defined with an Open API Spec? Good news! You can turn that into an event-driven engine in your CI pipelineImage from freepikThere’s no doubt that the world has gone async. People no longer wait at loading screens for 30 minutes while their task completes behind the scenes. We’ve figured
Read more