Skip to main content

Posts

Showing posts from January, 2024

GitHub Foundations Certification Course – Pass the exam in 10 hours!

Curriculum for the course GitHub Foundations Certification Course – Pass the exam in 10 hours! Learn about GitHub and pass the GitHub Foundations exam! Learn the core concepts of collaborating, contributing, and working on GitHub. https://www.exampro.co/github-foundations ✏️ Course developed by Andrew Brown of ExamPro. Check out the ExamPro YouTube channel: https://www.youtube.com/channel/UC2EsmbKnDNE7y1N3nZYCuGw 🔗 ExamPro Certification Training: https://www.exampro.co 🐦 Twitter: https://twitter.com/andrewbrown 📷 Instagram: https://www.instagram.com/exampro.co/ ⭐️ Course Contents ⭐️ ⌨️ (0:00:00) Introduction ⌨️ (0:18:52) Github Basics ⌨️ (2:55:04) GitHub Development ⌨️ (4:16:24) GitHub Desktop and Mobile ⌨️ (4:26:06) GitHub Entities ⌨️ (4:34:41) Markdown ⌨️ (5:08:32) GitHub User Profile ⌨️ (5:14:58) Understanding Github Repos ⌨️ (6:23:29) GitHub Issues ⌨️ (7:00:13) GitHub Pull Requests ⌨️ (7:30:46) GitHub Discussions ⌨️ (7:36:13) Notifications ⌨️ (7:41:06) Gists ⌨️ (7:46:11)...

Memcached Tutorial for Beginners

Curriculum for the course Memcached Tutorial for Beginners Memcached is a high-performance, distributed memory caching system designed to speed up dynamic web applications by alleviating database load. In this course, you will learn about Memcached's architecture and design choices, and learn how to create a hands-on demo using Docker, Telnet, and nodes. ✏️ Course developed by @hnasr Source Code: https://github.com/hnasr/javascript_playground/tree/master/memcached Fundamentals of Database Engineering udemy course: https://database.husseinnasser.com Download the slides for Memcached course here: https://payhip.com/b/rw14l (0:00:27) Intro (0:05:07) What is Memcached? (0:08:12) Memory management (0:16:27) LRU (0:25:44) Threading and Connections (0:31:07) Read Example (0:34:57) Write Example (0:36:44) Write and Read collisions (0:40:07) Locking (0:40:57) Distributed Cache (0:43:57) Memcached with Docker/Telnet/NodeJS (0:45:27) Spin up a Memcached Docker container and telnet...