I’ve always believed the best way to learn something is to build it. So I decided to teach my eldest daughter, Khawlah, Python not with textbooks or tutorials, but by building something real together: a personalized large language model. It’s not a toy. We’re building a fully functional private LLM system with FastAPI, Supabase for…
Category: Learn to Code
Teaching Machine Learning to My 11-Year-Old
The other night, while setting up a Docker container and trying to explain vector embeddings to my 11-year-old daughter, I paused mid-sentence and smiled. Not because she got it (which she kind of did), but because I realized this is the kind of moment I dreamed of: learning, teaching, struggling, and sharing the journey of…
How can I compose a script for any web page?
Prior to getting into the JavaScript language, you need to find out the way it will fit along with HTML and CSS within your web sites. Web developers typically speak about three languages which are widely-used to create web pages: HTML, CSS, and JavaScript. Wherever achievable, make an effort to keep your three languages in…
How do computers fit into the modern world?
This is a model of a mountain below, with some Model trees, model roads, and model clouds. To a human, it is obvious what sort of real -world objects each one of these represents. A computer doesn’t have a predetermined idea of what a mountain or a tree is. It doesn’t understand what they are…
The basics of Programming
Before you learn how to read and write JavaScript language itself, you need to become familiar with some fundamental concepts in computer programming.They will be covered in Three posts: What exactly is a script and how do I create one? How do computers fit into the modern world? How can I compose a script for…
What exactly is a script and how do i create one?
A script is often a series of instructions that a pc can follow to accomplish a goal. You can compare scripts for just about any of the following: RECIPES Simply by adhering to the instructions in a recipe, one-by-one within the ordered layout, home cooks can produce a dish they’ve never made before.A few scripts…
Demystifying Javascript
I was inspired by my close friend Nur Ahmad Furlong to produce a Javascript series explaining how JavaScript can be used in browsers to make websites more interactive,interesting,and user-friendly.I will also be dabbling with jQuery because it makes writing JavaScript a lot easier. 1.Understanding some basic programming concepts and the terms that JavaScript programmers use…




