- 76
- 74 807
AlbiaSoft
Spain
เข้าร่วมเมื่อ 26 เม.ย. 2020
Hi! My name is Albert. I'm a software engineer who has decided to give something back to the community. I create resources that might help you with your programming journey if you’re stuck and don’t know where to go next.
MareNostrum 5: Exploring One of the World's Most Powerful Supercomputers in Barcelona
Join me on an exclusive tour of the Barcelona Supercomputing Center (BSC) to explore the incredible MareNostrum 5 supercomputer. Located inside a stunning historic chapel, this state-of-the-art machine ranks 11th on the TOP500 list of the world's most powerful supercomputers. Discover its cutting-edge technologies, impressive energy efficiency, and how it drives groundbreaking research in AI, quantum simulations, and more. Watch to learn some fascinating details about this engineering marvel.
มุมมอง: 441
วีดีโอ
IndieDevDay 2024 Barcelona - Explore the latest and greatest indie games
มุมมอง 3182 หลายเดือนก่อน
Join me in the IndieDevDay 2024 Showcase, where I explore the latest and greatest indie games. In this video, I have compiled a diverse selection of indie games that stood out at this year's IndieDevDay event. From innovative gameplay to stunning art, this video offers a glimpse into the creativity of indie developers. Sit back, enjoy, and support your favorite games. Don't forget to like, shar...
Remaking the "Ice Climber" (NES) - Using the State Pattern - Devlog #3
มุมมอง 5364 หลายเดือนก่อน
Welcome to the third episode of my devlog series! I'm Albert, and I'm recreating the classic "Ice Climber" game from the Nintendo Entertainment System from scratch. Join me as I embark on this exciting journey of game development. Source code: github.com/albertnadal/IceClimberClone In this series, I'll share my experiences as a software engineer with nearly 20 years of experience, and my passio...
Remaking the "Ice Climber" (NES) - Implementing the Game Loop - Devlog #2
มุมมอง 3505 หลายเดือนก่อน
Welcome to the second episode of my devlog series! I'm Albert, and I'm recreating the classic "Ice Climber" game from the Nintendo Entertainment System from scratch. Join me as I embark on this exciting journey of game development. Source code: github.com/albertnadal/IceClimberClone In this series, I'll share my experiences as a software engineer with nearly 20 years of experience, and my passi...
Making a Nintendo Classic: Building "Ice Climber" from Scratch - Devlog #1
มุมมอง 1.2K5 หลายเดือนก่อน
Welcome to the first episode of my devlog series! I'm Albert, and I'm recreating the classic "Ice Climber" game from the Nintendo Entertainment System from scratch. Join me as I embark on this exciting journey of game development. Source code: github.com/albertnadal/IceClimberClone In this series, I'll share my experiences as a software engineer with nearly 20 years of experience, and my passio...
Ray Tracing Engine for Beginners: JavaScript & p5.js Tutorial
มุมมอง 2786 หลายเดือนก่อน
En aquest vídeo implementarem un motor de renderització d'escenes de tres dimensions molt senzill utilitzant la popular tècnica Ray Tracing. Explicaré detalladament i de forma molt visual com funciona aquesta tècnica de renderització d'imatges super realistes. Codi font: github.com/albertnadal/raytracer 00:00 - Intro 03:35 - Implementing point and vector operations 07:00 - Intersecting rays wit...
Seam Carving Algorithm in Python | Liquid Resizing
มุมมอง 6058 หลายเดือนก่อน
En aquest vídeo explorarem com l'algorisme Seam Carving pot donar una nova dimensió a les teves imatges. Explicaré detalladament i de forma molt visual com aquesta innovadora tècnica de processament d'imatges pot ajustar de forma intel·ligent la mida de les imatges sense distorsionar-ne el contingut clau. Codi font: github.com/albertnadal/SeamCarvingAlgorithm 00:00 - Intro 01:16 - The Seam Carv...
WAP 1.1 Explained - The Origin of Mobile Web!
มุมมอง 16911 หลายเดือนก่อน
En aquest vídeo descobrirem de forma molt visual i planera els detalls tècnics de l'estàndard WAP 1.1 que va fer possible l'internet mòbil a finals dels anys 90 i principis dels 2000. Explicaré els protocols i formats clau que van formar la base de l'internet mòbil als seus inicis, oferint als enginyers una visió detallada de la seva arquitectura i funcionament. 00:00 - Intro 00:39 - The three ...
IndieDevDay 2023 Showcase: Exploring the Best in Indie Game Development
มุมมอง 432ปีที่แล้ว
Join me in the IndieDevDay 2023 Showcase, where I explore the latest and greatest indie games. In this video, I have compiled a diverse selection of indie games that stood out at this year's IndieDevDay event. From innovative gameplay to stunning art, this video offers a glimpse into the creativity of indie developers. Sit back, enjoy, and support your favorite games. Don't forget to like, shar...
Crafting a Custom Arcade Cabinet: Watch the Build Timelapse!
มุมมอง 263ปีที่แล้ว
Crafting a Custom Arcade Cabinet: Watch the Build Timelapse!
Visual Guide to Develop a Pseudo 3D Racing Game [Part 1]
มุมมอง 3.5Kปีที่แล้ว
Aquest és el primer vídeo d'una sèrie de tutorials centrats a explicar i implementar el popular efecte de carretera pseudo-tridimensional dels videojocs de carreres dels anys 80 i principis dels 90. 00:00 - Intro 00:47 - The basics of a driving game 01:25 - 80s and 90s, the golden era of pseudo-3D driving games 02:39 - Vertical geometry of a pseudo-3D road 04:16 - Scaling the road along the Z a...
RetroBarcelona 2023 - A Journey into the Golden Era of Retrocomputing and Retrogaming
มุมมอง 211ปีที่แล้ว
Join me on a thrilling adventure through RetroBarcelona, a renowned fair dedicated to retrocomputing and retrogaming. Experience the vibrant atmosphere of the exhibition halls, filled with vintage computers, iconic consoles, and classic gaming accessories. Engage in retro gaming tournaments and witness the passion of gamers reliving the golden age of gaming. Marvel at the impressive displays of...
Inspiring and educative Software Developers - Part #3
มุมมอง 176ปีที่แล้ว
I want to share with you the third part of a list of software developers I usually follow on RSS, GitHub, social media, TH-cam and other channels. They are very inspiring and educative to me, so I encourage you to keep an eye on the amazing work they do. The order of the list does not follow any criteria. This is the third part of a series of videos, so don't forget to subscribe and don't miss ...
Boids Algorithm in QBasic
มุมมอง 761ปีที่แล้ว
In this video we will implement a well-known artificial life algorithm in QBasic. This is the Boids algorithm developed by Craig Reynolds in 1986. This simple algorithm recreates the herd behavior of some animals, such as some specific species of birds, fish and even some mammals such as sheep. Source code: github.com/albertnadal/QBasicBoids 00:00:04 Introducing the Reynold's Boids algorithm 00...
Cómo implementar el Algoritmo Boids en QBasic
มุมมอง 259ปีที่แล้ว
Cómo implementar el Algoritmo Boids en QBasic
Com implementar l'Algorisme Boids en QBasic
มุมมอง 77ปีที่แล้ว
Com implementar l'Algorisme Boids en QBasic
How to implement the Lempel-Ziv-Welch compression algorithm in C99
มุมมอง 1.1Kปีที่แล้ว
How to implement the Lempel-Ziv-Welch compression algorithm in C99
Context Switching Kills Your Productivity | Software Engineering
มุมมอง 1492 ปีที่แล้ว
Context Switching Kills Your Productivity | Software Engineering
Software Engineering - 5 tips to start a new project
มุมมอง 1022 ปีที่แล้ว
Software Engineering - 5 tips to start a new project
Machine Learning - Self Organizing-Maps
มุมมอง 7742 ปีที่แล้ว
Machine Learning - Self Organizing-Maps
Machine Learning - Core Concepts in 10 Minutes
มุมมอง 3542 ปีที่แล้ว
Machine Learning - Core Concepts in 10 Minutes
Enginyeria del Software - Em faig especialista o generalista? [CA]
มุมมอง 3073 ปีที่แล้ว
Enginyeria del Software - Em faig especialista o generalista? [CA]
Ingeniería del Software - Me hago especialista o generalista? [ES]
มุมมอง 2683 ปีที่แล้ว
Ingeniería del Software - Me hago especialista o generalista? [ES]
Python3 recipes #7 - Working with datetime
มุมมอง 1653 ปีที่แล้ว
Python3 recipes #7 - Working with datetime
Python3 recipes #6 - Working with strings
มุมมอง 3563 ปีที่แล้ว
Python3 recipes #6 - Working with strings
Python3 recipes #5 - Working with characters
มุมมอง 1073 ปีที่แล้ว
Python3 recipes #5 - Working with characters