Category: Technology



This is an introduction to Linux memory management. It covers the basics of paging and memory allocation. Understanding basic hardware memory management and the difference between virtual, physical and swap memory. How do determine what memory is installed and determine how processes use that memory. How a process uses physical and virtual memory effectively. How to control over commit and virtual and/or physical memory limits.We also cover some of the basic memory management knobs in Linux as well as some system calls for a process to control its memory usage and memory handling.[Note that this is an updated version of the talk I previously gave due to more requests for these types of introductory presentations] PUBLICATION PERMISSIONS:
Original video was published with the Creative Commons Attribution license (reuse allowed). Link: https://www.youtube.com/watch?v=wbi6IZDIv_4 https://www.youtube.com/watch?v=2RYT_ZfrYFk



Do you contribute to open-source projects or share projects with coworkers and classmates? In this talk, you’ll learn how optimize Visual Studio Code for collaborative, cross-platform C++ development. This talk will cover recommended tools and extensions for collaborative, cross-platform development, diving deep into the C++ extension, the CMake Tools extension, the GitHub Pull Requests and Issues extension, and the Live Share extension. During this session, we’ll build and submit a PR to an open-source CMake project in Visual Studio Code, interacting with GitHub pull requests and issues directly in the editor. You’ll also learn how to create Live Share sessions for an nontraditional pair programming experience, where you can work together while retaining personal editor preferences as well as having your own cursor. Throughout the demo, we’ll showcase Visual Studio Code’s rich, productive editing and debugging features for C++ development. PUBLICATION PERMISSIONS:
CppCon Organizer provided Coding Tech with the permission to republish CppCon tech talks. CREDITS:
CppCon YouTube channel: https://www.youtube.com/user/CppCon/videos https://www.youtube.com/watch?v=V0-FvJkCB-g



The macro system in Rust is still arguably in its infancy. While a lot of the implementation has already been done, plenty of projects don't properly take advantage of macros due to the limited resources on what macro programming should look like. This talk is aimed at introducing those interested in using macros in existing or future projects to macro idioms often needed in order to take projects to the next level. PUBLICATION PERMISSIONS:
Original video was published with the Creative Commons Attribution license (reuse allowed). Link: https://www.youtube.com/watch?v=dZiWkbnaQe8&t=5s https://www.youtube.com/watch?v=j0zDvzQr7WE