Browsing Tag
computerscience
53 posts
WTH is Retrieval Augmented Generation (RAG)?
Language models have been at the forefront of modern AI research. The journey began with traditional recurrent networks…
HTTP Status Codes That Will Make You Think
Last year, I wrote an article on how we might be using some of the HTTP status codes…
Is Data Struct about memory?
A principle that I try to follow is to think about obvious concepts. Since we are introduced to…
Bare Metal vs Virtual Machine vs Containers
I was scrolling through yt and found an interesting channel you can follow too. This blog elaborate one…
Best Minors to Pair with a Computer Science Degree: Enhance Your Expertise and Marketability
Mathematics – Computer Science and Mathematics are closely related fields, as many computer science problems require a strong…
A Developer’s Guide to Avoiding the Pitfalls of Exposing the Domain Layer
There are several reasons why developers may tend to develop domain and domain repositories exposing to the application…
Introduction to ReactJS and its key features
ReactJS is an open-source JavaScript library used for building user interfaces. Developed by Meta, ReactJS is widely used…
How to build a data pipeline on AWS
AWS is a powerful tool and a great application is to use it to create data pipeline to…
Getting into the field (CS) is hard! My way to help out…
Howdy! 🤠 TLDR: Created a simple page where I will add jobs (and check the ones currently listed)…
How To Write A Programming Language
The Grammar Composing Grammar Rules The $$ Operator And Empty Grammar Rules Rule Types Parsing The Language AST…