Hi, what do you want to do?
Curated Video
Building Microservices API in Go - gorilla/mux
In this video, we will explore the capabilities of the popular gorilla/mux library for routing in Go. We will cover topics such as its routing capabilities and how to use it to build more complex APIs with advanced routing...
Curated Video
Building Microservices API in Go - Refactoring and Go Modules
In this video, we will focus on refactoring and structuring our application. We will introduce Go modules as a way to manage dependencies and improve code organization, including cleaning up our code and giving structure to our...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 07 - Java Modularization - 04 - a Quick Review
In this video, Let's look at some important points to remember about modularization.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 03 - Getting Started with Java Modularization
In this video, we will understand Java modularization.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Do Not Use Modules for Now
In this video, the author recommends not to create modules as it will be discussed later in the course.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 13 - Exploring Spring Big Picture - Framework, Modules, and Projects
In this video, you will explore the big picture of the Spring framework, including its various modules and projects. You will learn about the different components of the framework and how they work together to provide a comprehensive...
Curated Video
Express Framework Fundamentals - Secure Sign-Up with Auth0 and Node.js - Initializing the Express Project and Libraries
This video helps you with initializing the Express project and libraries.
<
br/>
This clip is from the chapter "Application Setup and Server Initialization" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0...
<
br/>
This clip is from the chapter "Application Setup and Server Initialization" of the series "Express Framework Fundamentals - Secure Sign-Up with Auth0...
Curated Video
Linux PAM Security Administration - PAM Aware Services and Stacks
This video explains PAM-aware services and stacks and how to verify if a service or a program is linked with PAM.
Curated Video
Linux PAM Security Administration - PAM Configuration File - Modules
This video explains the third or the last column of the PAM configuration files, which is the modules column.
Curated Video
Linux PAM Security Administration - PAM Configuration File - Control Flags
This video explains the second column of the configuration file, which is the control flags.
Curated Video
Linux PAM Security Administration - PAM File Configuration Format
This video explains the format of every PAM file configuration.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - OpsWorks
For years, we have had operations management software solutions in internal enterprise networks. AWS offers the same using OpsWorks and this video explores the features and capabilities of this solution.
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Using Our Modules
This video explains how to use modules in Python.
<
br/>
This clip is from the chapter "Breaking Up Larger Programs, Part 2" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains part 2 of...
<
br/>
This clip is from the chapter "Breaking Up Larger Programs, Part 2" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains part 2 of...
Curated Video
Python Bootcamp in a Day - Python Programming for Beginners - Splitting Code into Modules
This video explains splitting code into modules.
<
br/>
This clip is from the chapter "Breaking Up Larger Programs, Part 2" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains part 2 of...
<
br/>
This clip is from the chapter "Breaking Up Larger Programs, Part 2" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains part 2 of...
Curated Video
Social Media Automation using Python - Introduction to Course
In this video, we will explore the course's prerequisites and discuss the course content and the concepts that will be covered in this course.
<
br/>
This clip is from the chapter "Introduction" of the series "Social Media...
<
br/>
This clip is from the chapter "Introduction" of the series "Social Media...
Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - Writing and Running Code Using Terminal (C Language)
In this video, you will learn how to write and running a C program using the Linux terminal.
<
br/>
This clip is from the chapter "Advanced Features" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In...
<
br/>
This clip is from the chapter "Advanced Features" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Setting Up the Base Project - Maven
In this video, we will set up the base Spring Boot project using Maven.
<
br/>
This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series "Kafka for Developers - Data Contracts...
<
br/>
This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series "Kafka for Developers - Data Contracts...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Module - I / 203
This video explains the modules and their importance in JavaScript.
<
br/>
This clip is from the chapter "Modules" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the modules...
<
br/>
This clip is from the chapter "Modules" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the modules...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design principles - SOLID
This video introduces the SOLID principles, a set of design principles that guide the development of robust and maintainable software systems. We will explore each principle—Single Responsibility, Open-d, Liskov Substitution, Interface...
Curated Video
Design Microservices Architecture with Patterns and Principles - Monolithic Architecture Vertical Considerations, Communications of Monolithic
In this video, we will explore the vertical considerations and communication patterns within a monolithic architecture. We will understand how modules interact and communicate with each other and learn about best practices for managing...
Curated Video
Design Microservices Architecture with Patterns and Principles - Benefits of Modular Monolithic Architecture
In this video, let's discover the advantages of adopting modular monolithic architecture in applications. You will learn how it promotes better code maintainability, reusability, and testability. We will explore how modularization...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design and Iterate Monolithic Architecture - E-Commerce Application
In this video, we will design and iterate the monolithic architecture for an e-commerce application. We will explore the iterative development process, incorporating feedback and refining the architecture to align with evolving...
Curated Video
Design Microservices Architecture with Patterns and Principles - Challenges of Monolithic Architecture
In this video, we will identify the challenges and drawbacks associated with a monolithic architecture. You will learn the potential limitations, such as scalability constraints and difficulties in independent deployment and...
Curated Video
Design Microservices Architecture with Patterns and Principles - Design Principles - Dependency Inversion Principles (DIP)
This video introduces the Dependency Inversion Principle as a design principle for building loosely coupled and maintainable microservices architectures and discusses how applying DIP can facilitate effective asynchronous communication...