23 OCT 2025 - We are back! If you have been following us over the last few years, you will know that the last 2 months have been rough. We website was practically not loading. Sorry for the mess. We are back though and everything should run smoothly now. New servers. Updated domains. And new owners. We invite you all to start uploading torrents again!
TORRENT DETAILS
Developing A Multithreaded Kernel From Scratch!
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
You’ve learned React, but what now? Time to build an awesome project for your portfolio!
Prove your React knowledge to employers.
There are hundreds of resources online for teaching you the basics of React, but few of them go beyond the basics. You need more – something to teach you how to build a large, interesting app. Something unique, something more than another to-do list.
This course is your answer.
Kick off your learning experience with an introduction on how to use React and Typescript together. Not familiar with Typescript? No problem! A lightning fast – but comprehensive – tutorial is included!
Once you’re ready with React and Typescript, you’ll dive into our big project. You are going to build an interactive browser-based coding environment. It’s like a Jupyter Notebook, but for Javascript, with many additional features added in. Yes, this is what you are going to build in this course! You will solve incredible challenges around bundling and transpiling code directly in the browser. This is a task normally done by running Webpack and Babel at your terminal! You will execute users’ code safely in the browser just like how famous services like CodeSandBox and CodePen do. Finally, you’ll deploy this project using a multi-package architecture to NPM, where your friends and employers can easily download and run your project.
During this entire project, I will show you a variety of different solutions to an incredible number of problems. I will show you step-by-step how to solve each problem. You will also see many concerns around performance and security addressed.
At the end of the course, you will have an amazing portfolio project with excellent looks and functionality. You will understand every line of code, and be able to explain every bit to potential employers.
Here’s a partial list of the topics that will be covered in this course:
Master the use of React, Redux, and Typescript together Build a complex and interesting app using a package-based architecture Understand the challenges of in-browser code transpiling and and processing Secure your app against potential security exploits Safely execute user-provided code directly in the browser Run a code editor directly in the browser – the same editor used by VSCode! Leverage Web Assembly to run a code bundler directly in the browser at lightning-fast speeds Use the internals of Redux to manually test out your business logic Discover dozens of tricks to build a sleek UI Deploy your app to the NPM registry, where others can easily use it
I built this course to help you apply your React skills. Sign up today and build an incredible app that will prove your knowledge. Who this course is for:
Engineers looking to expand their project portfolio
Requirements
Basic knowledge of React and Redux No prior knowledge of Typescript required – an introduction is provided
Last Updated 1/2021
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
.pad/0
30 B
TutsNode.com.txt
63 B
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/2. Setup And A Brief Explanation Of Kernel Development/3. Installing What We Need For Real Mode Development.srt
2.5 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/3. Real Mode Development/1. Hello World Bootloader.srt
20.7 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/3. Real Mode Development/1.1 Hello World Bootloader Commit.html
146 B
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/3. Real Mode Development/11. Reading from the hard disk.srt
16.6 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/3. Real Mode Development/3. Segmentation Memory Model.srt
11.1 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/3. Real Mode Development/7. Booting the bootloader.srt
845 B
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/1. What is Protected Mode.srt
9 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/100. Process Arguments - Part 2.srt
35.2 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/102. Implementing A 'System' Command.srt
23.5 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/103. Implementing program termination.srt
20.5 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/106. Handling caps lock, upper case and lower case letters.srt
13.5 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/11. Writing To The Screen, Hello World Tutorial.srt
20.2 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/11.1 Source Code.html
146 B
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/12. Interrupt Descriptor Table Explained.srt
12.8 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/13. Implementing The Interrupt Descriptor Table.srt
33.1 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/13.1 Source Code.html
146 B
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/14.1 Source Code.html
146 B
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/15.1 Source Code.html
146 B
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/16. Programmable Interrupt Controller Implementation.srt
16 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/16.1 Source Code.html
146 B
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/17. Understanding The Heap And Memory Allocation.srt
30.4 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/18. Implementing Our Heap.mp4
630.1 MB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/18. Implementing Our Heap.srt
83.6 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/18.1 Source Code.html
146 B
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/19.1 Source Code.html
146 B
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/2. Switching To Protected Mode.srt
18.5 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/2.1 Source code.html
146 B
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/20. Understanding Paging.srt
26.6 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/21. Implementing Paging.srt
36.3 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/21.1 Source Code.html
146 B
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/22. Modifying the page table.srt
30.2 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/22.1 Source Code.html
146 B
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/24. Reading from the disk in C with the ATA controller.srt
13.1 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/24.1 Source Code.html
146 B
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/25. Improving Our Disk Driver.srt
13.6 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/26. What is a filesystem.srt
11.7 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/27. Creating a path parser.srt
49 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/28. Creating a disk stream.srt
21.6 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/29. File Allocation Table Explained.srt
27.4 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/3. Restructuring Our Project.srt
2.8 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/30. Starting To Create our FAT File system.srt
18.1 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/32. Implementing our virtual filesystem core functionality.srt
31.3 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/33. implementing FAT16 filesystem driver core functionality.srt
20.7 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/34. Implementing FAT16 Structures.srt
24.7 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/35. Implementing The FAT16 Resolver Function.srt
39 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/36. Implementing the VFS fopen function.srt
29.4 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/37. Implementing FAT16 fopen function.mp4
656.7 MB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/37. Implementing FAT16 fopen function.srt
66.6 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/4. Enabling the A20 line.srt
2.9 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/4.1 Source Code.html
146 B
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/47. Understanding User Land.srt
20.5 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/48. Changing our kernel segment and data descriptors to be written in C.srt
19.8 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/49. Implementing The TSS(Task Switch Segment).srt
13.7 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/5. Creating a Cross Compiler So We Can Code In C.srt
11.9 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/50. Implementing Task Foundations.srt
35.6 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/51. Implementing Process Foundations Part 1.srt
48.2 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/52. Implementing Process Foundations Part 2.srt
30.3 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/54. Implementing User Land Functionality.srt
21.8 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/55. Creating our first user process application.srt
11.7 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/58. Talking with the kernel from userland.srt
28.4 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/59. Creating the interrupt 0x80 for user process to kernel communication.srt
29.6 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/6. Loading our 32 bit kernel into memory and working with debugging symbols.srt
48.8 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/6.1 Source Code.html
146 B
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/60. Creating the ability to create and execute kernel commands.srt
14.5 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/61. Creating our first kernel command.srt
13.9 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/63. Copying strings from the tasks process.srt
18.1 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/64. Reading the task's stack.srt
29.3 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/65. Creating the print command in the kernel.srt
20.2 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/66. Understanding keyboard access in protected mode.srt
21.9 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/67. Creating the virtual keyboard layer.srt
20.5 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/68. Creating the PS2 port keyboard driver part 1.srt
27.8 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/69. Improving our interrupt descriptor table design.srt
25.4 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/7. Cleaning our object files.srt
1.7 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/7.1 Source Code.html
146 B
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/70. Creating a cleaner way to create interrupt handlers in the interrupt descriptor.srt
12.9 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/72. Creating the PS2 port keyboard driver part 2.srt
17.3 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/73. Getting a key from the keyboard buffer in user land.srt
13.4 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/77. Elf Files Explained.srt
31.8 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/78. Implementing The Elf Loader - Part 1.srt
21.7 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/79. Implementing The Elf Loader - Part 2.srt
28.4 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/8.1 Source Code.html
146 B
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/81. Implementing The Elf Loader - Part 4.srt
22 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/82. Implementing The Elf Loader - Part 5.srt
37.6 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/83. Implementing The Elf Loader - Part 6.srt
16.8 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/84. Writing User Programs In C.srt
18.5 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/87. Implementing Malloc In Our stdlib.srt
28.1 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/9.1 Source Code.html
146 B
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/93. Implementing the ability to read lines.srt
12.8 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/94. Creating a shell.srt
12.3 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/95. Loading other programs from our shell.srt
35.6 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/96. Creating some important stdlib functions.srt
16.5 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/97. Memory Mapping malloc in stdlib.srt
12.5 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/98. Memory Unmapping free In stdlib.srt
15.1 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/4. Protected Mode Development/99. Process arguments - Part 1.srt
11.8 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/5. Assembly Language Catchup/4. Hello World In Assembly.srt
21.2 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/5. Assembly Language Catchup/5. Transistors And Logic Gates Understanding The Processor.srt
15.5 KB
[TutsNode.com] - Developing a Multithreaded Kernel From Scratch!/5. Assembly Language Catchup/6. Registers in the 8086.srt