Rank
Submit
Summaries
Exploring the Distribution of Age in the Medical Charges Dataset
freeCodeCamp.org
Short summary
The age distribution in the dataset is almost uniform, with a similar number of customers at each age from 18 to 64, except for ages 18 and 19, which have over twice as many customers. This could be d
Click to read more >
The Ultimate Guide to Hangfire: The Best Background Task Library in C#
Nick Chapsas
Short summary
Hangfire is a reliable background task library for C# that allows you to schedule and repeat tasks. It is highly scalable and offers a commercial offering for companies. This video provides an introdu
Click to read more >
A Visual Guide to Pointers in C
freeCodeCamp.org
Short summary
Pointers in C are memory addresses that allow you to manipulate data values. They are crucial in understanding how data is stored and accessed in memory.
Click to read more >
25 Important Architecture Interview Questions | Job Interview Preparation | Questpond
Questpond
Short summary
This video covers 25 important architecture interview questions, including explanations of project architecture, architecture styles, and design patterns.
Click to read more >
The Workflow of Online Judges: Understanding How Your Code Gets Evaluated
Vivek Gupta
Short summary
This video explains the workflow of online judges, from compiling your code to running it on different inputs and comparing the output to the expected output.
Click to read more >
The Power of Pointers: Unraveling the Mystery
Dave's Garage
Short summary
Pointers in C are often initially confusing but are actually a simple concept. They hold the memory address of an object, allowing efficient access and manipulation. Understanding pointers is crucial
Click to read more >
Troubleshooting a Programming Bug
Lovely Transposition
Short summary
In this video, the author troubleshoots a bug in their code using debugging techniques. They identify the problem and fix it by analyzing the code step by step. The bug was caused by an incorrect type
Click to read more >
The Easiest Way to Get Started with Open Telemetry Dashboard
Nick Chapsas
Short summary
Learn how to set up and use the Open Telemetry Dashboard for monitoring logs, metrics, and traces in your projects. The dashboard is easy to use and can be applied to any application that uses Open Te
Click to read more >
Building a Compiler for the Cool Language from Scratch | 25 Days of Coding Challenge
Alex
Short summary
In this video, I document my 25-day journey of building a compiler for the Cool language from scratch. I learn about data structures, algorithms, and gain a better understanding of how a compiler work
Click to read more >
Exploring Verlet Integration: Building 3D Physics Simulations from Scratch
Gradience
Short summary
Learn how to build 3D physics simulations using Verlet Integration, starting from scratch and exploring various structures and effects.
Click to read more >
The 5 Best Programming Languages to Learn in 2024
Vlad Arama
Short summary
In the competitive market of 2024, it's not enough to know HTML, CSS, and JavaScript. You need to learn multiple programming languages. Here are the top 5 languages to learn: Ruby, C++, Python, Java,
Click to read more >
Exploring the Linker Service: A Comprehensive Review
Anders Larsson
Short summary
Discover the features and potential of the Linker service, and learn how it can benefit your online marketing efforts.
Click to read more >
Unlocking the Power of Prompts: A Comprehensive Guide
Matt Wolfe
Short summary
Learn how to effectively use prompts to generate desired outcomes in tools like CLAD and ChatGPT. Explore specific examples and best practices.
Click to read more >
From Fired to Solo: The Story of Building 23 Websites
Marc Lou
Short summary
In 2021, I was fired from a software engineer job and decided to build my own websites. I've since built 23 websites from scratch, generating varied revenue. Let me walk you through each website's jou
Click to read more >
The Co-Pilot Ecosystem: Enhancing Productivity with AI
Microsoft Developer
Short summary
GitHub Co-Pilot's ecosystem, including VS Code, MS365, and Code Spaces, enhances productivity by providing code suggestions, automating tasks, and facilitating collaboration. It serves developers, off
Click to read more >
Mastering Tableau: Learn Data Visualization and Business Intelligence
Data with Baraa
Short summary
In this 21-hour course, you will learn everything about Tableau, one of the most in-demand data science skills. From the basics to advanced techniques, you will be able to create amazing dashboards an
Click to read more >
Why Focusing on One Programming Language is the Key to Success
Programming with Mosh
Short summary
Many students make the mistake of trying to learn multiple programming languages at the same time, resulting in failure. This video explains why focusing on one language at a time is essential for suc
Click to read more >
2024 React Crash Course: Build a Job Listing Website
Traversy Media
Short summary
Learn React quickly with this beginner-friendly crash course. Build a front-end for a job listing website, covering components, props, state, hooks, data fetching, and more. Use React Router for multi
Click to read more >
How to Train an LLM using Pyre
Nicholas Renotte
Short summary
Learn how to train a large language model using the Pyre technique, which allows for efficient interventions and fine-tuning. This method has been shown to be 10 to 50 times more effective than previo
Click to read more >
Oracle Database 23 AI: Revolutionizing Data Management
Oracle
Short summary
Oracle Database 23 AI is a game-changing release with over 300 major new features. The three main focus areas are AI, developers, and mission-critical. The AI Vector search feature allows the database
Click to read more >
The Insane Bug that Allowed Hacking via a Picture
Low Level Learning
Short summary
Did you know that a picture can be used to hack your device? This video discusses a bug in the lib webp library that allowed remote code execution on iPhones. The bug was used by the NSO group for rem
Click to read more >
Total 145092
First
Previous
24
25
26
27
28
29
30
31
32
Next
Last