Presentations tagged computer science
computer science elsewhere
Other relevant things on computer science you might find valuable.
Quantization from the ground up | ngrok blog
Qwen-3-Coder-Next is an 80 billion parameter model 159.4GB in size. That’s roughly how much RAM you would need to run…
Read Morejordanhubbard/nanolang: A tiny experimental language designed to be targeted by coding LLMs
A tiny experimental language designed to be targeted by coding LLMs Source
Read MoreWhy AI is pushing developers toward typed languages – The GitHub Blog
It’s a tale as old as time: tabs vs. spaces, dark mode vs. light mode, typed languages vs. untyped languages.…
Read MorePrediction: AI will make formal verification go mainstream
Much has been said about the effects that AI will have on software development, but there is an angle I…
Read MoreBig O
Big O notation is a way of describing the performance of a function without using time. Rather than timing a…
Read More40 years later, are Bentley’s “Programming Pearls” still relevant? – Terence Eden’s Blog
In September 1985, Jon Bentley published Programming Pearls. A collection of aphorisms designed to reveal truths about the field of…
Read MoreSafe Is What We Call Things Later
Avdi Grimm gave a talk called The Soul of Software about a decade ago and one particular thing in it…
Read MoreThe joy of recursion, immutable data, and pure functions: Generating mazes with JavaScript
Let’s start by addressing the elephant in the room. Why the heck am I talking about making mazes?Normally, I try…
Read MoreRecursion (with Common Interview Questions)
Recursion in programming is important as it provides more elegant solutions which makes the algorithm easier to read than the…
Read MoreJavaScript, when is this?
For me, the trouble was always that this is contextual, but that context isn’t meaningful to us developers so much…
Read MoreConverting values to strings in JavaScript
Source: Converting values to strings in JavaScript
Read MoreWhen to use map() vs. forEach()
I saw this post on Reddit about a JavaScript coding assessment and it got me thinking. A common task developers…
Read MoreTuring Machines
By the end of this post, you will know: What a Turing machine is. What can and cannot be computed.…
Read MoreWill we care about frameworks in the future?
I’m of the belief that software development is entering a radical shift that is currently driven by agents like Replit’s…
Read MoreJavaScript’s ??= Operator: Default Values Made Simple
A guide to using ??= in JavaScript to handle null and undefined values elegantly The nullish coalescing assignment operator ??=…
Read MoreExploring the browser rendering process
What occurs between typing a URL in your browser and the moment a webpage is displayed? Let’s explore the complex…
Read MoreA guide to destructuring in JavaScript – Piccalilli
A destructuring assignment allows you to extract individual values from an array or object and assign them to a set…
Read More




