#  @cameronmcnz Cameron McKenzie Cameron McKenzie posts on YouTube about github, $team, how to, company the most. They currently have [------] followers and [---] posts still getting attention that total [---] engagements in the last [--] hours. ### Engagements: [---] [#](/creator/youtube::UCAc45SVFATruhRe_kb1iGkA/interactions)  - [--] Week [-----] +50% - [--] Month [------] -54% - [--] Months [-------] -40% - [--] Year [-------] +40% ### Mentions: [--] [#](/creator/youtube::UCAc45SVFATruhRe_kb1iGkA/posts_active)  - [--] Month [--] -83% - [--] Months [---] +43% - [--] Year [---] +457% ### Followers: [------] [#](/creator/youtube::UCAc45SVFATruhRe_kb1iGkA/followers)  - [--] Week [------] +0.29% - [--] Month [------] +2.10% - [--] Months [------] +13% - [--] Year [------] +38% ### CreatorRank: [---------] [#](/creator/youtube::UCAc45SVFATruhRe_kb1iGkA/influencer_rank)  ### Social Influence **Social category influence** [technology brands](/list/technology-brands) [stocks](/list/stocks) [social networks](/list/social-networks) [finance](/list/finance) [celebrities](/list/celebrities) [travel destinations](/list/travel-destinations) [countries](/list/countries) [currencies](/list/currencies) **Social topic influence** [github](/topic/github) #438, [$team](/topic/$team) #44, [how to](/topic/how-to), [company](/topic/company), [ai](/topic/ai), [agentic](/topic/agentic), [if you](/topic/if-you), [azure](/topic/azure) #414, [generative](/topic/generative), [cloud](/topic/cloud) **Top accounts mentioned or mentioned by** [@postmapping](/creator/undefined) [@examplecom](/creator/undefined) [@controller](/creator/undefined) [@requestmapping](/creator/undefined) [@requestmappingpath](/creator/undefined) [@requestmappingmethodpath](/creator/undefined) [@getmapping](/creator/undefined) [@putmapping](/creator/undefined) [@deletemapping](/creator/undefined) [@patchmapping](/creator/undefined) [@requestparam](/creator/undefined) [@requestparamname](/creator/undefined) [@pathvariable](/creator/undefined) [@pathvariableid](/creator/undefined) [@requestbody](/creator/undefined) [@responsebody](/creator/undefined) [@modelattribute](/creator/undefined) [@sessionattributes](/creator/undefined) [@exceptionhandler](/creator/undefined) [@enableautoconfiguration](/creator/undefined) **Top assets mentioned** [Atlassian Corporation PLC (TEAM)](/topic/$team) [GitLab Inc. (GTLB)](/topic/gitlab) [FilesCoins Power Cu (FILECOIN)](/topic/files) [UiPath, Inc. (PATH)](/topic/$path) ### Top Social Posts Top posts by engagements in the last [--] hours "Introduction to GitHub Copilot Tutorial for Beginners Ever think about getting Git or GitHub certified I've got three free GitHub practice exams for anyone interested in getting the Action Copilot or Fundamentals certification https://certificationexams.pro/others/github/index.html Check out the GitHub certification site and let me know what you think ********************* In this video we dive deep into GitHub Copilot inside Visual Studio Code (VSCode) the AI-powered coding assistant that's changing how developers write software. Whether you're a seasoned developer or just starting out this" [YouTube Link](https://youtube.com/watch?v=2pFPJYdPM7Q) 2025-04-02T01:54Z 34.7K followers, 19.7K engagements "How to use the Bluesky Social App: A Tutorial for Beginners Posts Starter Packs Blocks Feeds Interested in joining Bluesky Wondering how to get the most out of the Bluesky Social app This quick Bluesky tutorial will show you everything you need to know in order to get started with Bluesky and get the most out of this new micro-blogging platform that is challenging Elon Musk's Twitter for relevance in the social media space. Want to learn how to use Bluesky This quick introduction is for you cameronmcnz theserverside java jakarta jakartaee git github gitlab dvcs versioncontrol tortoisegit" [YouTube Link](https://youtube.com/watch?v=N2jhITLhxcE) 2024-12-17T14:12Z 34.7K followers, 35.5K engagements "Spring Boot vs Spring vs the Spring Framework: What's the difference If you're working in the world of enterprise software development you've heard the name Spring. You've probably also heard the terms 'Spring Boot' 'Spring Framework' and 'Spring MVC.' They're all related but they're all different as well. In this video we take a look at the difference between Spring Spring Boot and the Spring framework. cameronmcnz theserverside java jakarta jakartaee git github gitlab dvcs versioncontrol tortoisegit gitgui atlassian bitbucket linux azure devops devopstools gitops gitopstools azuredevops" [YouTube Link](https://youtube.com/watch?v=S2xyFQlpzIY) 2024-08-05T15:32Z 34.7K followers, 49.1K engagements "Spring Batch Tutorial for Beginners Spring Boot Batch Architecture Spring Batch is a framework designed for building robust scalable and batch-oriented processing applications in Java. It is part of the Spring ecosystem and provides tools for handling the repetitive and structured nature of batch processing tasks like processing large volumes of data efficiently. Purpose of Spring Batch: Spring Batch simplifies the development of batch processing tasks automating the management of resource-intensive jobs that need to process large datasets. It handles tasks such as reading data transforming" [YouTube Link](https://youtube.com/watch?v=jilqHdnoDRM) 2024-10-24T11:09Z 34.7K followers, 19.3K engagements "Create and Configure GitLab SSH Keys If you want to clone a GitLab repo over SSH you'll need to first configure GitLab SSH Keys. That means performing the step of SSH key generation with the ssh keygen tool copy the value of the public key config a GitLab SSH Key in your account preferences and then grab the GitLab URL to perform the GitLab SSH clone operation. It sounds like a lot but it's really not that bad. In this video I perform the GitLab SSH Key configuration in less than five minutes. And all you have to do is perform a GitLab SSH clone once and all subsequent push pull and fetch" [YouTube Link](https://youtube.com/watch?v=5Ck07BJDXTE) 2022-01-29T19:24Z 34.7K followers, 75.6K engagements "How to Write a Git Commit Message: Conventions & Best Practices #github #gitlab #bitbucket #python Ever think about getting Git or GitHub certified I've got three free GitHub practice exams for anyone interested in getting the Action Copilot or Fundamentals certification https://certificationexams.pro/others/github/index.html Check out the GitHub certification site and let me know what you think ********************* Git Commit Message Best Practices and Conventions A well-written commit message is essential for maintaining clear understandable project history and improving collaboration." [YouTube Link](https://youtube.com/watch?v=9ilpKtF0KGQ) 2024-09-25T14:40Z 34.7K followers, [----] engagements "Git Fetch vs Git Pull Which one should you choose Ever wonder about the difference between git fetch and git pull They both copy changes from the remote GitHub or GitLab repository to your local Git repo but git fetch does not update your working directory while git pull does. That's it that's the difference between fetch and pull in Git. On and after you do a fetch if you do want to update your local Git workingtree then just do a git merge. That brings it all in. In fact git fetch followed by a git merge is basically the same thing as a git pull. cameronmcnz theserverside java jakarta" [YouTube Link](https://youtube.com/watch?v=GOrhB6eYASU) 2023-05-03T20:24Z 34.7K followers, 73.7K engagements "Create a Repo with Git init Need to create a Git repo Want to learn how to use the git init command This quick tutorial show you not only how to create a new Git repository with git init but it also quickly explores the hidden .git folder that gets created when you use the git init command to create a Git repository A full write-up on how to do this is here: https://www.theserverside.com/blog/Coffee-Talk-Java-News-Stories-and-Opinions/Create-a-GitHub-repository-with-this-step-by-step-tutorial cameronmcnz theserverside java jakarta jakartaee git github gitlab dvcs versioncontrol tortoisegit" [YouTube Link](https://youtube.com/watch?v=GsLNBIW1R-M) 2023-11-24T19:17Z 34.6K followers, [----] engagements "Swagger UI Tutorial for REST API Developers Learn how to use Swagger Java Annotations to document REST APIs written in Java and Spring Boot. AI says. Swagger and OpenAPI annotations play a crucial role in documenting RESTful APIs in Java and Spring Boot by providing a standardized way to describe the API's structure behavior and endpoints. Here's how they help and why they are important: How Swagger and OpenAPI Annotations Help Automatic Documentation Generation: Ease of Use: By using annotations you can automatically generate comprehensive API documentation directly from your codebase" [YouTube Link](https://youtube.com/watch?v=GxAu8UjLfbM) 2024-08-01T10:30Z 34.7K followers, 11.9K engagements "What is MVC Model View Controller Explained What is Model View Controller Also known as the MVC design pattern model-view-controller describes a way for developers to split their applications up into isolated and loosely coupled domains. ********************** The Model-View-Controller (MVC) is an architectural pattern used in software engineering for organizing code in a way that separates concerns. It's commonly applied in web development but also used in desktop and mobile applications. MVC divides an application into three interconnected components allowing for modularity and clearer" [YouTube Link](https://youtube.com/watch?v=H_-7oO0R17c) 2024-08-22T01:21Z 34.7K followers, [----] engagements "How to Use Git & GitHub Desktop Tutorial for Beginners Ever think about getting Git or GitHub certified I've got three free GitHub practice exams for anyone interested in getting the Action Copilot or Fundamentals certification https://certificationexams.pro/others/github/index.html Check out the GitHub certification site and let me know what you think ********************* Want to learn how to use GitHub Desktop Want a simple straight-forward way to learn GitHub Desktop that's fun and easy This quick GitHub Desktop crash course will teach you everything you need to know in order to use" [YouTube Link](https://youtube.com/watch?v=MaqVvXv6zrU) 2023-08-24T05:41Z 34.7K followers, 81.9K engagements "GitHub Personal Access Token How To Get Create & Use Fine Grained Access I wrote an article on how to create a GitHub Access Token and authenticate with it instead of a username and password. Here's the link: https://www.theserverside.com/blog/Coffee-Talk-Java-News-Stories-and-Opinions/How-to-create-a-GitHub-Personal-Access-Token-example Here's some GPT junk I created to fill the void and capture some keywords. Don't read it. Click the link. Support humans. GitHub requires access tokens to authenticate and authorize API requests made by applications and scripts on behalf of users. This helps" [YouTube Link](https://youtube.com/watch?v=RsNwdQ3fCW8) 2024-02-28T02:23Z 34.6K followers, [----] engagements "Tomcat vs Apache: What's the difference Need to choose between Tomcat and Apache Wondering what the difference is between the Tomcat Application Server and the Apache Web Server (AWS) In this quick tutorial we'll compare Apache vs Tomcat show you the differences between Apache Tomcat and the Apache Web Server and provide insight and advice on how to choose between the two. cameronmcnz theserverside java jakarta jakartaee devops apache tomcat javaee web opensource cameronmcnz theserverside java jakarta jakartaee devops apache tomcat javaee web opensource" [YouTube Link](https://youtube.com/watch?v=XABDkzxA6hM) 2021-11-02T12:38Z 34.7K followers, 29.2K engagements "How to create a Git repository with git init GitHub and Git GUI tools How do you create a git repository Well you first have to install Git. So get Git installed it's super easy to do. Then just create a folder on your filesystem where you want to create the git repository right click on the folder and select "Open Git Bash here" In the command window type git init and boom You've created a git repo. If you want to even dig around there's a hidden folder in your project named .git which is where git stores all of its information as it manages the index tracks commits connects to remote repos" [YouTube Link](https://youtube.com/watch?v=YcZmL2TkXN4) 2023-11-19T23:51Z 34.7K followers, 15.2K engagements "Create and Configure BitBucket SSH keys for Git Need to connect to BitBucket with SSH keys but you're not sure how to set up the secure shell and you're not sure how to generate SSH keys Don't worry it's not hard. This BitBucket and SSH keys example will show you how to configure Git to securely clone push and pull. And it all gets done in less than [--] minutes. That's all you need to get BitBucket and SSH keys working together. If you still need more information on how to create SSH keys check out this great Git tutorial over on TechTarget:" [YouTube Link](https://youtube.com/watch?v=ZY_C76uNJKQ) 2022-01-29T23:28Z 34.7K followers, 70.2K engagements "Configure a Docker Nginx Reverse Proxy Image and Container Here's a quick tutorial on how to dockerize Nginx and create an Nginx reverse proxy Docker image. cameronmcnz theserverside java jakarta jakartaee git github gitlab dvcs versioncontrol tortoisegit gitgui atlassian bitbucket linux azure devops devopstools gitops gitopstools azuredevops docker containers programming software development cameronmcnz theserverside java jakarta jakartaee git github gitlab dvcs versioncontrol tortoisegit gitgui atlassian bitbucket linux azure devops devopstools gitops gitopstools azuredevops docker" [YouTube Link](https://youtube.com/watch?v=ZmH1L1QeNHk) 2022-06-06T01:19Z 34.7K followers, 129.2K engagements "Advanced Spring Tutorial Spring MVC Spring Data JDBC & CRUD Operations Looking for a complete Spring MVC tutorial for beginners But at the same time you don't want to be spoon fed with something at the level of a Spring Boot Hello World app If so this Spring Web MVC tutorial is for you. In this tutorial we start a Spring Boot and Spring MVC project from scratch. We then incrementally add Controller RequestBody GetMapping ResponseBody Id and Repository Spring annotations (among others) to create a comprehensive Spring CRUD Web MVC project that actually implements a simple little" [YouTube Link](https://youtube.com/watch?v=hm61ILSjLfs) 2024-08-06T15:09Z 34.7K followers, [----] engagements "Learn How to use the Bluesky Python API in Less than [--] Minutes It's incredibly easy to use the Bluesky Python API and programmatically connect to Bluesky Social. In fact in this Bluesky Programming Tutorial we do it [--] minutes and with only [--] lines of code. It's honestly that easy cameronmcnz theserverside java jakarta jakartaee git github gitlab dvcs versioncontrol tortoisegit gitgui atlassian bitbucket linux azure devops devopstools gitops gitopstools azuredevops bluesky bsky bksy twitter python cameronmcnz theserverside java jakarta jakartaee git github gitlab dvcs versioncontrol" [YouTube Link](https://youtube.com/watch?v=iwFacCJDfbs) 2025-02-03T22:27Z 34.7K followers, [----] engagements "What's the difference between Spring Boot and Spring MVC Spring MVC (Model-View-Controller) is a web framework within the Spring ecosystem that is designed for building traditional server-side web applications. It follows the MVC design pattern where: Model: Represents the application's data and business logic. View: Represents the user interface usually created with technologies like JSP Thymeleaf or other templating engines. Controller: Handles user requests interacts with the model and returns the appropriate view. Key Features of Spring MVC: Configuration: Spring MVC requires detailed" [YouTube Link](https://youtube.com/watch?v=r3id0xN8gqo) 2024-08-12T21:29Z 34.7K followers, [----] engagements "Python Amazon's Elastic Beanstalk AWS & Django App Deployments for Beginners Python Amazons Elastic Beanstalk AWS Flask & Django Deployment for Beginners: A Crash Course Overview If you're a beginner looking to deploy Python applications on the cloud Amazons Elastic Beanstalk offers one of the easiest ways to get started. This crash course overview will walk you through the essentials of deploying Python-based web applicationslike Django and Flaskusing AWS's fully managed service: Elastic Beanstalk. What Is Elastic Beanstalk Elastic Beanstalk is a Platform as a Service (PaaS) offering from" [YouTube Link](https://youtube.com/watch?v=2N-L7-MAeuc) 2025-06-21T14:45Z 34.4K followers, [----] engagements "Node JS AWS Elastic Beanstalk and How to Deploy React Web Apps to Amazon Web Services How to Deploy Node.js Application on AWS Beanstalk: An Overview for React and Node Developers If you're a web developer working with Node.js and React understanding how to deploy Node.js application on AWS Beanstalk can dramatically simplify your path from development to production. AWS Elastic Beanstalk is a Platform as a Service (PaaS) offering that streamlines deployment by managing infrastructure provisioning servers scaling monitoring and load balancingall without requiring deep DevOps expertise." [YouTube Link](https://youtube.com/watch?v=CGCUZvG3hvQ) 2025-06-21T16:57Z 34.4K followers, [----] engagements "What is Amazon Bedrock An Introduction to Generative AI with AWS Bedrock for Beginners A Tutorial Amazon Bedrock: The Powerhouse Behind Generative and Agentic AI on AWS Amazon Bedrock often referred to as AWS Bedrock or Amazon AI Bedrock is Amazon Web Services' fully managed serverless platform for building scaling and deploying generative AI applications at enterprise scale. Designed to make foundational AI capabilities accessible to every developer and business Amazon Bedrock provides seamless access to a wide variety of industry-leading foundation models (FMs) from AI pioneers such as" [YouTube Link](https://youtube.com/watch?v=loOIG0-cL3Q) 2025-06-24T16:46Z 34.5K followers, 13.5K engagements "GitHub Copilot Exam Dump Question ExamTopics of AI JavaScript VSCode & Prompt Engineering Privacy and security are central responsible AI themes for GitHub Copilot adoption especially in organizations that write proprietary software or handle sensitive customer data. Copilot produces relevant suggestions by using nearby context from the file you are editing such as surrounding lines of code function signatures imports and related comments. The key security question is what happens to that context when Copilot generates a completion. The most accurate description is that Copilot sends small" [YouTube Link](https://youtube.com/watch?v=qQ0rt9-avkA) 2026-01-29T17:53Z 34.7K followers, [---] engagements "Real GitHub Copilot Certification Question & Answer on ExamTopics Responsible AI and Safe Prompting Responsible AI is a core GitHub Copilot exam theme because Copilot is an assistant not an authority. The most reliable way to use Copilot in professional software delivery is to treat every suggestion as untrusted input until it has been inspected tested and validated against security and licensing expectations. That mindset is what separates productive Copilot usage from risky automation. Copilot can accelerate implementation by drafting code suggesting patterns and reducing repetitive work" [YouTube Link](https://youtube.com/watch?v=t_ga3Kd4ue8) 2026-01-26T21:21Z 34.7K followers, [---] engagements "Practice AWS AI Practitioner Certification Question on SageMaker Privacy & Security Controls Compliance for AI applications is fundamentally about showing that privacy and security controls are built into the system in a way that can be evidenced audited and maintained over time. When an organization deploys a customer-facing chatbot especially across multiple jurisdictions the most defensible compliance story comes from controls that directly reduce risk to sensitive data and controls that detect and respond to threats. In other words the strongest compliance capabilities are the ones you" [YouTube Link](https://youtube.com/watch?v=2E_iT_uLM_g) 2026-01-25T11:45Z 34.7K followers, [---] engagements "AWS Login to the Amazon Web Services Management Console #awsconsole #s3 #ec2 #eks #ecs #ami #cloud Everything You Need to Know About AWS Login and Amazon Login: Root vs IAM Account IDs and Best Practices If you're new to AWS or setting up a new account for your organization one of the first and most important steps is understanding how AWS login works. Logging into the AWS Management Console isn't just about entering an email and passwordtheres an entire ecosystem of users identities permissions and security configurations to be aware of. This guide will walk you through everything you need" [YouTube Link](https://youtube.com/watch?v=3vWPeGAlASY) 2025-06-22T20:37Z 34.6K followers, [---] engagements "How Spring Boot Auto Configuration Works with Spring's @EnableAutoConfiguration Annotations One of the most compelling features of Spring and Spring Boot is AutoConfiguration. The Spring EnableAutoConfiguration annotation and the various AutoConfig classes that support it are what makes auto configuration in Spring Boot possible. In this Spring Boot tutorial autoconfiguration with the EnableAutoConfiguration annotation is explored. We show you how Spring auto configuration works with and without Spring Boot. We show you how Spring allows autoconfigured resources to be autowired in as beans" [YouTube Link](https://youtube.com/watch?v=6u6PJXTb1cQ) 2024-09-11T12:49Z 34.6K followers, [----] engagements "Swagger Test Spring Boot REST APIs with SpringDoc OpenAPI in Maven UI Example Introduction to Swagger and Spring Boot Swagger is an open-source tool used for documenting and testing REST APIs. When integrated with Spring Boot it provides a powerful and user-friendly way to generate and visualize API documentation. The SpringDoc OpenAPI library simplifies the integration of Swagger with Spring Boot applications making it easier to create interactive and detailed API documentation. In this guide we will cover how to set up Swagger with Spring Boot using the SpringDoc OpenAPI library and provide" [YouTube Link](https://youtube.com/watch?v=EE9vpD-AnXw) 2024-07-26T09:30Z 34.6K followers, 17.7K engagements "Better than a GH-300 GitHub Copilot Exam Braindump Sample Question With Full ExamTopics Coverage Raising unit test branch coverage is a classic software quality goal and it is also a realistic use case for GitHub Copilot because Copilot can draft test code quickly and suggest additional cases that developers might overlook. The important concept to understand is how Copilot finds edge cases. Copilot does not execute your application run your test suite or compute coverage metrics. Instead it uses a large language model trained on broad code and test repositories to infer likely control flow" [YouTube Link](https://youtube.com/watch?v=JQi2cbK3i-k) 2026-01-29T07:50Z 34.7K followers, [---] engagements "Format a table with Java printf statements Want to bring beauty to your console based Java programs Well it's not possible. They'll never be pretty. But they can be handsome if you create a table with Java printf format functions. Java printf tables always look cool. In this Java table printf example we format a table with data about the [--] Java primitive types. We add a header cell spacing and borders and every do some zero padding on the digits we use. If you want to learn how to format a table with printf Java statements this quick example will show you exactly how to do it" [YouTube Link](https://youtube.com/watch?v=Kfc6p41-Iq8) 2022-07-17T21:10Z 34.6K followers, 27.5K engagements "How to Write a Git Commit Messages Properly with Examples How do you write a Git commit message properly In this video we take a look at a number of Git commit message best practices some standard git commit message guidelines and we explore some interesting corporate commit message conventions that might be a bit different from the norm. Specifically we look at the AngularJS git commit message style guide and patterns that give more clarity to what happens during a commit. Their Git repository is positively beautiful when you peruse their Git commit history" [YouTube Link](https://youtube.com/watch?v=Kz2iyskwLRA) 2020-07-22T17:33Z 34.5K followers, 11.7K engagements "Learn Jenkins Fast A Simple Jenkins CI Tutorial for Beginners Jenkins CI is the most popular open-source continuous integration and software deployment automation tool in the industry. This Jenkins Tutorial for beginners will start with the basics but incrementally help you learn the Jenkins strategies and techniques large-scale enterprises use every day. This Jenkins CI crash course for beginners is designed to empower both beginners and experienced developers with the skills they need to automate their CI/CD (Continuous Integration/Continuous Deployment) processes using Jenkins. Jenkins" [YouTube Link](https://youtube.com/watch?v=OXP8YBPBdgw) 2023-09-04T20:12Z 34.6K followers, 35.1K engagements "How to send SMS Text Messages with the AWS SNS Simple Notification Service SMS Texts with AWS SNS (Amazon Simple Notification Service) is a powerful fully managed messaging service designed to enable fast and reliable communication via text messaging (SMS) to users around the world. Whether you're sending promotional alerts two-factor authentication codes appointment reminders or critical system notifications AWS SNS provides a scalable and cost-effective solution for delivering SMS messages directly to mobile phones. What Is AWS SNS SMS AWS SNS SMS is a feature of Amazon's cloud-based" [YouTube Link](https://youtube.com/watch?v=_nqkjGmI0DE) 2025-06-16T00:47Z 34.5K followers, [----] engagements "Tomcat vs JBoss Here's the Application Server Should You Choose Looking for the differences between Apache Tomcat and JBoss by Red Hat Are you wondering which Java application server you should choose In this quick tutorial we will compare and contrast JBoss and Tomcat show you how these two app servers differ and provide guidance on which server fits your needs the best. Both Tomcat and JBoss are great application servers. There are definitely differences but you really can't go wrong when it comes to choosing between Red Hat and Apache. cameronmcnz theserverside java jakarta jakartaee linux" [YouTube Link](https://youtube.com/watch?v=_pvzcxrKWAs) 2021-11-02T15:23Z 34.6K followers, 16K engagements "GH300 GitHub Copilot Exam Question on How it Works & Handles Data Securely & Privately ExamTopics Privacy and security are central responsible AI themes for GitHub Copilot adoption especially in organizations that write proprietary software or handle sensitive customer data. Copilot produces relevant suggestions by using nearby context from the file you are editing such as surrounding lines of code function signatures imports and related comments. The key security question is what happens to that context when Copilot generates a completion. The most accurate description is that Copilot sends" [YouTube Link](https://youtube.com/watch?v=h8i_plec3QY) 2026-01-28T19:06Z 34.7K followers, [---] engagements "Create an EKS Cluster and Deploy your Docker Containers to Kubernetes in just Minutes Amazon Elastic Kubernetes Service (EKS) is AWSs managed Kubernetes offering allowing developers and DevOps teams to deploy manage and scale containerized applications without the operational complexity of managing Kubernetes control planes. Built for scalability security and deep AWS integration EKS streamlines Kubernetes workloads by providing automated provisioning of the Kubernetes control plane and tight integrations with AWS networking IAM and security features. Why Use EKS [--]. Fully Managed Control" [YouTube Link](https://youtube.com/watch?v=j0oR94MDahI) 2025-06-17T03:53Z 34.5K followers, [----] engagements "How to set a sudo alias Your life will be better if you change your sudo alias to please. Just think instead of asking Linux to sudo remove a file you ask it to please remove a file. Instead of asking Ubuntu to sudo apt-get update you ask it to please apt-get update. Adding the sudo alias please will make your Unix life better. linux ubuntu unix linux ubuntu unix" [YouTube Link](https://youtube.com/watch?v=mxHRlMiwICw) 2020-07-30T19:06Z 34.6K followers, [----] engagements "Git Add All vs Git Add . - How to stage all files in Git l #Git #GitHub #GitLab #DevOps #Python Ever wonder what the difference was between git add all vs git add . All does what you would expect it to do. It adds all new files and modified files including deletes to the git index. Everything will get staged to git. The dot in git add . just means the current folder and subfolder. So if you don't issue the git add . command from the root folder only modified files in that folder and subfolders will be staged to the git index. So there you go that's the difference between git add all and git" [YouTube Link](https://youtube.com/watch?v=nNgq3wjljjs) 2023-11-26T00:21Z 34.5K followers, [----] engagements "Just another York Regional copper ignoring the constitution. Nothing to see here. 'Miranda' is a US term. Canada uses the term 'caution.' But regardless when an individual is detained Police are supposed to read that citizen a 'caution' that includes the phrase "Anything you say can be used in court as evidence." Anyone that's watched a US style cops and robbers program knows that. Police are supposed to give detained individual a 'caution.' They don't actually have to or at least not right away. But what they are definitely *not* allowed to do is tell citizens the opposite. That is it is a" [YouTube Link](https://youtube.com/watch?v=v01jtbp_SpM) 2014-04-05T14:09Z 34.6K followers, [---] engagements "Locally Run Huggingface LLMs like Llama on Your Laptop or Desktop with Python Want to run an LLM locally Want to run Deepseek or Llama on your desktop or laptop or desktop without downloading Modular's Max platform or installing Ollama Well it's pretty easy do to. Here's how to write a simple Python program that will run Huggingface LLMs like Deepseek and Lllama right on your own desktop machine" [YouTube Link](https://youtube.com/watch?v=-Fcb7OT-uC8) 2025-01-28T11:47Z 26K followers, [----] engagements "merge develop into master in GitLab example In this 'GitLab merge develop into master" example we show you how to pull together changes by performing a GitLab merge request from the develop branch and into the master branch. We use only one account but the idea is we pretend we have both a GitLab developer and GitLab maintainer roles doing the GitLab merge request and the GitLabe merge approval. When the merge request is successful and no merge conflicts occur we then move to the client and issue a git pull or git fetch request to pull the changes locally and synchronize our local workstation" [YouTube Link](https://youtube.com/watch?v=-XE0UuVOWbI) 2020-07-23T17:48Z 26.4K followers, [----] engagements "AWS EC2 User Data Script Sample Tutorial Install Launch Restart Reload Log Script Root Hello World What is User Data in EC2 User Data is a feature in Amazon EC2 that lets you pass a script or configuration data to an instance when it is first launched. It's most commonly used for bootstrapping that is automating setup tasks such as: Installing packages (like Apache Git Docker) Creating files Starting services Registering with monitoring or deployment systems Writing logs or checking health ⚙ How Does It Work When you launch a new EC2 instance there's a field called User Data under Advanced" [YouTube Link](https://youtube.com/watch?v=-dYXW0Rh7b8) 2025-06-29T17:22Z 29.2K followers, [---] engagements "How to Remove & Delete a Local Git Repository Need to delete a Git repo Was the local repo to delete created with Git init If you are having a problem deleting your local Git repo we have the solution to your problem. Just run the following command: rm -fr .git That command will delete the hidden .git folder in which all of your local Git configuration for the local repository is stored. Once that Git repo delete command is performed the local git repository will be gone for good. Another option is to just unhide all hidden directories. That's why the deletion of a Git repo causes people" [YouTube Link](https://youtube.com/watch?v=-sdYsDumGgM) 2021-10-05T18:05Z 27.9K followers, 88.2K engagements "How to create and run a script in Ubuntu Here's a quick example of how to run a script in Ubuntu. First I create a script in Linux named script.sh and try to run it only to have the attempt fail with the file not being found. Then I use the Linux dot slash notation which allow the file to be found but unfortunately I get permission denied. Finally I update the file permission with a chmod -R [---] . command after which the script runs on Ubuntu successfully. And there you go that's how your run a script on Ubuntu after you create it and give it execute permissions" [YouTube Link](https://youtube.com/watch?v=-soG9m3dvTY) 2023-10-22T01:24Z 13.4K followers, 13.6K engagements "How to Automate a Website Login with UiPath Studio Need to automatically log into a website with UiPath Studio Does your RPA robot need to provide a username and password possibly pulled from Windows Credentials Manager In this UiPath Studio Web Login example I demonstrate which activities to use to login to a website automatically and navigate to the next page of the browser" [YouTube Link](https://youtube.com/watch?v=030dEAB8oyg) 2021-01-31T22:51Z 31.7K followers, 13.4K engagements "Route [--] Sub Domains S3 Buckets and Domain Name Mapping in Amazon AWS #subdomain #route53 #bucket What is a Subdomain A subdomain is a part of your main domain used to organize or separate content. For example blog.example.com or store.example.com are subdomains of example.com. They can point to different services or websites. What is an S3 Bucket An Amazon S3 bucket is a cloud-based storage location provided by AWS. Its commonly used to store files including static website assets like HTML CSS JavaScript and images. You can configure a bucket to host a static website directly. How Do You" [YouTube Link](https://youtube.com/watch?v=0OaF3vl7OFs) 2025-07-20T11:29Z 29.9K followers, [---] engagements "GitLab commit push to origin example In our previous tutorial we demonstrated how to clone a Git repository. Here we demonstrate how to do the 'GitLab commit push' where local repository changes are replicated with a 'git push origin' command where GitLab origin is the server from which you originally cloned" [YouTube Link](https://youtube.com/watch?v=1_ZEG7rawjc) 2020-07-22T02:32Z 26.5K followers, 19.4K engagements "How to resolve Git merge conflicts Do you need to resolve a Git merge conflict You've got my sympathies because merge conflicts in Git should be avoided at all costs. But it is possible to resolve Git merge conflicts when they arise but it will require a bit of time and effort. In this Git merge conflict resolution example we'll show you how to create a merge conflict run a git merge that creates a conflict and finally show you how to edit your conflicted files and commit your changes so the git merge conflict is resolved for good" [YouTube Link](https://youtube.com/watch?v=1ogxIf6tXrY) 2021-10-06T18:06Z 26.4K followers, [----] engagements "SOLID Liskov Substitution Principle The Liskov Substitution Principle (LSP) introduced by Barbara Liskov is one of the five SOLID principles of object-oriented design. It states that objects of a superclass should be replaceable with objects of a subclass without affecting the correctness of the program. In other words a subclass should behave in such a way that it can stand in for its superclass. People often misunderstand or get the Liskov Substitution Principle wrong due to several reasons: [--]. Confusion with inheritance: Many developers mistakenly think that inheritance alone satisfies" [YouTube Link](https://youtube.com/watch?v=24QmNA64cd0) 2024-07-08T21:35Z 31.7K followers, [----] engagements "How to install Mojo on Windows Configure Modular's Programming Language & Write your First App The Mojo programming language from Modular AI isn't natively supported on Windows. However with a little bit of effort and a little help from the Windows subsystem for Linux (WSL) you can get Windows and Mojo to work together. In this quick Mojo tutorial I'll show you how to configure Mojo on Windows and also take you through some language basics: - Running the Mojo REPL programs on Windows - Creating standalone Mojo apps on Windows - Use the let and var keywords - Declare typed variables - Compare" [YouTube Link](https://youtube.com/watch?v=2O8yMwMs7Z8) 2023-12-04T18:55Z 27.2K followers, [----] engagements "What is a Fast Forward Merge in Git Wondering what a fast forward git merge is and how a fast forward merge works In this quick tutorial we'll show you an example of a fast forward git merge along with a merge that uses the no-ff notation to stop a fast foward git merge from happening. When you have the ability to compare and contrast the two approaches you'll come back with a better appreciation of what is a Git fast forward merge and what the benefits are to using one when you merge branches" [YouTube Link](https://youtube.com/watch?v=36ueMx5hro8) 2021-10-07T00:18Z 26.5K followers, 22.6K engagements "AWS S3 Static Website Hosting Amazon S3 (Simple Storage Service) is a scalable object storage service that lets you store and retrieve any amount of data from anywhere on the web. It's designed to be durable highly available and easy to integrate with other AWS services. You store your data as objects (files) inside buckets (containers) and each object is uniquely identified by a key. How S3 Works S3 is a managed storage system that handles the infrastructure for you. When you upload a file (like an HTML page image or document) S3 stores it across multiple availability zones to ensure" [YouTube Link](https://youtube.com/watch?v=42KTiSgok1I) 2025-07-21T07:15Z 29.9K followers, [--] engagements "How to Merge Master into any Branch in Git Do you need to merge the master Git branch into a branch in your repository It's not hard. The trick You must be on the other Git branch master must merge into. Then so long as there are no commit conflicts to worry about simply issue the following merge master into branch Git command: git merge master And that's it. If you need to merge master into another branch in Git just issue that command. The other branch get the master branch's updates merged into it" [YouTube Link](https://youtube.com/watch?v=45uNJvo6djA) 2021-10-06T22:17Z 26.4K followers, 47.3K engagements "Spring Boot vs Node JS: What's the difference Spring Boot Interview Questions #javascript" [YouTube Link](https://youtube.com/watch?v=49QXFj0ozc8) 2024-08-09T00:00Z 19.8K followers, [---] engagements "Generate GitLab SSH Keys & setup SSH on GitLab To generate a GitLab SSH key on Windows and configure it in GitLab you can follow these steps: Step 1: Install Git on Windows: - If you haven't already download and install Git for Windows from git-scm.com(https://git-scm.com/download/win). Step 2: Open Git Bash: - Open Git Bash which is included with the Git for Windows installation. Step 3: Generate SSH Key: - Run the following command to generate a new SSH key: ssh-keygen -t rsa -b [----] -C "your_email@example.com" - Press Enter to accept the default file location. - Enter a passphrase for" [YouTube Link](https://youtube.com/watch?v=4f1MJuGfjx4) 2024-01-30T18:22Z 29.8K followers, 26.2K engagements "jQuery & Ajax File Upload Example In this jQuery and Ajax file upload example we demonstrate how to write a simple HTML page that uses jQuery and Ajax to upload files to an Apache server. There is a PHP component on the Apache server that received the jQuery and Ajax file upload. It's needed to save the file on the server. But the entire client side process is implemented through an asynchronous jQuery file upload script that uses Ajax" [YouTube Link](https://youtube.com/watch?v=5oQVVbjSgjQ) 2023-10-23T21:16Z 13.3K followers, [----] engagements "How to Unstage a File in Git - Remove a File from the Staging Index with Restore To unstage a file in Git you use the git reset command. Here's how you can do it: Unstage a specific file git reset filename Unstage all files (equivalent to 'git reset') git reset If you want to unstage and also discard changes in the working directory git reset --hard Replace "filename" with the actual name of the file you want to unstage. If you want to unstage all files you can use git reset without specifying a file. Note that using git reset only affects the staging area and does not modify your working" [YouTube Link](https://youtube.com/watch?v=6BEDQunZsXM) 2024-02-04T10:37Z 27.1K followers, [----] engagements "Git Status Porcelain #git #github #gitlab #bitbucket #devops #gitops #docker #python #javascript Ever use the git status porcelain switch The goal of the porcelain git status switch is to provide a much more consistent and much less verbose output when invoked. Why Well the idea is that if you are running a script and need to know the status of files in a git repo it's easier to parse the git porcelain status output that the standard git status output. You probably won't use the git status --porcelain command every day but if you do need it it sure comes in handy" [YouTube Link](https://youtube.com/watch?v=779ZQ5GE3Jg) 2023-11-26T19:44Z 30.2K followers, [---] engagements "Expose & Enable Spring Boot Actuator Endpoints #metrics #endpoint #actuators #info #enabled #exposed This video on How to Expose & Enable Spring Actuator Endpoints in Spring Boot is part of a 5-part series. The full Spring Boot Actuator playlist is available here: FULL SPRING ACTUATOR COURSE PLAYLIST https://youtu.be/RQb2mrslq3ksi=0KfxxKwzDevdFnin SHORT INTRO https://youtu.be/RQb2mrslq3k ACTUATOR MAVEN DEPENDENCY https://youtu.be/ba3GKC0NEDE HOW TO EXPOSE AND ENABLE ACTUATOR ENDPOINTS https://youtu.be/7CgPNkpEtyY SPRING BOOT ACTUATOR ENDPOINTS https://youtu.be/z16fBE-k1oQ SPRING ACTUATOR" [YouTube Link](https://youtube.com/watch?v=7CgPNkpEtyY) 2024-10-14T03:51Z 30.6K followers, [----] engagements "Git Rename Branch Example Need to rename a Git branch Need to push that renamed branch to GitHub GitLab or whatever central source code repository you're using Well don't worry we have you covered. The steps are actually quite straight forward. Just rename the local branch push it to the server and then delete the branch with the old name from your remote repo. It's as easy as that. Here are the git branch rename steps in more detail: To rename a branch both locally and remotely in Git you can follow these steps: Renaming Locally: [--]. Checkout the Branch: First make sure you are on the branch" [YouTube Link](https://youtube.com/watch?v=7cK6v-5mmoo) 2021-10-03T23:27Z 26.4K followers, [----] engagements "GitLab delete branch remote example Do you need to do a remote GitLab branch delete In this tutorial we demonstrate how to not only delete a Git branch locally but to delete remote GitLab branch references as well so the client is completely cleaned and pruned. Furthermore we show how to push your remote branch delete to the GitLab server so the delete is reflected there as well. So if you want to delete remote GitLab branches with Git commands executed on your desktop this tutorial will show you how to do it quickly" [YouTube Link](https://youtube.com/watch?v=7e6UiZKr0Uc) 2020-07-23T20:34Z 26.3K followers, [----] engagements "Amazon AI GPTs LLMs and Generative AI with AWS Bedrock Amazon Bedrock vs. SageMaker: How They Power AWS AI and ML When it comes to Amazon artificial intelligence (AI) two services dominate the conversation: Amazon Bedrock and Amazon SageMaker. Both belong to the AWS AI and ML portfolio but they serve different audiences and solve different problems. Bedrock is designed to give developers instant access to generative AI through foundation models while SageMaker remains the workhorse for building training and deploying custom machine learning solutions. What makes them truly valuable is how" [YouTube Link](https://youtube.com/watch?v=7z3uPemZz9I) 2025-08-18T23:39Z 30.7K followers, [--] engagements "Fix Java's 'Could Not Find or Load Main Class' Jar error If you try to run a JAR file or even a class at the command line you may encounter Java's 'Could not find or load main class error.' If you get this while you try to run a JAR file there are few ways to fix it. Check that a manifest file exists. Check that the main-class attribute is configured in the manifest and make sure the main class has a properly coded main method. Errors on any of these fronts will cause the 'could not find or load main class' Java error. But if you fix these issues with you JAR the Java main class error should" [YouTube Link](https://youtube.com/watch?v=84--vt4F73c) 2022-06-08T19:20Z 30.3K followers, 26.8K engagements "How to add a new project to an existing Bitbucket repository Do you have a new project that needs to be added to an existing Bitbucket repository It's not hard. Just push to the existing Bitbucket repo after you perform a 'git remote add' command with the Bitbucket specified as the remote origin. Then so long as you have all of the correct passwords and tokens you'll be able to push and pull to the existing Bitbucket repo. All of your local project files will be pushed up to Bitbucket and anyone else who pushes to the existing repo will be able to share changes with you when you pull. If you" [YouTube Link](https://youtube.com/watch?v=8wkRZHn4FlE) 2022-05-28T22:22Z 28.9K followers, 33.6K engagements "How to Create an AWS Access Key & Secret Amazon Web Services Console using IAM CLI Configure S3 An AWS access key is a set of credentials used to authenticate and authorize programmatic access to AWS services through tools like the AWS CLI SDKs and APIs. These keys are tied to a specific AWS Identity and Access Management (IAM) user or role. What an AWS Access Key Is An access key consists of two parts: Access Key ID a public identifier (like a username) Secret Access Key a private credential (like a password) Together these act as credentials that prove your identity when you're making" [YouTube Link](https://youtube.com/watch?v=910PLUyNW-o) 2025-07-16T14:45Z 31.7K followers, [----] engagements "Is GitHub Copilot Free No no it's not GitHub Copilot offers both free and paid subscription options: - Copilot Free: Provides limited access to select features without a subscription. - Copilot Pro: Available for $10 USD per month or $100 USD per year offering a comprehensive set of features. Verified students teachers and maintainers of popular open-source projects may qualify for free access to Copilot Pro" [YouTube Link](https://youtube.com/watch?v=94ayU53HAP4) 2025-04-02T22:20Z 31K followers, [----] engagements "GitLab merge request example Wondering how to do a GitLab merge request In this Git tutorial we create a merge request from a feature branch choose a merge request assignee and then log back in as the assignee to perform a merge request review and finally a GitLab merge request approval. In this GitLab example we try and stick with the GitFlow branch management strategy. In future examples we will show how to merge with release hotfix and master branches as well" [YouTube Link](https://youtube.com/watch?v=A12mtqGzSgI) 2020-07-23T17:18Z 26.4K followers, 38.8K engagements "Actuator Metrics in Spring Boot Examples #cpu #memory #threads #tutorial #enable #expose #endpoints This tutorial on Spring Boot Actuator Metrics is part of a Spring Actuators playlist. The full set of Actuator tutorials are available here: FULL SPRING ACTUATOR COURSE PLAYLIST https://youtu.be/RQb2mrslq3ksi=0KfxxKwzDevdFnin SHORT INTRO https://youtu.be/RQb2mrslq3k ACTUATOR MAVEN DEPENDENCY https://youtu.be/ba3GKC0NEDE HOW TO EXPOSE AND ENABLE ACTUATOR ENDPOINTS https://youtu.be/7CgPNkpEtyY SPRING BOOT ACTUATOR ENDPOINTS https://youtu.be/z16fBE-k1oQ SPRING ACTUATOR METRICS" [YouTube Link](https://youtube.com/watch?v=ACrRY0REgA4) 2024-10-14T03:24Z 21.7K followers, [--] engagements "How to Create Cat Videos in the AWS Management Console with Amazon Bedrock & Luma AI Dream Machine The AWS Management Console is your command center for cloud innovation and with the power of Amazon Bedrock and Luma AI you can now go beyond traditional text and image generation you can create stunning AI-generated cat videos (or anything else your imagination dreams up) right inside your browser. How Luma AI and Amazon Bedrock Create Cat Videos Luma AI is a cutting-edge generative video model accessible through Amazon Bedrock AWSs serverless platform for working with foundation models from" [YouTube Link](https://youtube.com/watch?v=AIPyFS7k-RA) 2025-06-24T01:13Z 29.3K followers, [---] engagements "Free Website Hosting with GitHub Pages for Beginners GitHub Pages is a free hosting service from GitHub that allows you to publish static websites directly from a GitHub repository. A static site means it is made up of HTML CSS JavaScript images and other files that do not rely on server-side processing. It is often used for personal portfolios blogs documentation and project landing pages. One of the main reasons GitHub Pages is so easy to use is that it requires no complex hosting setup. If you already have a GitHub repository you can enable GitHub Pages in the repository settings choose a" [YouTube Link](https://youtube.com/watch?v=Awnsuyq80xY) 2025-08-11T16:46Z 30.5K followers, [---] engagements "Introduction to Sqlite for Beginners: Full Sqlite3 DB Tutorial To go from zero to hero with SQLite you can follow a clear roadmap that focuses on understanding the fundamentals of databases mastering SQLites features and applying it in real-world scenarios. Heres a step-by-step guide that will help you progress from a beginner to an expert in using SQLite. Step 1: Understand the Basics of Databases Before diving into SQLite its important to understand the fundamental concepts of databases: What is a database Learn about how databases store data in structured formats using tables. What are" [YouTube Link](https://youtube.com/watch?v=BNUvVDbQ0J0) 2024-10-20T22:44Z 31.7K followers, [----] engagements "How to amend a Git commit Need to fix a git commit Need to undo a git commit Need to remove a git commit Need to change a git commit Don't waste your time with reset or revert commands. If you want to undo the last commit or even change the git commit message just do a git commit amend. The git commit amend command will allow you to restage files and do a new commit that will replace the previous commit essentially allowing you to amend your git commit history. How do you amend a git commit Just add delete or modify files as you normally would and when you're done use git commit --amend" [YouTube Link](https://youtube.com/watch?v=BRL2UFg2mWA) 2023-11-27T00:47Z 31.2K followers, [----] engagements "Create a Bitbucket App Password & Fix Fatal Invalid Credentials & Authentication Failed Errors Git Have you hit Bitbucket's fatal error about invalid credentials You can fix Bitbucket's Authentication Failed error if you generate a Bitbucket app password and git push or git clone with it. It's actually pretty easy to generate Bitbucket app passwords. Just log into Atlassian Bitbucket go to your personal settings and click the Bitbucket 'create app password' button. Choose your access level and the Bitbucket app password to clone pull push or fetch with Git will be created. Yes it's" [YouTube Link](https://youtube.com/watch?v=BvHLCTGapu0) 2022-05-29T15:52Z 26.3K followers, 32.2K engagements "AWS Batch Tutorial How to Create Batch Jobs Job Definitions Queues & Farget EC2 & EKS Resources AWS Batch is a fully managed service that enables you to run batch computing workloads on the AWS Cloud. It is designed for jobs that can be run asynchronously and in parallel often for data processing analytics machine learning or scientific computing. Instead of managing your own cluster AWS Batch handles the provisioning and scaling of compute resources job scheduling and queuing. You should use AWS Batch when you have large-scale compute-heavy workloads that can be broken into smaller jobs. Its" [YouTube Link](https://youtube.com/watch?v=BzRUKk3A3l4) 2025-07-19T14:31Z 29.9K followers, [---] engagements "Spring Boot Actuator Full Tutorial You should probably include the Spring Boot Actuator starter in every one of your Spring Boot applications but at the same time you need to be careful about which Spring Actuator endpoints you enable. If you expose enabled Spring Actuator endpoints and metrics in production hackers will have a field day. Of course set up a dev and prod Spring profile and the scariness about Spring Boot Actuator endpoints goes away and you can simply enjoy the dashboard worth of data the Spring Actuator endpoints provide. In this Spring Boot Actuator tutorial you'll learn" [YouTube Link](https://youtube.com/watch?v=CCMAhpVvpyk) 2024-10-14T03:01Z 31.1K followers, [----] engagements "Quick Sass Mixins Example Are you looking for a quick example of how Sass Mixins work In this short tutorial I demonstrate how to create a Sass mixin and import it into your code and compile it into usable CSS. It's a short Sass mixins example but it's all you need to get started" [YouTube Link](https://youtube.com/watch?v=CEKchq3Gvzg) 2020-09-26T19:12Z 26.9K followers, [---] engagements "Compare LLMs with Amazon Bedrock (AWS Bedrock) Claude vs Deepseek #awscertification #chatGPT #ml When it comes to integrating cutting-edge generative AI into your applications Amazon Bedrockalso referred to as AWS Bedrockis a game-changing platform. It allows developers to access and compare LLMs (Large Language Models) from multiple top-tier AI providers all without needing to manage infrastructure scale clusters or fine-tune models from scratch. In this guide well compare LLMs specifically Claude by Anthropic and DeepSeek two prominent foundation models available via Amazon Bedrock. What Is" [YouTube Link](https://youtube.com/watch?v=CLlGEukkkeg) 2025-06-22T18:36Z 29K followers, [---] engagements "Install & Setup PHP and Nginx on Ubuntu Linux with FPM Need to quickly setup PHP on Nginx and configure your web server to it can interpret files written in PHP in Nginx It's not that hard especially if you're using Ubuntu Linux. In this tutorial Nginx and PHP is configured to work together by first installing Nginx on Ubunu PHP fastCGI process manager second and then editing the default Nginx config file for PHP support. The versions used in this tutorial are Ubuntu [--] Nginx [----] PHP [---] & php-fpm [---] although all of these Nginx PHP configuration options will work with other versions of" [YouTube Link](https://youtube.com/watch?v=Dv6fYxAVcww) 2022-05-26T20:37Z 31.4K followers, 20.4K engagements "How to Install AWS CLI & Git on EC2 Instances with a User Data Script Sample S3 Amazon Web Services The AWS CLI or Command Line Interface is a tool that allows users to interact with Amazon Web Services directly from a terminal or script. Instead of clicking through the AWS Management Console you can use the CLI to create resources configure settings automate tasks and manage services using simple text-based commands. Its especially useful for developers system administrators and DevOps engineers who want to automate infrastructure or work efficiently from the command line. Amazon EC2 stands" [YouTube Link](https://youtube.com/watch?v=E0IBiVZ8JZA) 2025-07-07T07:30Z 31.8K followers, [----] engagements "GitLab merge master to branch example There are a couple of different ways in GitLab to merge master to a branch. One is to perform a merge requests which might be required if you want to merge master to a protected branch. The other option is to simply use any standard Git tool and issue a Git merge command. This works well if you need to do a master into feature branch merge. Regardless of whether you're using GitFlow or some other GitLab branch merging strategy this tutorial will help you with your Git branch merge operations especially when you need to merge from master into a branch of" [YouTube Link](https://youtube.com/watch?v=EQieinX4rfA) 2020-07-23T19:06Z 26.4K followers, 18.3K engagements "How to Request Model Access in Amazon Bedrock AWS Enable Foundation Model Access #DeepSeek #claude AWS Bedrock asks you to enable model access for specific foundation models (FMs) to ensure that: You intentionally permit usage: Some models may have pricing implications usage restrictions or licensing terms that require user acknowledgment. Access control is enforced: Not all models are immediately available to all accounts. AWS must ensure your account has permission to invoke certain third-party models. Billing is accurate: Different models come from different providers (Anthropic Mistral" [YouTube Link](https://youtube.com/watch?v=ESVltavkvzw) 2025-07-10T07:45Z 29.6K followers, [--] engagements "AI Watermark Detection for Titan LLM and Nova Canvas Images in the Amazon Bedrock AWS Service Understanding Titan Nova and Watermarking in Amazon Bedrock As generative AI continues to grow in power and popularity concerns around content authenticity and responsible use are rising just as fast. Amazon is tackling these challenges head-on with models like Titan and Nova which both support invisible watermarking and with Amazon Bedrocks built-in watermark detection tools AWS is helping developers and businesses add trust and traceability to their AI-generated images. What Is Titan Titan Image" [YouTube Link](https://youtube.com/watch?v=ETKyeHaYcok) 2025-06-24T12:58Z 29.1K followers, [--] engagements "JFrog artifactory tutorial: Download setup and JAR deployment JFrog's Artifactory OSS offering is an impressive Maven repository solution. In this tutorial I download Artifactory get it installed overcome the 'could not reserved enough heap space' error and finally install a JAR file to the releases repo" [YouTube Link](https://youtube.com/watch?v=F-Tb0OFaaKQ) 2018-08-09T01:49Z 26.9K followers, 30K engagements "EC2 Full Form Amazon Elastic Compute Cloud from AWS EC2 stands for Elastic Compute Cloud and its one of the foundational services of Amazon Web Services. Lets break down the name and explain what each word means in the context of the cloud: Elastic In cloud computing elasticity refers to the ability to automatically scale your resources up or down based on demand. For EC2 this means you can launch more virtual servers when traffic spikes and shut them down when they're no longer neededwithout buying or managing physical hardware. This flexibility helps optimize performance and cost. Compute" [YouTube Link](https://youtube.com/watch?v=F0GaQgVKw7w) 2025-06-26T00:41Z 29.1K followers, [---] engagements "AWS DevOps Engineer Certification Exam Questions & Answers API Gateways Lambda & Mapping Templates The AWS Certified DevOps Engineer Professional exam is one of the most respected and advanced certifications available in the AWS ecosystem. Its designed to validate deep hands-on knowledge of automation monitoring CI/CD infrastructure as code (IaC) and scalable operationsskills that are crucial in modern cloud development and deployment environments. 💎 Why This Certification Is So Valuable First its a career accelerator. DevOps Engineers are in extremely high demand and AWS-certified" [YouTube Link](https://youtube.com/watch?v=F3kzNl1FC6s) 2025-07-22T17:16Z 31.9K followers, [---] engagements "How to Change a Git Commit Message Ever wonder how to change a git commit message after a commit has already been made in the repo Don't worry it's not hard. A simple git commit amend command will allow you to update a Git commit message: git commit --amend -m "New Git Commit Message" That's it That's how easy it is to amend a Git commit message after the fact. Just know that changing the commit message actually creates a new Git commit so if you've already pushed to GitHub or GitLab you might not want to change the commit message or you might really mess up the Git commit history" [YouTube Link](https://youtube.com/watch?v=FA2ag50dxU4) 2023-11-26T01:17Z 30K followers, [----] engagements "AWS Bedrock Pricing for Video Generation with Luma Labs AI Amazon API Ever wonder how much Amazon Bedrock costs to query for videos from Luma Labs Well here's your answer" [YouTube Link](https://youtube.com/watch?v=FDcnWDyzm5E) 2025-07-02T06:15Z 29.3K followers, [---] engagements "Change the Remote Git URL with Set Remote Origin To change the remote Git URL for a repository using the git remote set-url command you can follow these steps: [--]. Open a terminal or command prompt. [--]. Navigate to the local repository directory using the cd command. [--]. Use the following command to change the remote URL: git remote set-url remote-name new-url Replace remote-name with the name of the remote you want to modify (usually "origin" by default) and new-url with the new URL you want to set. For example if you want to change the URL of the remote named "origin" to a new URL: git remote" [YouTube Link](https://youtube.com/watch?v=FuMJc3ahr6w) 2024-03-01T03:20Z 31.8K followers, [----] engagements "How to Create a Free AWS Account Opening a free AWS account is a great way to get started with cloud computing whether you're a student developer entrepreneur or just curious about the cloud. Amazon Web Services (AWS) offers a Free Tier that provides access to many popular services with generous usage limits at no cost. Below is a step-by-step guide on how to create AWS account what's included in the Free Tier and the benefits you gain. How to Create AWS Account (Step-by-Step) Visit the AWS Website: Go to aws.amazon.com. Click "Create an AWS Account": The button is typically at the top right" [YouTube Link](https://youtube.com/watch?v=GvRIds4t14g) 2025-06-10T01:28Z 28.7K followers, [--] engagements "How Spring XML Configuration Works by Example: Schemas beans XML Files & the Spring Boot Framework Re-uploading this after I realized my edits all got magnetized in the upload I did last week. Sorry about that Don't be dismissive of those who use Spring XML configuration for their microservices and cloud-native Spring Boot applications. There are plenty of benefits associated with the Spring Framework's XML configuration capabilities. It centralizes the management of your inversion of control container makes it easier to quickly configure dependency injection and keeps your JavaBeans clean" [YouTube Link](https://youtube.com/watch?v=HCdAfRHQoso) 2024-09-02T19:43Z 22.1K followers, [---] engagements "Create a GitLab tag example A Git tag is a great way to add metadata to a release commit or a milestone achievement. In this 'GitLab tag create' tutorial we demonstrate how to not only create a GitLab tag but also how to add tags to commits to demonstrate that a certain milestone or achievement has been completed. It's easy to add a GitLab tag to a commit and here we show you how to do it" [YouTube Link](https://youtube.com/watch?v=HgiI-8VrxQE) 2020-07-23T21:07Z 26.4K followers, 23.9K engagements "Scrum Master Certification Exam Practice Questions & Answers Scrum the Scrum Guide and the Value of Scrum Certification Scrum has become the most widely adopted agile framework for managing complex projects especially in software development. It is built around short iterative cycles called Sprints a strong focus on collaboration and a culture of continuous improvement. For organizations adopting agile ways of working Scrum provides a proven structure to deliver value faster and adapt to change. The Scrum Guide: The Source of Truth At the heart of Scrum lies the Scrum Guide authored by Ken" [YouTube Link](https://youtube.com/watch?v=IxxJlLolj-E) 2025-08-19T01:14Z 30.7K followers, [---] engagements "Git Author Identity Unknown Error Fix Here's how to set the git user.name and user.mail properties in git. It's just a git config command. Here it is: git config --global user.email "mail@example.com" git config --global user.name "Cameron McKenzie" Yea can leave out --global to set the identity on a specific Git repo. This fixes the following error: Please tell me who you are.: Author identity unknown To set your account's default identity. fatal: unable to auto-detect email address Hope this helps" [YouTube Link](https://youtube.com/watch?v=J3om_WD3GSI) 2023-11-24T23:24Z 28.7K followers, [----] engagements "A Hibernate [--] SchemaExport example: Have Hibernate create tables in your database programatically Architects on the JBoss Hibernate team did a good job improving the persistence logic and causing my old Hibernate Schemaexport class to fail. Here I show you a simple Hibernate [--] SchemaExport example that you can code into your apps if you prefer to keep JPA and Hibernate drop and create calls in your persistence.xml and hibernate.cfg.xml components. You can find the source code in the MyDatabaseWizard.java file in my GitHub repo: https://github.com/cameronmcnz/hibernate-made-easy" [YouTube Link](https://youtube.com/watch?v=J3v9z2WJrmA) 2020-06-15T00:54Z 26.9K followers, [----] engagements "Use the AWS Key Management Service KMS to Encrypt and Decrypt Files on EC2 & S3 Symmetric Asymmetric AWS Key Management Service often abbreviated as AWS KMS is a fully managed service provided by Amazon that helps you create and control cryptographic keys used to encrypt and decrypt data across a wide range of Amazon services and custom applications. It's designed to protect your data using strong encryption while also making key management easy scalable and auditable. At its core AWS Key Management Service securely handles the lifecycle of cryptographic keys. This includes creating keys" [YouTube Link](https://youtube.com/watch?v=JjqS3BrF90g) 2025-06-28T03:41Z 29.2K followers, [--] engagements "How to download and install Git To install Git on Windows Mac and Ubuntu you can follow these instructions: Windows: [--]. Download Git for Windows: Go to the Git website: https://git-scm.com/download/win(https://git-scm.com/download/win) [--]. Run the Installer: Once the download is complete run the installer file (e.g. 'Git-2.x.x-64-bit.exe'). [--]. Configure Installation Settings: During the installation process you can choose the components you want to install and the default editor. You can typically leave these settings as default unless you have specific preferences. [--]. Adjusting your PATH" [YouTube Link](https://youtube.com/watch?v=JsSmJhCi8-I) 2024-02-27T02:50Z 31.9K followers, [----] engagements "How to Delete AWS Secret Access Keys in IAM Amazon's Management Console Configure CLI S3 EC2 EKS You should delete AWS access keys as soon as possible when they are no longer needed because they pose a security risk if left active. An unused key is still valid and could be exploited if exposedeither through logs code repositories or misconfigured systems. The longer a key exists the greater the window of opportunity for it to be compromised. Why Deleting Keys Is Critical Attack Surface Reduction: Old or unused keys serve no purpose but still provide access. Minimize Damage: If a leaked key is" [YouTube Link](https://youtube.com/watch?v=JzurIO-RZLw) 2025-07-16T19:15Z 31.4K followers, [---] engagements "REST URLs and HTTP Verbs Explained: GET POST PUT DELETE HEAD PATCH Did you know that there are almost [--] HTTP verbs That's [--] HTTP methods RESTful web developers have at their disposal when they build APIs for their microservices and web services. However there are really only [--] maybe [--] HTTP methods defined in the HTTP specification and of those RESTful API developers typically only commonly use [--] HTTP verbs namely: - GET - POST - PUT - DELETE - PATCH In this video that explains HTTP verbs in detail we'll also cover: - TRACE - OPTIONS - HEAD -CONNECT We even mention the HTTP PRI method but" [YouTube Link](https://youtube.com/watch?v=L1DU13XiogA) 2023-08-22T00:35Z 31.9K followers, [----] engagements "You first Java AWS Lambda function in less than [--] minutes Here's a quick AWS Lambda in Java tutorial to quickly get you started with AWS functions. In this example we keep it super simple. We create a simple class with a simple method and don't import any Maven projects and we don't use any special AWS libraries. Just a simple method packaged in a JAR and exported from Eclipse. Then we upload that to the AWS Lambda page edit the runtime with the class and package name and then test. Voila A simple Java AWS Lambda function deployed in less than [--] minutes. It's pretty spectacular" [YouTube Link](https://youtube.com/watch?v=LFZihAFN0wk) 2023-07-15T23:53Z 32.1K followers, 11.2K engagements "How to login to DockerHub with an Access Token using Docker login Here's a quick look at how to log into your Docker account through the command line with a Docker Hub Token. It's easy. Just got to your Docker account click settings and then security. Generate a Docker Token for authentication and then provide that token when you log in. Your 'incorrect username or password' troubles will be a thing of the past" [YouTube Link](https://youtube.com/watch?v=LxyzcDPnaDY) 2023-08-06T12:00Z 30.3K followers, [----] engagements "Spring Boot Soap Web Service Example #starter #java #rest #springboot #microservice #eclipse #client A top-down SOAP web service starts with defining a service contract in the form of a WSDL (Web Services Description Language) file which describes the structure of the SOAP-based service including the operations it will expose the messages it will exchange and the data types it will use. From this contract the implementation of the web service is generated including the necessary methods endpoints and message formats. This approach ensures that the service adheres strictly to the predefined" [YouTube Link](https://youtube.com/watch?v=MIDEXcU-Bmg) 2024-10-15T03:00Z 21.7K followers, [--] engagements "Tough AWS Solution Architect Certification Professional Exam Question on EC2 & Cluster Placement ❓ Scenario Recap You have [--] EC2 instances running inside a Cluster Placement Group (CPG) and want to add two more. The new instances fail to launch due to a capacity error. ✅ Correct Answer: Halt and restart all the running instances in the Cluster Placement Group then try adding the new instances again. 🔍 Why This Works A Cluster Placement Group attempts to pack instances close together within a single Availability Zone to maximize low-latency networking and high throughputideal for HPC (High" [YouTube Link](https://youtube.com/watch?v=NHvZVeAxFc4) 2025-07-22T00:58Z 30K followers, [---] engagements "AWS Cloud Practitioner Certification Exam Question & Answer Amazon CLI S3 EC2 Architect DevOps EKS The AWS Certified Cloud Practitioner exam is often seen as the ideal starting point for anyone beginning their journey into the world of cloud computing especially with Amazon Web Services (AWS). It requires no technical prerequisites making it suitable for project managers sales professionals finance teams business analysts and aspiring engineers who want to gain a foundational understanding of AWS services and cloud concepts. 🧠 Why This Question Matters This question revolves around" [YouTube Link](https://youtube.com/watch?v=NNSh8ADvRdY) 2025-07-22T13:56Z 30K followers, [---] engagements "Quickly install Git on Windows #git #github #devops #bitbucket #gitlab #codecommit #gitkraken Want to learn how to install Git on Windows Do a quick Git configuration and verify that you have installed Git correctly It's easy and this video shows you how It even shows you how to verify your Git install with the git --version command" [YouTube Link](https://youtube.com/watch?v=O9-4ohcqP4E) 2023-11-24T19:57Z 31.8K followers, [---] engagements "How to Rename Branches on GitLab Need to rename a Git branch that you pulled from GitLab Want the GitLab branch renamed as well In this quick tutorial we will show you how to rename a local branch with a standard Git command and then we'll show you how to have that renamed branch pushed remotely to GitLab. Renaming GitLab branches with Git is what this example tutorial is all about" [YouTube Link](https://youtube.com/watch?v=OXsUuQs-Q_0) 2021-10-03T23:47Z 27K followers, 15.6K engagements "How to Push an Existing Project to GitLab Need to add an existing project to GitLab Wondering how to push new code remotely to a GitLab repository This quick push to GitLab tutorial will show you the various different ways to push a new project to GitLab. The first way is the cheat way which simply clones a repo pastes project files in and then does a push. The next way uses Git remote add origin with GitLab. Finally we I show how to do it with a rebase which is a much better approach. Connecting a local development project to a remote GitLab repository offers several benefits: [--]. Version" [YouTube Link](https://youtube.com/watch?v=OfAl6R6zExU) 2024-03-03T16:33Z 30.2K followers, 14.8K engagements "Java Spring Boot AWS Beanstalk Amazon Deployment JAR Spring Boot gives you a self-contained production-ready Java app. AWS Elastic Beanstalk makes it easy to deploy and manage that app without dealing with the complexity of provisioning infrastructure manually. Port [----] is the expected internal listening port for apps behind Beanstalks reverse proxy which captures web requests on port 80/443 and forwards them to the app. The reverse proxy ensures security SSL termination and load balancing creating a smooth experience for deploying Java web applications at scale" [YouTube Link](https://youtube.com/watch?v=OhVz9KFwg34) 2025-06-29T13:27Z 29.3K followers, [----] engagements "A GitLab merge branch to master example In this 'GitLab merge branch to master' example we demonstrate how you can merge any Git branch into the master branch through a GitLab merge request review and approval. In this example we use the GitFlow hotfix branch but really any branch can be merged into master so long as the right permissions are assigned. Also after the GitLab branch is merged into master we move to the client machine where we issue a Git pull to synchronize the changes locally. Without any master branch merge conflicts the process is relatively straight forward and easy" [YouTube Link](https://youtube.com/watch?v=PK8NwbyU7co) 2020-07-23T18:26Z 26.4K followers, 30.8K engagements "Spring Boot Console App with CommandLineRunner Want to make a Spring Boot console app Want to learn how to use Spring's CommandLineRunner to replicate the type of simple testing you would ordinarily have done in Java's main method In this quick Spring Boot console app tutorial we will create a simple application that not only does dependency injection but also hits an H2 database with the help of a SpringBoot JDBC Data CrudRepository interface. If you want to learn how to create a simple Spring Boot Console App this example is for you Now here's some AI generated content stuffing to help" [YouTube Link](https://youtube.com/watch?v=PXwSOU-ECXs) 2024-07-31T00:35Z 22.1K followers, [---] engagements "AWS Management Console and the Dark Mode Theme How To Tutorial Amazon AWS ECS EKS Bedrock SageMaker Dark Mode in the AWS Management Console: Explained What is Dark Mode Dark mode is a user interface (UI) theme that uses dark backgrounds with light-colored text icons and elements. Instead of the traditional white or light backgrounds it offers black charcoal or deep gray tones reducing the overall brightness of the screen. Why is Dark Mode Often Preferred Reduced Eye Strain: Especially in low-light environments dark mode lessens the glare from bright screens which can help reduce eye fatigue" [YouTube Link](https://youtube.com/watch?v=QCf5R2mV75U) 2025-07-15T22:16Z 29.7K followers, [---] engagements "Install Jenkins from a Docker Image & Create a Jenkins Pipeline Running Jenkins in Docker offers several benefits particularly around flexibility and isolation. Docker allows you to encapsulate Jenkins and its dependencies within a container making it easier to set up tear down and migrate between environments. It also simplifies managing different Jenkins versions or plugins by isolating the configurations within the container. Additionally running Jenkins in Docker reduces the risk of conflicting dependencies on the host system and makes scaling and updating Jenkins more predictable and" [YouTube Link](https://youtube.com/watch?v=QLHc4BnVlR0) 2024-10-22T15:16Z 31.7K followers, [----] engagements "Push a New Local Branch to a Remote GitLab Repository Using GitLab Need to push a new Git branch to your remote GitLab repo This quick GitLab tutorial provides a quick example of how to create a new Git branch locally how to set the GitLab server as the upstream repo and how to push and pull to and from that remote Git repo without having to do any extra upstream configuration steps in the future" [YouTube Link](https://youtube.com/watch?v=RBk1I-G2YA4) 2021-10-03T14:51Z 26.4K followers, 11.2K engagements "Quick Intro to the Spring Boot Actuator Playlist The full playlist for the Spring Boot Actuator tutorial and crash course is listed below. This is just the short intro. FULL SPRING ACTUATOR COURSE PLAYLIST https://youtu.be/RQb2mrslq3ksi=0KfxxKwzDevdFnin SHORT INTRO https://youtu.be/RQb2mrslq3k ACTUATOR MAVEN DEPENDENCY https://youtu.be/ba3GKC0NEDE HOW TO EXPOSE AND ENABLE ACTUATOR ENDPOINTS https://youtu.be/7CgPNkpEtyY SPRING BOOT ACTUATOR ENDPOINTS https://youtu.be/z16fBE-k1oQ SPRING ACTUATOR METRICS https://youtu.be/ACrRY0REgA4 HOW TO CREATE YOUR OWN ENDPOINT https://youtu.be/hR-IdJZ9N7I" [YouTube Link](https://youtube.com/watch?v=RQb2mrslq3k) 2024-10-14T04:09Z 31.5K followers, [---] engagements "Spring Boot JPA & Hibernate Project with MySQL & Swagger This Spring Boot CRUD application has it all Want to connect to MySql from Spring Boot This simple project has it. Want to create CRUD based apps with Spring Data This Spring app has it. Want to learn how to get Hibernate to create tables and columns for you This simple Spring Boot project does it. Want to learn how to use Swagger to test RESTful APIs or even generate some HTML and JavaScript with ChatGPT to put a front-end on your application This project has it as well. If you want to learn Spring and Spring Boot give it a try" [YouTube Link](https://youtube.com/watch?v=Rel5ymzBBFE) 2024-11-05T18:31Z 29.3K followers, [----] engagements "What is an Internet Gateway in AWS VPC Subnet NAT Ingress Route Table Virtual Private Cloud Amazon An AWS Internet Gateway is a horizontally scaled highly available component that connects your Virtual Private Cloud (VPC) to the public internet. It allows resources inside your VPC like EC2 instances in a public subnet to send and receive traffic from the internet. What Does an Internet Gateway Do When you launch a resource in a public subnet and give it a public IP address the Internet Gateway enables that resource to: Send requests to the internet such as downloading packages or accessing" [YouTube Link](https://youtube.com/watch?v=RpYd01VPaSY) 2025-06-25T20:41Z 29.9K followers, [---] engagements "How to Create a Maven Project in Eclipse for Beginners Basic POM & Archetype Approaches Maven is a powerful build automation and project management tool specifically tailored for Java applications. It helps streamline tasks such as dependency management project building and packaging by following a standardized project structure. Maven projects are organized using a central configuration file pom.xml which specifies the dependencies plugins and build configurations for the project. It also offers a vast repository of libraries making it easy for developers to add external dependencies without" [YouTube Link](https://youtube.com/watch?v=S0OqWAbEjbA) 2024-10-28T22:33Z 31.7K followers, [----] engagements "How to delete a file from a Git repo Is there a specific file in your GitHub GitLab or local Git repository that you want to delete The file delete command in git is simply git rm but there are peculiarities about the use of this Git file delete command you need to be aware of. In this single Git file delete example we'll show you how to delete a file from the Git cache from the Git cache and the local filesystem and even how to delete a single file from GitHub and then pull the corresponding changes down locally" [YouTube Link](https://youtube.com/watch?v=T8E6gT0oaDI) 2021-10-05T00:42Z 26.3K followers, 44.8K engagements "What is an EC2 Instance Amazon Elastic Compute Cloud AWS S3 VPN Virtual Private Cloud NAT Gateway An EC2 instance in AWS is a virtual server that you can launch and manage in the cloud. The name EC2 stands for Elastic Compute Cloud and it's one of the core services in AWS. It gives you flexible resizable computing capacity which means you can spin up servers quickly scale them as needed and only pay for what you use. When you create an EC2 instance you're essentially renting a virtual machine from AWS. You can choose the operating system the amount of memory and CPU and even specialized" [YouTube Link](https://youtube.com/watch?v=TC5ama5Ctdg) 2025-06-27T00:49Z 29.3K followers, [--] engagements "Deploy an Apache Web Server on AWS EC2 Instances Amazon Elastic Cloud Compute Public Private Subnet The Apache web server officially known as Apache HTTP Server is one of the most widely used open-source web servers in the world. Its designed to serve websites and web applications over the internet or within private networks. Apache handles requests from users' browsers and delivers HTML pages images and other web content. On an Amazon Linux AMI or other Linux-based EC2 instance Apache can be easily installed using the systems package manager. Once installed Apache starts serving web content" [YouTube Link](https://youtube.com/watch?v=UV1FDL5_z6E) 2025-07-08T11:30Z 29.5K followers, [---] engagements "How to Run the Deepseek R1 LLM on Windows (7b mini) #ollama #huggingface Want to run the Deepseek R1 LLM 7b model on your laptop or desktop machine This quick tutorial on how to run Deepseek locally will show you how easy it is to install Ollama run the Deepseek LLM and send prompts to Deepseek locally. NOTE: In this video I run Deepseek with the following command: ollama run DeepSeek-R1 This runs the 7b version which is about 4.7GB in size. It's the same as running: ollama run DeepSeek-R1:7b To run the full version you'd need slightly better hardware and time to download about a 500GB+ of" [YouTube Link](https://youtube.com/watch?v=UiyVf-McEaQ) 2025-01-29T18:42Z 24.7K followers, [----] engagements "How to list and switch between GitLab branches Working with GitLab Need a quick refresher on how to list branches and switch between branches in Git when GitLab is your central repository In this quick GitLab tutorial you'll learn to list and switch between Git branches using both the online web console and with the Git BASH command window. We'll demonstrate how to list all Git branches list locally checked out branches and also a list of all of GitLab's remote tracking branches as well. We'll also show you how to switch Git branches with both checkout and switch commands" [YouTube Link](https://youtube.com/watch?v=VqUYuKnMth8) 2021-10-04T12:13Z 26.4K followers, [----] engagements "How to Make Your Bluesky Username your Website Domain Name #godaddy #com #namecheap #bluehost Want to use your domain name as your handle on Bluesky Social It's super easy to do and this quick tutorial on how to set your domain name as your Bluesky handle will get you up and running with your own unique personal handle on Bluesky in minutes. Oh and when you're done follow me on Bluesky My handle on Bluesky Social is cameronmckenzie.com and I'd love to hear from you" [YouTube Link](https://youtube.com/watch?v=Vqa47RLVdH4) 2025-01-14T01:45Z 28.3K followers, [----] engagements "Git Branch Delete Local Example Need to delete a Git branch locally while leaving the remote origin repository untouched Here's a quick git branch local delete command tutorial that will show you how to clean up your local repo. The short version git branch --delete branchname or for those who like shorter local git branch delete commands you can do this: git branch -d branchname Just keep in mind that this does not delete the remote Git branch. And you can't be on the branch while you try to delete it" [YouTube Link](https://youtube.com/watch?v=WNCjvqvGGrU) 2021-10-03T18:21Z 26.4K followers, [----] engagements "How to Create an AWS Account Alias An AWS account alias is a user-friendly name that you can assign to your AWS account to simplify the login process for IAM users. Instead of using the AWS-provided 12-digit account ID to sign in users can use the alias in a custom URL. What is an AWS Account Alias An account alias is a readable string that replaces the default AWS sign-in URL (which includes the account ID). Example: Without alias: https://123456789012.signin.aws.amazon.com/console With alias: https://mycompany.signin.aws.amazon.com/console Why is It Used Ease of Use: Easier for users to" [YouTube Link](https://youtube.com/watch?v=WxZA7fYLa94) 2025-06-09T00:16Z 28.7K followers, [--] engagements "How to Create DynamoDB Database Tables to Store NoSQL for EC2 EKS API Gateways SNS and SQS Queues Amazon DynamoDB is a fully managed NoSQL database service designed for high-performance low-latency applications that need to scale seamlessly. Unlike traditional SQL databases that use tables with fixed schemas and support joins and complex queries DynamoDB uses a key-value and document-based model which is more flexible and optimized for fast access to data with predictable patterns. NoSQL databases like DynamoDB are often better than SQL databases when you need massive horizontal scalability" [YouTube Link](https://youtube.com/watch?v=XAbjvmrbN-A) 2025-07-20T21:55Z 32K followers, [----] engagements "How to remove untracked files in git The git clean command In the world of version control Git is the reigning champion. However managing your project's files can sometimes get messy and untracked files can clutter your workspace. Fortunately Git offers a powerful solution to tidy up your project directory the git clean command. In this guide we'll walk you through the process of removing those pesky untracked files with Git Clean ensuring your workspace stays organized and efficient. What are Untracked Files Untracked files are those lurking in your project directory that Git doesn't" [YouTube Link](https://youtube.com/watch?v=Y2BdOJOwExs) 2023-09-02T13:58Z 13.4K followers, [--] engagements "GitLab delete branch example In this 'GitLab delete branch' example we look at how to delete feature branches and protected branches in GitLab. This GitLab tutorial uses the web GUI to delete the branch which is quite simple and straight forward. However to synchronize the Git client requires a bit more work. So we show the Git delete commands required to prune the Git client and delete the remote GitLab tracking branch. We then remove the Git branch completely from the client so it is totally in sync with the GitLab server. In the follow up Git tutorial we demonstrate how to do a remote" [YouTube Link](https://youtube.com/watch?v=YGUyHyyL9Kw) 2020-07-23T20:05Z 26.4K followers, 17.5K engagements "WildFly vs JBoss EAP: How Red Hat's Java application servers compare Wondering what the deal is with WildFly Wondering how the WildFly vs JBoss comparison stacks up In this video we take you through the differences between WildFly and JBoss. If you don't want to watch the video well just rest asured that WildFly is just the new name for JBoss AS. WildFly is the open source JBoss project rebranded with a new name. Today JBoss EAP is built from WildFly just as it once was built from JBoss AS" [YouTube Link](https://youtube.com/watch?v=_GLutgwhScA) 2020-07-18T21:17Z 31.6K followers, 13.3K engagements "Essential Git GitLab commands: The [--] GitLab command line instructions every developer must know You can only do so much with the GitLab GUI. To really unleash the power of GitLab you must learn the [--] basic Git GitLab command line instructions that allow you to clone push pull and commit to GitLab. There's a few other basic Git GitLab commands thrown in the mix as well just to smooth things along. If you want a quick beginners introduction on how to use Git and GitLab together invest a few minutes with this quick GitLab Git tutorial" [YouTube Link](https://youtube.com/watch?v=_HU1abMFRyE) 2020-07-22T12:49Z 26.4K followers, [----] engagements "How to install GitLab on Ubuntu [--] without 'unable to locate package gitlab-ee gitlab-ce' errors Here I show you how to install the on premises edition of GitLab on Ubuntu [--]. This Ubuntu GitLab install uses version [--] of the operating system which has the potential to cause some problems as GitLab isn't quite ready for the standard install on the recently released Ubuntu [--]. The proper steps outlined here will trigger an "'unable to locate package gitlab-ee" error when you try to install GitLab on Ubuntu [--]. I hit this in the example and show you how to fix it. You won't get that on earlier" [YouTube Link](https://youtube.com/watch?v=_Nhg6EPMeF4) 2020-07-22T00:24Z 26.4K followers, 16.1K engagements "How to use GitHub with SSH Keys on Windows [--] Is the user of the Secure Shell a requirement when you connect to GitHub In this quick GitHub SSH on Windows tutorial we'll show you how to create SSH keypairs with ssh-keygen copy the public SSH key on Windows configure Windows SSH in GitHub and finally perform a git clone while connected to GitHub over SSH on Windows. It requires a bit of PowerShell. It requires a bit of GitHub configuration. And it requires a few SSH keys to be created. But in the end it's all pretty easy to do. To learn more about how to create GitHub SSH keys check out this" [YouTube Link](https://youtube.com/watch?v=a-zX_qc2S-M) 2022-01-29T16:24Z 31.8K followers, 60.4K engagements "AWS Machine Learning & AI Specialty Certification Exam Question and Answer Example Bedrock Sagemaker The AWS Certified Machine Learning Specialty exam is a coveted certification for professionals who want to prove their expertise in building training tuning and deploying machine learning (ML) models on AWS. Unlike entry-level exams this certification assumes strong foundational knowledge in data science ML algorithms and AWS-native services like SageMaker Kinesis Glue and S3. 🎯 Why This Certification Is Valuable Proves real-world ML expertise on AWS Its not just about ML theory youre tested" [YouTube Link](https://youtube.com/watch?v=aYN7EEO8OqU) 2025-07-22T18:27Z 30K followers, [---] engagements "How to Create an MCP Server for Cursor AI in Java with Spring Model Context Protocol Tutorial MCP Cursor AI Spring Boot and Java Tutorial Large Language Models like GPT Claude and Gemini have transformed how we write code and automate tasks. However despite their impressive capabilities LLMs have two fundamental limitations: [--]. Time-Locked Knowledge LLMs are trained on large datasets but those datasets have a cutoff point. This means that: They cant access real-time data such as current stock prices system health dashboards or live customer feedback. Their responses are frozen in time based" [YouTube Link](https://youtube.com/watch?v=aeSWCy7Dunc) 2025-04-18T12:52Z 29.6K followers, [----] engagements "Postgres JDBC URL for Java Database Connectivity #PostgreSQL Various Options for the PostgreSQL JDBC URL The PostgreSQL JDBC URL is essential for establishing a connection between a Java application and a PostgreSQL database. The basic structure includes the protocol host port and database name. Key variations include: Basic URL: This includes the host (or IP address) port and database name. The default port for PostgreSQL is [----]. URL with Credentials: You can add the username and password directly within the connection string though this is less secure and not recommended for production" [YouTube Link](https://youtube.com/watch?v=b6PMHnmW6VU) 2024-10-21T02:40Z 26.5K followers, [---] engagements "How to Compare any Two LLMs with Amazon Bedrock Deepseek Llama Claude OpenAI ChatGPT AI Comparing Large Language Models (LLMs) involves evaluating a wide range of technical practical and qualitative factors. Each LLMwhether it's from OpenAI Anthropic Meta Mistral or Coherehas its own architecture training approach use case strengths and deployment options. Understanding how these models differ helps users choose the right one for their specific applications. Amazon Bedrock a fully managed service from AWS offers a unique serverless platform to compare and experiment with multiple foundation" [YouTube Link](https://youtube.com/watch?v=bBOVcA2I3YQ) 2025-06-24T13:49Z 29.1K followers, [--] engagements "UiPath Studio: Community vs Enterprise Edition What's the difference between UiPath Studio Community vs Enterprise Editions Not much. Any robot you can create with UiPath CE you can create with UiPath EE and vice versa. So what's the difference Well licensing is a big one. The other thing is UiPath Studio Community Edition always forces you to update to the latest version. With UiPath Studio Enterprise Edition you can stay on older product releases. Past UiPath Associate Certification Exams listed knowing the difference between Community and Enterprise UiPath Studio releases as an objective." [YouTube Link](https://youtube.com/watch?v=bP_knaHu_uE) 2021-06-07T23:43Z 32K followers, [----] engagements "How to create a .gitignore file in GitLab GitHub allows the addition of a .gitignore file right when a new project is created. That option isn't available in GitLab. But GitLab does allow you to add a gitignore file at any point in time through the file template generator option. In this git ignore in GitLab example I show you how to add the all important .gitignore file to existing GitLab repositories and to new GitLab projects as well. Every GitLab repo needs a .gitignore file" [YouTube Link](https://youtube.com/watch?v=c0nBw9DK5pE) 2021-10-05T16:54Z 26.4K followers, [----] engagements "Amazon Bedrock Luma Labs AI Video Generator and AWS as the LLM Dream Machine #free #price #apk #ml Luma AI: Generating Videos with AI and Integrating with Amazon Bedrock and AWS Luma AI is at the forefront of a new wave of generative AI technologies that produce high-fidelity photorealistic videos from text prompts. Combining breakthroughs in neural rendering and 3D vision Luma AI stands out for its ability to turn static scenes sketches or descriptions into dynamic cinematic video content. Unlike earlier tools that struggled with realism or motion coherence Luma AI employs advanced" [YouTube Link](https://youtube.com/watch?v=cVHH-G77D4c) 2025-06-22T19:31Z 29.2K followers, [---] engagements "Git Flow Init Example Getting started with Git Flow and looking for a quick Gitflow init example Well here it is. In this quick Git Flow tutorial we will not only show you the ins and outs of the Git Flow init command but also take you through a basic Gitflow workflow moving from master to develop to feature to release and finally back into the main master branch. It's a quick whirlwind tour but it'll show you how Git Flow init works and how to start using Gitflow right away" [YouTube Link](https://youtube.com/watch?v=d4cDLBFbekw) 2021-01-29T23:32Z 26.5K followers, [----] engagements "How to Get your ChatGPT Open AI API Key If you want to create a ChatBot automate responses code with the OpenAI LLM or just connect to ChatGPT with your Python JavaScript or Spring Boot apps you need an OpenAI API key. This quick OpenAI API Key tutorial shows you where to find the API Key how to create a new one and even how to write a little Python program that uses it to query ChatGPT. If you want to connect to ChatGPT and you need that Open AI API Key this tutorial is for you To obtain and use a ChatGPT OpenAI API key follow these steps: [--]. Sign Up on OpenAI Platform: Go to the OpenAI" [YouTube Link](https://youtube.com/watch?v=dR1gWtG9qeo) 2024-11-11T11:27Z 31.4K followers, 39.6K engagements "Git Delete Remote Branch Example Looking for an example of how to delete a remote Git branch from a GitHub or GitLab type of repository This remote Git branch deletion tutorial shows you how to delete a remote branch delete the remote tracking branch that may still exist in your local Git configuration and even delete the local branch if you want the branch to be deleted in every environment in which you have administrative access" [YouTube Link](https://youtube.com/watch?v=dtZWX5F9-Q4) 2021-10-03T22:40Z 26.3K followers, [----] engagements "How to Create an AWS EC2 Spot Instance Amazon Web Services I was asked in the comments about the EC2 User Data script I put into the instance when it started. I have other tutorials on that topic but for those interested here it is: #/bin/bash yum update -y yum install -y unzip yum install -y curl yum install -y git # Download and install the AWS CLI v2 curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" unzip awscliv2.zip ./aws/install # Install Apache (httpd) yum install -y httpd systemctl start httpd systemctl enable httpd echo "Follow me on Twitter" [YouTube Link](https://youtube.com/watch?v=eOSQdapJdCc) 2025-06-28T04:12Z 31.7K followers, [---] engagements "How to Create an EC2 Instance in AWS Elastic Cloud Compute Security Groups VPC Subnet Deploy Apache To create an EC2 instance in AWS you start by logging into the AWS Management Console and navigating to the EC2 service. From there you choose the option to launch a new instance. The process involves a series of steps where you select the settings for your virtual server. The first step is to choose an Amazon Machine Image or AMI. This is a preconfigured template that defines the operating system and optionally includes software like web servers databases or development tools. After selecting" [YouTube Link](https://youtube.com/watch?v=eji2fVEQC5Q) 2025-06-27T17:01Z 29.2K followers, [---] engagements "Rename a Git Branch Here's a full tutorial on how to do a Git branch rename that I wrote over on TheServerSide: https://www.theserverside.com/blog/Coffee-Talk-Java-News-Stories-and-Opinions/rename-Git-branch-local-remote-GitHub-GitLab-BitBucket Or you can read this. It's fairly each to change a Git branch name. In fact one common need is for organizations to change the master branch to main. If you need to rename Git's master branch to main it's easy: git branch -M master main Changing the term "master" to "main" is a part of a larger movement within the tech industry to replace potentially" [YouTube Link](https://youtube.com/watch?v=em4VvH7_43I) 2024-02-25T23:09Z 32.1K followers, [----] engagements "git init bare example If you need to set up a Git server then you'll need to run the git init bare command. This command will create a remote Git repository that users can push to and pull from but it won't have a working tree where a developer can write code and make local commits. This git init bare example not only shows you how to create this type of Git repo but it shows the difference between a git bare repo vs one created with a normal init command. No bears were hurt in the creation of this video" [YouTube Link](https://youtube.com/watch?v=gANGTPn2Ybo) 2020-07-29T20:54Z 28.7K followers, [----] engagements "How to add a new project to an existing GitHub repository Need to push a new project to GitHub This Git push tutorial will show you exactly how to do it. Simply create a new or use an existing GitHub repository create a local Git repository and then after you add and commit use the git add command to connect the new project to the existing GitHub repo. After the Git remote is added just perform a push. That will push your new project to the existing GitHub repository in the cloud" [YouTube Link](https://youtube.com/watch?v=gHgidwb50lQ) 2022-05-28T18:45Z 27K followers, 105.3K engagements "How to create GitLab projects. How to delete GitLab projects. If you want to create a GitLab repository you first need to create a GitLab project. Actually the Git repository comes with the project so it's really a one-stop-shop for software development fun. Anyways in this tutorial we will show you an example of how to create a GitLab project and we will also show you how to delete it as well. You have to dig a bit in the settings to delete a GitLab project. They don't make it easy likely to ensure nobody deletes the GitLab repository by mistake. But it's not that hard. The video shows you" [YouTube Link](https://youtube.com/watch?v=gQuiGEf-leA) 2020-07-22T01:06Z 26.3K followers, 11.9K engagements "Fix the Maven Compliance Specified is JDK [---] not JRE [---] Error Problem If you create a new Maven project in Eclipse you might get an error message that says "The compiler compliance specified is [---] but a JRE [---] is used maven-force-jdk Compiler Compliance JRE Compiler Compliance Problem." It's annoying. But it's an error that is easily fixed. Just update the Maven compiler plugin to set the Java source and target options. Even better use the new Maven build plugin release tag and set JDK compliance to Java [--]. There are a number of ways to fix the Maven compiler compliance error. In this" [YouTube Link](https://youtube.com/watch?v=gbqeN982ulY) 2020-09-21T12:46Z 30.3K followers, 21.4K engagements "How to get text from a JPEG image in UiPath Example Do you have a need to extract text from a JPEG image in UiPath This example will demonstrate exactly how to do that" [YouTube Link](https://youtube.com/watch?v=gkKiemETAwI) 2020-08-25T04:06Z 27.1K followers, [----] engagements "Git Plumbing vs Porcelain #Git #GitHub #GitLab #BitBucket #DevOps #GitOps #Python #Java #JavaScript Have you heart the terms Git plumbing and Git Porcelain Ever wondered what the different between Git porcelain vs plumbing was For the most part the porcelain is the most commonly used Git files such as: - git init - git add - git commit - git revert - git merge - git rebase - git reset That's the Git porcelain and you won't get your hands too dirty when you touch it. The Git plumbing That's typically the config stuff in the hidden .git folder including things like: - Refspec -Packfiles - The" [YouTube Link](https://youtube.com/watch?v=hExQA8EjLBA) 2023-11-26T19:04Z 26.6K followers, [---] engagements "AWS Solution Architect Professional Exam Question & Answer on Blue Green Deployment with AMIs & EC2 This is a classic AWS Solution Architect Professional-level exam questionone that tests not only your understanding of deployment strategies but also how architectural choices like stateless design and externalized state (via DynamoDB) impact operational patterns like upgrades. ✅ Correct Answer: Implement a Blue/Green deployment by provisioning new Auto Scaling groups with the updated AMIs and swap traffic over after confirming system health. 🧠 Why This Is Right Blue/Green deployments are" [YouTube Link](https://youtube.com/watch?v=hNarb554Aiw) 2025-07-22T11:09Z 30K followers, [---] engagements "Create a Custom Spring Boot Actuator Endpoint Tutorial This tutorial on how to create your own custom Spring Boot Actuator is part of a full playlist of Spring Actuator tutorials available here: FULL SPRING ACTUATOR COURSE PLAYLIST https://youtu.be/RQb2mrslq3ksi=0KfxxKwzDevdFnin SHORT INTRO https://youtu.be/RQb2mrslq3k ACTUATOR MAVEN DEPENDENCY https://youtu.be/ba3GKC0NEDE HOW TO EXPOSE AND ENABLE ACTUATOR ENDPOINTS https://youtu.be/7CgPNkpEtyY SPRING BOOT ACTUATOR ENDPOINTS https://youtu.be/z16fBE-k1oQ SPRING ACTUATOR METRICS https://youtu.be/ACrRY0REgA4 HOW TO CREATE YOUR OWN ENDPOINT" [YouTube Link](https://youtube.com/watch?v=hR-IdJZ9N7I) 2024-10-14T03:11Z 28.4K followers, [---] engagements "How to Use the Git Submodule Init and Update Command by Example Seriously Nobody has even commented on the submarine flying the Git flag I put a lot of effort into these stupid images Anyways if you need to clone a git repository with submodules you need to issue three commands. First clone then do the git submodule init and then do the git submodule update. Clone init and update git commands will guide you through the submodule darkness. Alternatively you can just use the --recurse-submodules switch on the git clone command but it's way more fun using git submodule init and update" [YouTube Link](https://youtube.com/watch?v=i7lRIICGPts) 2020-07-28T19:50Z 26.5K followers, 11.9K engagements "How to Download Install and Use Claude Desktop Tutorial In this step-by-step tutorial you'll learn how to use Cursor Desktop the cutting-edge AI code editor that supercharges your development workflow. Whether you're building in JavaScript Python TypeScript or React Cursor Desktop can help you write refactor and understand code faster than ever before. 🔍 What youll learn: How to install Cursor Desktop on Windows/macOS/Linux Setting up your workspace and opening projects Using Cursors built-in AI assistant for smart completions Editing code with natural language prompts Refactoring code using" [YouTube Link](https://youtube.com/watch?v=iFCHouB0YRE) 2025-04-17T19:23Z 27.3K followers, [---] engagements "How to Clone a Repository from GitHub #git #bash #local #branch #repo #vscode #command #project #url Need to clone a GitHub repository to your local machine Don't worry it's not a hard process especially if it's a public GitHub repository you need to clone. Just head over to the GitHub website locate the repository of interest and find the GitHub URL. Copy the URL and then open a command line window preferably Git BASH and type in: git clone * paste the githuburl here* That will clone the remote GitHub Repo to your local computer into the folder in which the Git Bash or command line window" [YouTube Link](https://youtube.com/watch?v=iMFdVDD0vuE) 2024-09-24T16:50Z 22.1K followers, [---] engagements "How Much does S3 Storage Cost in AWS Pricing Standard Intelligent Infrequent Access Glacier Archive Amazon S3which stands for Simple Storage Serviceoffers a range of pricing tiers to suit different storage needs access patterns and cost sensitivity. Understanding the S3 cost structure is key to optimizing your cloud expenses. S3 Pricing Tiers AWS offers multiple S3 storage classes each designed for specific use cases. Heres a breakdown of the main tiers: S3 Standard Best for frequently accessed data. It offers low latency and high throughput but has the highest cost of S3 storage among the" [YouTube Link](https://youtube.com/watch?v=iMQxRBAwp-Q) 2025-06-27T09:39Z 29.2K followers, [---] engagements "Illegally 'Carding' Citizens in Toronto/York Region - Detained without cause by YRP York Regional Police are actively collaboratively and concertedly harassing citizens violating their Charter protected human rights violating the criminal code by intimidating and forcibly confining citizens and denying illegally detained citizens basic rights such as the right to a lawyer and the right to be informed of the reason for detention. Just listen to the audio here of this rogue cop the working partner of York Regional Police Constable Konstantin Orshansky (who sits idly by as he encourages his" [YouTube Link](https://youtube.com/watch?v=iUnOpUbpgP8) 2014-04-06T14:32Z 24K followers, [----] engagements "Java Spring Boot Docker AWS & EKS Deployment to Amazon's Elastic Kubenernetes Service Tutorial Spring Boot Docker and Amazon EKS work together in a layered architecture to let you build package and deploy Java applications at scale using modern cloud-native principles. Heres how each piece fits into the puzzle: [--]. Spring Boot The Application Layer Spring Boot is your Java-based backend application often exposing REST APIs or running background jobs. It comes with an embedded web server (like Tomcat) so it runs as a self-contained executable JAR file. You dont need to deploy it into an" [YouTube Link](https://youtube.com/watch?v=kQTFQJm4qis) 2025-07-04T06:45Z 32.1K followers, [----] engagements "What is Amazon Bedrock AWS Bedrock Pricing Logo Documentation Claude Deepseek Sagemaker Agents What is Amazon Bedrock or "AWS Bedrock" as the kids say Amazon Bedrock is a fully managed serverless service from AWS that makes it easy to build and scale generative AI applications using foundation models (FMs) from leading AI providers like Anthropic AI21 Labs Meta Mistral Cohere and Amazons own Titan models. With no infrastructure to manage developers can quickly experiment prototype and deploy AI-powered apps using Lambda functions or other AWS services streamlining development and reducing" [YouTube Link](https://youtube.com/watch?v=kT6qmPM_D-w) 2025-06-23T11:59Z 29.1K followers, [---] engagements "Create an AWS API Gateway & Mock Responses with Mapping Templates Lambda RESTful ECS Practitioner AWS API Gateway is a fully managed service that allows you to create publish maintain and secure APIs at any scale. It acts as an entry point for applications to access backend services like AWS Lambda EC2 or other web services. It handles authorization throttling monitoring and versioning of APIs making it ideal for building secure and scalable interfaces for your applications. API Gateway supports three types of APIs: REST HTTP and WebSocket. REST APIs are designed for applications that follow" [YouTube Link](https://youtube.com/watch?v=l59-miF9Dj0) 2025-07-19T23:56Z 29.9K followers, [----] engagements "GitLab git clone example In this tutorial we demonstrate by example how to create a git repository in GitLab and subsequently do a GitLab git clone of it. The GitLab git clone operation pulls all the content from the GitLab repo to the local machine of the user or developer. Once the GitLab repository clone is created it is then possible for the developer to perform all of the standard Git operations on the locally hosted content" [YouTube Link](https://youtube.com/watch?v=l_Fj83MDJ8A) 2020-07-22T01:55Z 26.5K followers, 32.8K engagements "AI Guardrails for LLM & GPT Prompts in Amazon Bedrock & Sagemaker AWS Control Tower Guard Rails AI and LLM Guardrails: How Amazon AWS Bedrock Guardrails Protect Your AI Agents Chatbots and RAG Applications As artificial intelligence becomes more deeply embedded in business operationsfrom customer service chatbots to legal research assistants and generative marketing copywritersensuring responsible safe and reliable outputs from large language models (LLMs) is becoming critical. Enter AI guardrails: frameworks policies and tools that help control and shape how generative AI behaves. Among the" [YouTube Link](https://youtube.com/watch?v=ld1zCXhnJCY) 2025-06-23T13:17Z 29.1K followers, [---] engagements "How to Transfer a Domain to AWS Route [--] Amazon Route53 is AWS's highly available and scalable Domain Name System (DNS) web service. Its primary job is to route end users to internet applications by translating domain names (like example.com) into IP addresses (like 192.0.2.1) that computers use to connect to each other. 🔹 What is Route53 and Why Is It Important DNS Service: Route53 acts as a DNS service that connects user requests to services hosted on AWS (e.g. EC2 Elastic Load Balancer S3) or even services outside of AWS. Domain Registration: You can register new domains or transfer" [YouTube Link](https://youtube.com/watch?v=m2b6SzaRuZg) 2025-07-23T20:28Z 30K followers, [--] engagements "How to Generate a Personal Access Token in GitHub and use it to clone and push with Git Here's a very quick tutorial on how to generate a GitHub Personal Access Token. It's easy. Once you create GitHub Personal Access Tokens for your Git repositories you will be able to push to GitHub without hitting GitHub's 'support for password authentication was removed' error. Just use this token as your password when you do a git push to GitHub and your problems will disappear. If you need a quick 'how to generate a Personal Access Token in GitHub' example and tutorial this is the right video for you." [YouTube Link](https://youtube.com/watch?v=m5SChqEi314) 2022-05-24T19:57Z 24.9K followers, 23.2K engagements "Route [--] AWS Beanstalk Domain Names DNS Alias Records and CName Entries for Amazon Hosted Zones [--]. What is Route [--] Amazon Route [--] is AWSs DNS (Domain Name System) service. Its used to: Register domain names (like myapp.com) Manage DNS records (A CNAME MX etc.) Route internet traffic to AWS services (like EC2 S3 or Beanstalk) Provide health checks and routing policies (e.g. geolocation latency-based routing) Essentially Route [--] acts as a global phonebook that translates domain names into IP addresses. [--]. What is Elastic Beanstalk AWS Elastic Beanstalk is a Platform-as-a-Service (PaaS)" [YouTube Link](https://youtube.com/watch?v=mQTl9XhpiVw) 2025-07-01T07:30Z 29.3K followers, [---] engagements "Run Bitnami Jenkins with AWS The best way to get started with continuous integration and delivery is to install Bitnami Jenkins with AWS EC2 instance support. It's super easy and can be done in less than [--] minutes. You just go to Bitnami's website select their Jenkins stack and choose to deploy the Bitnami Jenkins stack to AWS. An EC2 Jenkins instance is created and once the VM is started you can log in and start creating Jenkins build jobs and continuous integration pipelines. If you want to get up and running with Jenkins in the cloud the Bitnami Jenkins AWS EC2 instance is definitely the" [YouTube Link](https://youtube.com/watch?v=nFXqynzeePs) 2020-12-05T15:37Z 31.5K followers, [---] engagements "Generate Git SSH Keys That Work Everywhere It doesn't matter if you're using CodeDeploy BitBucket GitLab or GitHub SSH Keys generated by the ssh-keygen tool that is available in both Windows and Linux will work everywhere. In this quick tutorial I provide an example of how to generate Git SSH Keys for GitHub BitBucket and GitLab. And not only do I generate public and private SSH keys but I very quickly show you how to configure these Git SSH Keys in GitHub GitLab and BitBucket web interfaces so you can clone a repository hosted on any of them. And it's all super easy. This Generate Git SSH" [YouTube Link](https://youtube.com/watch?v=neAurRskPKQ) 2022-01-30T00:25Z 26.4K followers, 32.4K engagements "Java Spring AWS & Amazon's Elastic Beanstalk Tutorial Java Spring Boot AWS & Amazon's Elastic Beanstalk: Common Deployment Pitfalls and How to Avoid Them Amazons Elastic Beanstalk offers one of the easiest ways to deploy and manage Java applications on AWS. With support for Spring Boot automatic scaling load balancing and managed EC2 instances Beanstalk allows Java developers to focus on writing code rather than wrestling with infrastructure. However deploying a Spring Boot application to Elastic Beanstalk isnt always smooth sailing. Seemingly small oversightslike misused forward slashes in" [YouTube Link](https://youtube.com/watch?v=oI3GCNrGAcs) 2025-07-01T16:43Z 29.3K followers, [---] engagements "Amazon Machine Image Creation & How to Launch a Custom AWS AMI EC2 Image in Cloud Computing Linux In the world of cloud computing the ability to replicate environments quickly and reliably is essential. Amazon Web Services (AWS) provides this capability through Amazon Machine Images commonly known as AMIs. These images are foundational to launching EC2 instances and are especially useful when building scalable consistent and recoverable systems. An Amazon Machine Image is essentially a snapshot of an EC2 instance. It contains all the necessary information to launch a virtual server including" [YouTube Link](https://youtube.com/watch?v=oMyjV07MBXA) 2025-06-29T19:06Z 29.2K followers, [---] engagements "Git Branch Change Name Example Here's a quick example of how to change a Git branch name. There are a few different approaches to the Git branch name change problem. In this example we demonstrate a local Git branch change first that does not involve a remote GitHub or GitLab server. In the second Git branch name change example we change a local branch and then push those changes to a remote GitHub repository. And finally we change the branch in GitHub and push the change down to clients. If you need to a Git branch name change this example should help step you through it. To rename a branch" [YouTube Link](https://youtube.com/watch?v=oaIrEwzBXuY) 2021-10-04T15:51Z 26.4K followers, [----] engagements "Spring Boot File Upload REST API Example In Spring Boot file uploading can be managed effectively with both REST and Spring MVC approaches each offering slightly different implementations but sharing some core components such as the MultipartFile object which simplifies handling file uploads by encapsulating details about the uploaded file. File Upload in Spring Boot REST vs. Spring MVC For REST-based uploads Spring Boot typically exposes a REST endpoint using a POST mapping where clients send the file within a multipart request. This is particularly useful for APIs as it allows uploading" [YouTube Link](https://youtube.com/watch?v=p7U_LVK9m88) 2024-10-28T02:19Z 31.7K followers, [----] engagements "How to Ignore Git Folders and Directories .gitignore Here's a quick overview of how to use the .gitignore file to ignore Git folders and directories. There's no big trick to ignoring folder in Git. Just add the name of the folder with a trailing slash to your .gitignore file. Then the next time you commit or push with Git the directory will be ignored and the folder will not be part of the commit" [YouTube Link](https://youtube.com/watch?v=qSnjgEU6VwQ) 2021-10-05T18:29Z 26.4K followers, 68.5K engagements "What is EC2 Auto Scaling in AWS How to Create Launch Templates Scaling Groups and run Amazon AMIs AWS Auto Scaling: Summary and Key Concepts AWS Auto Scaling is a powerful service that automatically adjusts the number of compute resourceslike EC2 instancesin response to real-time demand. The primary goal is to maintain optimal performance while minimizing costs by scaling out during traffic spikes and scaling in when demand drops. What Is Auto Scaling Auto Scaling helps ensure that your application is always running with the right capacity. It continuously monitors key performance metrics and" [YouTube Link](https://youtube.com/watch?v=qnM207tATSA) 2025-06-22T20:30Z 31K followers, [---] engagements "The Gitflow Release Branch from Start to Finish Here's a quick tutorial on how the Gitflow release branch process works. In this example Gitflow (aka Git flow) tutorial we show you how to init a Gitflow workspace create master develop and feature branches and then we show you how to create a Git flow release branch from the development stream. We do the Git flow release start and finish commands and demonstrate how the branch is created deleted and merged and show you how the final Git tag gets created on master as well. It's everything you wanted to know about the Gitflow release process" [YouTube Link](https://youtube.com/watch?v=rX80eKPdA28) 2021-01-28T23:55Z 27.6K followers, 60.1K engagements "Git Status Command Ever wonder how the git status command worked Ever wondered about the different states a file can be in including: - modified - deleted - renamed - new The Git status command is your window into the state of your git repository. Follow along in this git tutorial as we quickly demonstrate how the git status command works. The git status command really is incredibly versatile and incredibly helpful when you want to know what is staged in your repository and what isn't" [YouTube Link](https://youtube.com/watch?v=srFaEE2hYLc) 2023-11-25T23:14Z 22.1K followers, [---] engagements "Installing Java [--] & Configuring the JAVA_HOME Environment Variable This tutorial demonstrates the basic steps of downloading the Java [--] JDK (Version [---] to be exact.) Once the Java [--] JDK is downloaded we perform a basic installation of the software. While not required almost every piece of software that needs Java from Tomcat to LifeRay Portal looks for an environment variable named JAVA_HOME so the tutorial finishes up by showing you how to configure JAVA_HOME on a Windows PC (Windows XP in this case)" [YouTube Link](https://youtube.com/watch?v=trtkDkxJcD8) 2012-02-22T18:37Z 26.9K followers, 16.2K engagements "How to Create an AWS Free Tier Account and Register for Amazon Web Services (AWS) #s3 #ec2 #bedrock Signing up for an AWS (Amazon Web Services) account is the first step toward using the cloud to host websites build applications store data or experiment with artificial intelligence and machine learning. While AWS offers a generous Free Tier it's important to understand whats included whats not and how to avoid unexpected charges. How to Sign Up for an AWS Account To create an AWS account youll need: A valid email address not already associated with another AWS account A strong password and" [YouTube Link](https://youtube.com/watch?v=u-Qoh6ts46U) 2025-06-22T22:21Z 29K followers, [---] engagements "Undo the Last Git Commit Need to undo a previous git commit Want to reverse some changes and undo your last Git commit There are actually three says to undo a Git commit: - Undo a Git commit with a revert - Undo the last commit with a Git reset - Use Git amend to undo a commit Each has benefits and drawbacks so if you want to avoid orphaned commits or you want to permanently hide a commit from others you'll need to know the different ways to undo a Git commit" [YouTube Link](https://youtube.com/watch?v=u8FpS-faYWI) 2023-11-26T20:37Z 31.2K followers, [---] engagements "Master Spring Profiles in Spring Boot #active #properties #profile #include #annotation #environment Want to learn about active Spring profiles Want to use the Spring Boot Profile annotation to switch between Dev and Prod application.properties files and autowired interfaces It's all pretty easy if you just break the idea of active Spring Boot profiles down into it's basic steps. This Spring profiles tutorial and crash course does exactly that for you. Now here's some AI generated junk to capture keywords. Don't read it. Just watch the video. *** Spring Profiles in Spring Boot are a feature" [YouTube Link](https://youtube.com/watch?v=uPiF7OYekiA) 2024-09-29T22:30Z 24.5K followers, [---] engagements "How to Push Code to a GitHub Repository I get lots of developers asking me how to push existing code in an existing project to a remote GitHub repository. There are two ways to push an existing project to a GitHub repo: - The easy way - The proper way The easy way Simply clone the existing GitHub repo copy your project code into the clone repository and then push back to the server. Your existing project will be added to the GitHub repo in the cloud. This way works if there are existing files in the GitHub repo. Alternatively you can do a git init in your existing project then create a new" [YouTube Link](https://youtube.com/watch?v=ueQs5pQ8ZMM) 2023-08-29T23:10Z 29K followers, 64.2K engagements "Talking York Regional Police (YRP) Charter Rights Violations with CFRB 1010's Jerry Agar While pulled over in a parking lot to text three York Region officers Constable Orshansky Constable Wu and Sargent Hogan arbitrarily detained me held me without cause for over an hour criminally intimidated me performed an illegal search and seizure denied me a lawyer despite asking for one *seven* times and threatened me and threatened to go to my family if I continued to assert my right to remain silent. Fearing for my safety I turned on a recorder and the incident was caught on tape. Yet despite clear" [YouTube Link](https://youtube.com/watch?v=uec2zIPdZTo) 2014-10-05T19:47Z 23K followers, [----] engagements "Git Stash Tutorial Git Stash is a feature in Git that allows you to save changes that are not ready to be committed but need to be temporarily set aside. This git stash tutorial for beginners will show you exactly how to use git stash to temporary shelve changes. This can be useful when you want to switch branches or work on a different task without committing your current changes. Here are the main commands associated with Git Stash: [--]. git stash save "message": - This command is used to stash changes in your working directory. The message is optional but can be helpful for identifying the" [YouTube Link](https://youtube.com/watch?v=urSlkC-6lZE) 2024-02-25T13:52Z 26.9K followers, [----] engagements "How to Create an AWS S3 Bucket Amazon Web Services Practitioner Exam Solution Architect DevOps ECS S3 stands for Simple Storage Service and it is Amazons highly scalable and durable cloud object storage solution. It is designed to store virtually unlimited amounts of data and can handle any type of file whether text video images backups or software packages. S3 is useful because it provides reliable secure and easily accessible storage for any type of application ranging from static websites to machine learning pipelines. Its used by developers enterprises and startups alike because it" [YouTube Link](https://youtube.com/watch?v=v-wEKD3_J2w) 2025-07-21T01:36Z 32.2K followers, [---] engagements "Pure JavaScript File Upload Example Looking for a pure JavaScript file upload example In this tutorial we demonstrate how to upload a file with JavaScript and HTML5 on the client side and a component on the Apache server that captures the JavaScript file upload and saves the file locally on the server. If you want to avoid jQuery or DOJO and upload files asynchronously to the server this pure JavaScript file upload example tutorial is exactly what you're looking for. You can find the code used in this example here:" [YouTube Link](https://youtube.com/watch?v=vBCU2Upno0c) 2020-09-19T23:42Z 22.3K followers, 35.7K engagements "AWS Console Amazon's Management Console for AWS S3 EC2 EKS Bedrock Sagemaker Lambda & IAM What Is the AWS Console A Deep Dive into the AWS Management Console and Its Capabilities If youve ever worked with cloud computing chances are youve heard of the AWS Console. Short for the AWS Management Console this is your browser-based interface to everything Amazon Web Services has to offer. Whether you're launching virtual servers managing databases building AI models or deploying containers the AWS Console is your all-in-one control panel for managing cloud resources efficiently and securely. In" [YouTube Link](https://youtube.com/watch?v=w0VLz0xnNJ0) 2025-06-22T21:09Z 29K followers, [---] engagements "How to Set a Default AWS Region in the Amazon Management Console Login User Settings ECS EKS Bedrock An AWS Region is a geographically isolated area that AWS uses to house its data centers and cloud services. Each Region is completely independent and designed to be isolated from failures in other Regions providing fault tolerance and stability. For example US East (N. Virginia) (us-east-1) and Asia Pacific (Tokyo) (ap-northeast-1) are two separate Regions. When you deploy resourcesEC2 instances RDS databases S3 bucketsyou choose the Region in which they reside. Why the Console Remembers Last" [YouTube Link](https://youtube.com/watch?v=w0tZ4jBX0m0) 2025-07-17T08:45Z 29.8K followers, [---] engagements "GitLab branch and branch permissions example Here we show you how to create GitLab branches and how to pull those new branches down to the client. In this GitLab branch create example we use the administrative console to create the branches. Then using the terminal a Git fetch is performed to pull the new GitLab branches down to the client machine. Furthermore to demonstrate some of the features you find in GitLab that are not present in Git we assign GitLab branch permissions on the Git Flow branches we create to protect them from any harmdoing. Check out this quick GitLab branch create and" [YouTube Link](https://youtube.com/watch?v=wg4TScLeW_I) 2020-07-23T15:15Z 26.4K followers, [----] engagements "Remove Git Branches from GitLab Need to remove a Git branch both locally and from the remote GitLab server This quick GitLab branch removal example will show you multiple ways to remove a GitLab branch while also demonstrating how to remove Git branches locally on the desktop or workstation of the developer" [YouTube Link](https://youtube.com/watch?v=xLoQmOo2Tzk) 2021-10-04T00:10Z 26.3K followers, [----] engagements "Learn Git Sourcetree & BitBucket Tutorial: A Crash Course for Beginners Want a top-tier Git GUI tool to help accelerate your version control tasks This complete Git BitBucket and SourceTree tutorial will show you how to: - Install SourceTree - Clone remote repositories - Connect to BitBucket and GitHub - Push Pull and fetch from remote repos - Reset and revert commits in Sourcetree - Create and merge branches with Sourcetree - Resolve merge conflicts in Sourcetree - Rebase within the Sourcetree tool 0:00 What is Sourcetree 1:00 Sourcetree tutorial overview 2:00 Install Sourcetree 5:30 Create" [YouTube Link](https://youtube.com/watch?v=x_3NA-_Rjwo) 2023-08-29T04:42Z 29K followers, 39.9K engagements "What is a Git Commit #Git #GitHub #GitLab #BitBucket #DevOps #GitOps #Python #JavaScript #Java When we work with version control we constantly create Git commits. But what exactly is a Git commit Why do we constantly create Git commits and what benefit do they bring us. In this quick YouTube short I explain what a Git commit is and lead you on a journey of how to create your own commits push to GitHub and do everything to manage a complex Git based project. What is Git This is your answer" [YouTube Link](https://youtube.com/watch?v=xd6a9bf6ZqA) 2023-11-25T00:54Z 26.6K followers, [---] engagements "Create a new GitLab branch in BASH example In this 'GitLab create new branch command line' tutorial we take you through the steps of how to do a Git branch create using the Ubuntu terminal do a Git commit and then push both the Git commit and the newly created GitLab branch back to the central GitLab server. This GitLab branch create example is the compliment of the GitLab branch create tutorial in which the branches were created on the GitLab server and then pulled down to the client" [YouTube Link](https://youtube.com/watch?v=yOqYvGhrK14) 2020-07-23T16:21Z 26.5K followers, 18.7K engagements "How to Create an AWS AMI for EC2 Creating an Amazon Machine Image or AMI is a powerful way to streamline and standardize the deployment of EC2 instances in AWS. An AMI is essentially a packaged snapshot of an EC2 instance containing the operating system application software custom configurations and any associated data volumes. It allows you to launch new instances that are exact replicas of a configured and running environment. Understanding how to create and use AMIs effectively is crucial for maintaining consistency improving deployment speed and managing infrastructure at scale. To create" [YouTube Link](https://youtube.com/watch?v=yupmTeGi0UY) 2025-07-09T09:30Z 29.6K followers, [---] engagements "Spring Boot Actuator Endpoints #health #env #heapdump #threaddump #metrics #logging #example This video on Spring Boot Actuator endpoints is part of a full Spring Actuator tutorial and playlist. The full playlist and Spring Actuator course is available here: FULL SPRING ACTUATOR COURSE PLAYLIST https://youtu.be/RQb2mrslq3ksi=0KfxxKwzDevdFnin SHORT INTRO https://youtu.be/RQb2mrslq3k ACTUATOR MAVEN DEPENDENCY https://youtu.be/ba3GKC0NEDE HOW TO EXPOSE AND ENABLE ACTUATOR ENDPOINTS https://youtu.be/7CgPNkpEtyY SPRING BOOT ACTUATOR ENDPOINTS https://youtu.be/z16fBE-k1oQ SPRING ACTUATOR METRICS" [YouTube Link](https://youtube.com/watch?v=z16fBE-k1oQ) 2024-10-14T03:41Z 31.2K followers, [---] engagements "How to Download and Install the AWS CLI Amazon Web Services Command Line Interface ECS EC2 EKS S3 The AWS Command Line Interface or AWS CLI is a tool that allows users to manage and interact with Amazon Web Services through commands typed into a terminal or command prompt. Instead of using the AWS Management Consoles web interface you can use the AWS CLI to automate tasks configure services and perform operations faster and more efficiently. It is important because it gives developers administrators and DevOps professionals a way to control AWS environments programmatically. This is" [YouTube Link](https://youtube.com/watch?v=-8TMWSMOhRI) 2025-07-16T08:45Z 33.9K followers, [----] engagements "How to Create a Public Subnet in AWS VPC Internet Gateway NAT ACL Security Group Endpoints Egress What is a Public Subnet in AWS A public subnet is a subnet inside your VPC that is connected to the internet via an Internet Gateway (IGW). Resources in a public subnet can send and receive traffic from the internet typically through public IP addresses. 🛑 How is it Different from a Private Subnet Public Subnet Private Subnet Has a route to the Internet Gateway No route to the Internet Gateway Used for internet-facing resources Used for internal-only resources EC2s usually have public IPs EC2s" [YouTube Link](https://youtube.com/watch?v=-DjUzUiOIuU) 2025-06-26T08:00Z 33.1K followers, [---] engagements "Space Owner in Jira What is the Space Owner and How Do You Change It #devops #scrum #agile What Is a Jira Space Owner and Why This Role Matters In Jira Cloud every space has exactly one space owner. The space owner is the person who ultimately controls that space. They are the final authority for configuration access and structure. Even if many administrators work in the space the space owner is the one Jira treats as the accountable owner. This is not just a title. It is a functional control point. How Someone Becomes the Space Owner The space owner is assigned at the moment the space is" [YouTube Link](https://youtube.com/watch?v=-IPEPd5Oi9s) 2025-12-30T13:18Z 33.8K followers, [---] engagements "JDBC Tutorial for Beginners (Java Database Connectivity) #mysql #postgresql #sqlserver #database #h2 In this step-by-step JDBC tutorial you'll learn how to quickly get started with Java Database Connectivity. I'll quickly take you through the JDBC architecture explaining what the core JDBC components are and how they work but we won't spend a lot of time on theory. After a brief explanation of how JDBC works we'll quickly jump into a look at how to create a JDBC connection to various databases like H2 MySQL PostgreSQL and SQL Server. We'll then go through how to do JDBC CRUD operations taking" [YouTube Link](https://youtube.com/watch?v=03rDqI6lxdI) 2024-10-10T04:15Z 33.7K followers, 14.5K engagements "Jira Components Default Assignees Project Leads Filters & Space Owners A Jira component is a way to group related work within a single Jira space. It helps teams organize issues by functional areas subsystems features or responsibilities. Components are especially useful when a space grows large because they allow teams to filter report and assign work more intelligently. For example a space that supports a certification website might include components such as Mobile SEO Accessibility Data Sync or UI Design. Each component can have its own ownership and workflows which helps teams understand" [YouTube Link](https://youtube.com/watch?v=0EB8LBirBeE) 2025-12-06T15:46Z 33.4K followers, [---] engagements "How Much Does an AWS EC2 Instance Cost Per Month & Pricing Per Year t2 t3 nano small large xlarge Amazon EC2 Pricing in US East (Ohio): A Practical Guide to t3 and t2 Instances Amazon EC2 or Elastic Compute Cloud is one of the most widely used services in the AWS ecosystem. It powers everything from personal projects to large-scale enterprise applications. But to use it effectively especially when managing costs it helps to understand how pricing works. This article looks specifically at EC2 pricing for the US East (Ohio) region focusing on t3 and t2 instances and shows how the AWS Pricing" [YouTube Link](https://youtube.com/watch?v=0TefAhKqJDU) 2025-07-03T09:45Z 32.4K followers, [----] engagements "Sprint Planning in Jira with Product Owners Scrum Masters Backlogs Sprint Goals and Kanban Boards Sprint planning in Jira is where a team turns a long product backlog into a clear and achievable plan for the upcoming sprint. Jira provides a structured way to do this by letting teams create a new sprint review the backlog and drag the selected items directly into the sprint container. As the team adds stories tasks or bugs Jira immediately shows the total scope so everyone can see how much work is being committed. This helps teams shape a sprint that matches their capacity and aligns with" [YouTube Link](https://youtube.com/watch?v=1T8Fh6evr-8) 2025-12-09T01:00Z 33.5K followers, [---] engagements Limited data mode. Full metrics available with subscription: lunarcrush.com/pricing
@cameronmcnz Cameron McKenzieCameron McKenzie posts on YouTube about github, $team, how to, company the most. They currently have [------] followers and [---] posts still getting attention that total [---] engagements in the last [--] hours.
Social category influence technology brands stocks social networks finance celebrities travel destinations countries currencies
Social topic influence github #438, $team #44, how to, company, ai, agentic, if you, azure #414, generative, cloud
Top accounts mentioned or mentioned by @postmapping @examplecom @controller @requestmapping @requestmappingpath @requestmappingmethodpath @getmapping @putmapping @deletemapping @patchmapping @requestparam @requestparamname @pathvariable @pathvariableid @requestbody @responsebody @modelattribute @sessionattributes @exceptionhandler @enableautoconfiguration
Top assets mentioned Atlassian Corporation PLC (TEAM) GitLab Inc. (GTLB) FilesCoins Power Cu (FILECOIN) UiPath, Inc. (PATH)
Top posts by engagements in the last [--] hours
"Introduction to GitHub Copilot Tutorial for Beginners Ever think about getting Git or GitHub certified I've got three free GitHub practice exams for anyone interested in getting the Action Copilot or Fundamentals certification https://certificationexams.pro/others/github/index.html Check out the GitHub certification site and let me know what you think ********************* In this video we dive deep into GitHub Copilot inside Visual Studio Code (VSCode) the AI-powered coding assistant that's changing how developers write software. Whether you're a seasoned developer or just starting out this"
YouTube Link 2025-04-02T01:54Z 34.7K followers, 19.7K engagements
"How to use the Bluesky Social App: A Tutorial for Beginners Posts Starter Packs Blocks Feeds Interested in joining Bluesky Wondering how to get the most out of the Bluesky Social app This quick Bluesky tutorial will show you everything you need to know in order to get started with Bluesky and get the most out of this new micro-blogging platform that is challenging Elon Musk's Twitter for relevance in the social media space. Want to learn how to use Bluesky This quick introduction is for you cameronmcnz theserverside java jakarta jakartaee git github gitlab dvcs versioncontrol tortoisegit"
YouTube Link 2024-12-17T14:12Z 34.7K followers, 35.5K engagements
"Spring Boot vs Spring vs the Spring Framework: What's the difference If you're working in the world of enterprise software development you've heard the name Spring. You've probably also heard the terms 'Spring Boot' 'Spring Framework' and 'Spring MVC.' They're all related but they're all different as well. In this video we take a look at the difference between Spring Spring Boot and the Spring framework. cameronmcnz theserverside java jakarta jakartaee git github gitlab dvcs versioncontrol tortoisegit gitgui atlassian bitbucket linux azure devops devopstools gitops gitopstools azuredevops"
YouTube Link 2024-08-05T15:32Z 34.7K followers, 49.1K engagements
"Spring Batch Tutorial for Beginners Spring Boot Batch Architecture Spring Batch is a framework designed for building robust scalable and batch-oriented processing applications in Java. It is part of the Spring ecosystem and provides tools for handling the repetitive and structured nature of batch processing tasks like processing large volumes of data efficiently. Purpose of Spring Batch: Spring Batch simplifies the development of batch processing tasks automating the management of resource-intensive jobs that need to process large datasets. It handles tasks such as reading data transforming"
YouTube Link 2024-10-24T11:09Z 34.7K followers, 19.3K engagements
"Create and Configure GitLab SSH Keys If you want to clone a GitLab repo over SSH you'll need to first configure GitLab SSH Keys. That means performing the step of SSH key generation with the ssh keygen tool copy the value of the public key config a GitLab SSH Key in your account preferences and then grab the GitLab URL to perform the GitLab SSH clone operation. It sounds like a lot but it's really not that bad. In this video I perform the GitLab SSH Key configuration in less than five minutes. And all you have to do is perform a GitLab SSH clone once and all subsequent push pull and fetch"
YouTube Link 2022-01-29T19:24Z 34.7K followers, 75.6K engagements
"How to Write a Git Commit Message: Conventions & Best Practices #github #gitlab #bitbucket #python Ever think about getting Git or GitHub certified I've got three free GitHub practice exams for anyone interested in getting the Action Copilot or Fundamentals certification https://certificationexams.pro/others/github/index.html Check out the GitHub certification site and let me know what you think ********************* Git Commit Message Best Practices and Conventions A well-written commit message is essential for maintaining clear understandable project history and improving collaboration."
YouTube Link 2024-09-25T14:40Z 34.7K followers, [----] engagements
"Git Fetch vs Git Pull Which one should you choose Ever wonder about the difference between git fetch and git pull They both copy changes from the remote GitHub or GitLab repository to your local Git repo but git fetch does not update your working directory while git pull does. That's it that's the difference between fetch and pull in Git. On and after you do a fetch if you do want to update your local Git workingtree then just do a git merge. That brings it all in. In fact git fetch followed by a git merge is basically the same thing as a git pull. cameronmcnz theserverside java jakarta"
YouTube Link 2023-05-03T20:24Z 34.7K followers, 73.7K engagements
"Create a Repo with Git init Need to create a Git repo Want to learn how to use the git init command This quick tutorial show you not only how to create a new Git repository with git init but it also quickly explores the hidden .git folder that gets created when you use the git init command to create a Git repository A full write-up on how to do this is here: https://www.theserverside.com/blog/Coffee-Talk-Java-News-Stories-and-Opinions/Create-a-GitHub-repository-with-this-step-by-step-tutorial cameronmcnz theserverside java jakarta jakartaee git github gitlab dvcs versioncontrol tortoisegit"
YouTube Link 2023-11-24T19:17Z 34.6K followers, [----] engagements
"Swagger UI Tutorial for REST API Developers Learn how to use Swagger Java Annotations to document REST APIs written in Java and Spring Boot. AI says. Swagger and OpenAPI annotations play a crucial role in documenting RESTful APIs in Java and Spring Boot by providing a standardized way to describe the API's structure behavior and endpoints. Here's how they help and why they are important: How Swagger and OpenAPI Annotations Help Automatic Documentation Generation: Ease of Use: By using annotations you can automatically generate comprehensive API documentation directly from your codebase"
YouTube Link 2024-08-01T10:30Z 34.7K followers, 11.9K engagements
"What is MVC Model View Controller Explained What is Model View Controller Also known as the MVC design pattern model-view-controller describes a way for developers to split their applications up into isolated and loosely coupled domains. ********************** The Model-View-Controller (MVC) is an architectural pattern used in software engineering for organizing code in a way that separates concerns. It's commonly applied in web development but also used in desktop and mobile applications. MVC divides an application into three interconnected components allowing for modularity and clearer"
YouTube Link 2024-08-22T01:21Z 34.7K followers, [----] engagements
"How to Use Git & GitHub Desktop Tutorial for Beginners Ever think about getting Git or GitHub certified I've got three free GitHub practice exams for anyone interested in getting the Action Copilot or Fundamentals certification https://certificationexams.pro/others/github/index.html Check out the GitHub certification site and let me know what you think ********************* Want to learn how to use GitHub Desktop Want a simple straight-forward way to learn GitHub Desktop that's fun and easy This quick GitHub Desktop crash course will teach you everything you need to know in order to use"
YouTube Link 2023-08-24T05:41Z 34.7K followers, 81.9K engagements
"GitHub Personal Access Token How To Get Create & Use Fine Grained Access I wrote an article on how to create a GitHub Access Token and authenticate with it instead of a username and password. Here's the link: https://www.theserverside.com/blog/Coffee-Talk-Java-News-Stories-and-Opinions/How-to-create-a-GitHub-Personal-Access-Token-example Here's some GPT junk I created to fill the void and capture some keywords. Don't read it. Click the link. Support humans. GitHub requires access tokens to authenticate and authorize API requests made by applications and scripts on behalf of users. This helps"
YouTube Link 2024-02-28T02:23Z 34.6K followers, [----] engagements
"Tomcat vs Apache: What's the difference Need to choose between Tomcat and Apache Wondering what the difference is between the Tomcat Application Server and the Apache Web Server (AWS) In this quick tutorial we'll compare Apache vs Tomcat show you the differences between Apache Tomcat and the Apache Web Server and provide insight and advice on how to choose between the two. cameronmcnz theserverside java jakarta jakartaee devops apache tomcat javaee web opensource cameronmcnz theserverside java jakarta jakartaee devops apache tomcat javaee web opensource"
YouTube Link 2021-11-02T12:38Z 34.7K followers, 29.2K engagements
"How to create a Git repository with git init GitHub and Git GUI tools How do you create a git repository Well you first have to install Git. So get Git installed it's super easy to do. Then just create a folder on your filesystem where you want to create the git repository right click on the folder and select "Open Git Bash here" In the command window type git init and boom You've created a git repo. If you want to even dig around there's a hidden folder in your project named .git which is where git stores all of its information as it manages the index tracks commits connects to remote repos"
YouTube Link 2023-11-19T23:51Z 34.7K followers, 15.2K engagements
"Create and Configure BitBucket SSH keys for Git Need to connect to BitBucket with SSH keys but you're not sure how to set up the secure shell and you're not sure how to generate SSH keys Don't worry it's not hard. This BitBucket and SSH keys example will show you how to configure Git to securely clone push and pull. And it all gets done in less than [--] minutes. That's all you need to get BitBucket and SSH keys working together. If you still need more information on how to create SSH keys check out this great Git tutorial over on TechTarget:"
YouTube Link 2022-01-29T23:28Z 34.7K followers, 70.2K engagements
"Configure a Docker Nginx Reverse Proxy Image and Container Here's a quick tutorial on how to dockerize Nginx and create an Nginx reverse proxy Docker image. cameronmcnz theserverside java jakarta jakartaee git github gitlab dvcs versioncontrol tortoisegit gitgui atlassian bitbucket linux azure devops devopstools gitops gitopstools azuredevops docker containers programming software development cameronmcnz theserverside java jakarta jakartaee git github gitlab dvcs versioncontrol tortoisegit gitgui atlassian bitbucket linux azure devops devopstools gitops gitopstools azuredevops docker"
YouTube Link 2022-06-06T01:19Z 34.7K followers, 129.2K engagements
"Advanced Spring Tutorial Spring MVC Spring Data JDBC & CRUD Operations Looking for a complete Spring MVC tutorial for beginners But at the same time you don't want to be spoon fed with something at the level of a Spring Boot Hello World app If so this Spring Web MVC tutorial is for you. In this tutorial we start a Spring Boot and Spring MVC project from scratch. We then incrementally add Controller RequestBody GetMapping ResponseBody Id and Repository Spring annotations (among others) to create a comprehensive Spring CRUD Web MVC project that actually implements a simple little"
YouTube Link 2024-08-06T15:09Z 34.7K followers, [----] engagements
"Learn How to use the Bluesky Python API in Less than [--] Minutes It's incredibly easy to use the Bluesky Python API and programmatically connect to Bluesky Social. In fact in this Bluesky Programming Tutorial we do it [--] minutes and with only [--] lines of code. It's honestly that easy cameronmcnz theserverside java jakarta jakartaee git github gitlab dvcs versioncontrol tortoisegit gitgui atlassian bitbucket linux azure devops devopstools gitops gitopstools azuredevops bluesky bsky bksy twitter python cameronmcnz theserverside java jakarta jakartaee git github gitlab dvcs versioncontrol"
YouTube Link 2025-02-03T22:27Z 34.7K followers, [----] engagements
"What's the difference between Spring Boot and Spring MVC Spring MVC (Model-View-Controller) is a web framework within the Spring ecosystem that is designed for building traditional server-side web applications. It follows the MVC design pattern where: Model: Represents the application's data and business logic. View: Represents the user interface usually created with technologies like JSP Thymeleaf or other templating engines. Controller: Handles user requests interacts with the model and returns the appropriate view. Key Features of Spring MVC: Configuration: Spring MVC requires detailed"
YouTube Link 2024-08-12T21:29Z 34.7K followers, [----] engagements
"Python Amazon's Elastic Beanstalk AWS & Django App Deployments for Beginners Python Amazons Elastic Beanstalk AWS Flask & Django Deployment for Beginners: A Crash Course Overview If you're a beginner looking to deploy Python applications on the cloud Amazons Elastic Beanstalk offers one of the easiest ways to get started. This crash course overview will walk you through the essentials of deploying Python-based web applicationslike Django and Flaskusing AWS's fully managed service: Elastic Beanstalk. What Is Elastic Beanstalk Elastic Beanstalk is a Platform as a Service (PaaS) offering from"
YouTube Link 2025-06-21T14:45Z 34.4K followers, [----] engagements
"Node JS AWS Elastic Beanstalk and How to Deploy React Web Apps to Amazon Web Services How to Deploy Node.js Application on AWS Beanstalk: An Overview for React and Node Developers If you're a web developer working with Node.js and React understanding how to deploy Node.js application on AWS Beanstalk can dramatically simplify your path from development to production. AWS Elastic Beanstalk is a Platform as a Service (PaaS) offering that streamlines deployment by managing infrastructure provisioning servers scaling monitoring and load balancingall without requiring deep DevOps expertise."
YouTube Link 2025-06-21T16:57Z 34.4K followers, [----] engagements
"What is Amazon Bedrock An Introduction to Generative AI with AWS Bedrock for Beginners A Tutorial Amazon Bedrock: The Powerhouse Behind Generative and Agentic AI on AWS Amazon Bedrock often referred to as AWS Bedrock or Amazon AI Bedrock is Amazon Web Services' fully managed serverless platform for building scaling and deploying generative AI applications at enterprise scale. Designed to make foundational AI capabilities accessible to every developer and business Amazon Bedrock provides seamless access to a wide variety of industry-leading foundation models (FMs) from AI pioneers such as"
YouTube Link 2025-06-24T16:46Z 34.5K followers, 13.5K engagements
"GitHub Copilot Exam Dump Question ExamTopics of AI JavaScript VSCode & Prompt Engineering Privacy and security are central responsible AI themes for GitHub Copilot adoption especially in organizations that write proprietary software or handle sensitive customer data. Copilot produces relevant suggestions by using nearby context from the file you are editing such as surrounding lines of code function signatures imports and related comments. The key security question is what happens to that context when Copilot generates a completion. The most accurate description is that Copilot sends small"
YouTube Link 2026-01-29T17:53Z 34.7K followers, [---] engagements
"Real GitHub Copilot Certification Question & Answer on ExamTopics Responsible AI and Safe Prompting Responsible AI is a core GitHub Copilot exam theme because Copilot is an assistant not an authority. The most reliable way to use Copilot in professional software delivery is to treat every suggestion as untrusted input until it has been inspected tested and validated against security and licensing expectations. That mindset is what separates productive Copilot usage from risky automation. Copilot can accelerate implementation by drafting code suggesting patterns and reducing repetitive work"
YouTube Link 2026-01-26T21:21Z 34.7K followers, [---] engagements
"Practice AWS AI Practitioner Certification Question on SageMaker Privacy & Security Controls Compliance for AI applications is fundamentally about showing that privacy and security controls are built into the system in a way that can be evidenced audited and maintained over time. When an organization deploys a customer-facing chatbot especially across multiple jurisdictions the most defensible compliance story comes from controls that directly reduce risk to sensitive data and controls that detect and respond to threats. In other words the strongest compliance capabilities are the ones you"
YouTube Link 2026-01-25T11:45Z 34.7K followers, [---] engagements
"AWS Login to the Amazon Web Services Management Console #awsconsole #s3 #ec2 #eks #ecs #ami #cloud Everything You Need to Know About AWS Login and Amazon Login: Root vs IAM Account IDs and Best Practices If you're new to AWS or setting up a new account for your organization one of the first and most important steps is understanding how AWS login works. Logging into the AWS Management Console isn't just about entering an email and passwordtheres an entire ecosystem of users identities permissions and security configurations to be aware of. This guide will walk you through everything you need"
YouTube Link 2025-06-22T20:37Z 34.6K followers, [---] engagements
"How Spring Boot Auto Configuration Works with Spring's @EnableAutoConfiguration Annotations One of the most compelling features of Spring and Spring Boot is AutoConfiguration. The Spring EnableAutoConfiguration annotation and the various AutoConfig classes that support it are what makes auto configuration in Spring Boot possible. In this Spring Boot tutorial autoconfiguration with the EnableAutoConfiguration annotation is explored. We show you how Spring auto configuration works with and without Spring Boot. We show you how Spring allows autoconfigured resources to be autowired in as beans"
YouTube Link 2024-09-11T12:49Z 34.6K followers, [----] engagements
"Swagger Test Spring Boot REST APIs with SpringDoc OpenAPI in Maven UI Example Introduction to Swagger and Spring Boot Swagger is an open-source tool used for documenting and testing REST APIs. When integrated with Spring Boot it provides a powerful and user-friendly way to generate and visualize API documentation. The SpringDoc OpenAPI library simplifies the integration of Swagger with Spring Boot applications making it easier to create interactive and detailed API documentation. In this guide we will cover how to set up Swagger with Spring Boot using the SpringDoc OpenAPI library and provide"
YouTube Link 2024-07-26T09:30Z 34.6K followers, 17.7K engagements
"Better than a GH-300 GitHub Copilot Exam Braindump Sample Question With Full ExamTopics Coverage Raising unit test branch coverage is a classic software quality goal and it is also a realistic use case for GitHub Copilot because Copilot can draft test code quickly and suggest additional cases that developers might overlook. The important concept to understand is how Copilot finds edge cases. Copilot does not execute your application run your test suite or compute coverage metrics. Instead it uses a large language model trained on broad code and test repositories to infer likely control flow"
YouTube Link 2026-01-29T07:50Z 34.7K followers, [---] engagements
"Format a table with Java printf statements Want to bring beauty to your console based Java programs Well it's not possible. They'll never be pretty. But they can be handsome if you create a table with Java printf format functions. Java printf tables always look cool. In this Java table printf example we format a table with data about the [--] Java primitive types. We add a header cell spacing and borders and every do some zero padding on the digits we use. If you want to learn how to format a table with printf Java statements this quick example will show you exactly how to do it"
YouTube Link 2022-07-17T21:10Z 34.6K followers, 27.5K engagements
"How to Write a Git Commit Messages Properly with Examples How do you write a Git commit message properly In this video we take a look at a number of Git commit message best practices some standard git commit message guidelines and we explore some interesting corporate commit message conventions that might be a bit different from the norm. Specifically we look at the AngularJS git commit message style guide and patterns that give more clarity to what happens during a commit. Their Git repository is positively beautiful when you peruse their Git commit history"
YouTube Link 2020-07-22T17:33Z 34.5K followers, 11.7K engagements
"Learn Jenkins Fast A Simple Jenkins CI Tutorial for Beginners Jenkins CI is the most popular open-source continuous integration and software deployment automation tool in the industry. This Jenkins Tutorial for beginners will start with the basics but incrementally help you learn the Jenkins strategies and techniques large-scale enterprises use every day. This Jenkins CI crash course for beginners is designed to empower both beginners and experienced developers with the skills they need to automate their CI/CD (Continuous Integration/Continuous Deployment) processes using Jenkins. Jenkins"
YouTube Link 2023-09-04T20:12Z 34.6K followers, 35.1K engagements
"How to send SMS Text Messages with the AWS SNS Simple Notification Service SMS Texts with AWS SNS (Amazon Simple Notification Service) is a powerful fully managed messaging service designed to enable fast and reliable communication via text messaging (SMS) to users around the world. Whether you're sending promotional alerts two-factor authentication codes appointment reminders or critical system notifications AWS SNS provides a scalable and cost-effective solution for delivering SMS messages directly to mobile phones. What Is AWS SNS SMS AWS SNS SMS is a feature of Amazon's cloud-based"
YouTube Link 2025-06-16T00:47Z 34.5K followers, [----] engagements
"Tomcat vs JBoss Here's the Application Server Should You Choose Looking for the differences between Apache Tomcat and JBoss by Red Hat Are you wondering which Java application server you should choose In this quick tutorial we will compare and contrast JBoss and Tomcat show you how these two app servers differ and provide guidance on which server fits your needs the best. Both Tomcat and JBoss are great application servers. There are definitely differences but you really can't go wrong when it comes to choosing between Red Hat and Apache. cameronmcnz theserverside java jakarta jakartaee linux"
YouTube Link 2021-11-02T15:23Z 34.6K followers, 16K engagements
"GH300 GitHub Copilot Exam Question on How it Works & Handles Data Securely & Privately ExamTopics Privacy and security are central responsible AI themes for GitHub Copilot adoption especially in organizations that write proprietary software or handle sensitive customer data. Copilot produces relevant suggestions by using nearby context from the file you are editing such as surrounding lines of code function signatures imports and related comments. The key security question is what happens to that context when Copilot generates a completion. The most accurate description is that Copilot sends"
YouTube Link 2026-01-28T19:06Z 34.7K followers, [---] engagements
"Create an EKS Cluster and Deploy your Docker Containers to Kubernetes in just Minutes Amazon Elastic Kubernetes Service (EKS) is AWSs managed Kubernetes offering allowing developers and DevOps teams to deploy manage and scale containerized applications without the operational complexity of managing Kubernetes control planes. Built for scalability security and deep AWS integration EKS streamlines Kubernetes workloads by providing automated provisioning of the Kubernetes control plane and tight integrations with AWS networking IAM and security features. Why Use EKS [--]. Fully Managed Control"
YouTube Link 2025-06-17T03:53Z 34.5K followers, [----] engagements
"How to set a sudo alias Your life will be better if you change your sudo alias to please. Just think instead of asking Linux to sudo remove a file you ask it to please remove a file. Instead of asking Ubuntu to sudo apt-get update you ask it to please apt-get update. Adding the sudo alias please will make your Unix life better. linux ubuntu unix linux ubuntu unix"
YouTube Link 2020-07-30T19:06Z 34.6K followers, [----] engagements
"Git Add All vs Git Add . - How to stage all files in Git l #Git #GitHub #GitLab #DevOps #Python Ever wonder what the difference was between git add all vs git add . All does what you would expect it to do. It adds all new files and modified files including deletes to the git index. Everything will get staged to git. The dot in git add . just means the current folder and subfolder. So if you don't issue the git add . command from the root folder only modified files in that folder and subfolders will be staged to the git index. So there you go that's the difference between git add all and git"
YouTube Link 2023-11-26T00:21Z 34.5K followers, [----] engagements
"Just another York Regional copper ignoring the constitution. Nothing to see here. 'Miranda' is a US term. Canada uses the term 'caution.' But regardless when an individual is detained Police are supposed to read that citizen a 'caution' that includes the phrase "Anything you say can be used in court as evidence." Anyone that's watched a US style cops and robbers program knows that. Police are supposed to give detained individual a 'caution.' They don't actually have to or at least not right away. But what they are definitely not allowed to do is tell citizens the opposite. That is it is a"
YouTube Link 2014-04-05T14:09Z 34.6K followers, [---] engagements
"Locally Run Huggingface LLMs like Llama on Your Laptop or Desktop with Python Want to run an LLM locally Want to run Deepseek or Llama on your desktop or laptop or desktop without downloading Modular's Max platform or installing Ollama Well it's pretty easy do to. Here's how to write a simple Python program that will run Huggingface LLMs like Deepseek and Lllama right on your own desktop machine"
YouTube Link 2025-01-28T11:47Z 26K followers, [----] engagements
"merge develop into master in GitLab example In this 'GitLab merge develop into master" example we show you how to pull together changes by performing a GitLab merge request from the develop branch and into the master branch. We use only one account but the idea is we pretend we have both a GitLab developer and GitLab maintainer roles doing the GitLab merge request and the GitLabe merge approval. When the merge request is successful and no merge conflicts occur we then move to the client and issue a git pull or git fetch request to pull the changes locally and synchronize our local workstation"
YouTube Link 2020-07-23T17:48Z 26.4K followers, [----] engagements
"AWS EC2 User Data Script Sample Tutorial Install Launch Restart Reload Log Script Root Hello World What is User Data in EC2 User Data is a feature in Amazon EC2 that lets you pass a script or configuration data to an instance when it is first launched. It's most commonly used for bootstrapping that is automating setup tasks such as: Installing packages (like Apache Git Docker) Creating files Starting services Registering with monitoring or deployment systems Writing logs or checking health ⚙ How Does It Work When you launch a new EC2 instance there's a field called User Data under Advanced"
YouTube Link 2025-06-29T17:22Z 29.2K followers, [---] engagements
"How to Remove & Delete a Local Git Repository Need to delete a Git repo Was the local repo to delete created with Git init If you are having a problem deleting your local Git repo we have the solution to your problem. Just run the following command: rm -fr .git That command will delete the hidden .git folder in which all of your local Git configuration for the local repository is stored. Once that Git repo delete command is performed the local git repository will be gone for good. Another option is to just unhide all hidden directories. That's why the deletion of a Git repo causes people"
YouTube Link 2021-10-05T18:05Z 27.9K followers, 88.2K engagements
"How to create and run a script in Ubuntu Here's a quick example of how to run a script in Ubuntu. First I create a script in Linux named script.sh and try to run it only to have the attempt fail with the file not being found. Then I use the Linux dot slash notation which allow the file to be found but unfortunately I get permission denied. Finally I update the file permission with a chmod -R [---] . command after which the script runs on Ubuntu successfully. And there you go that's how your run a script on Ubuntu after you create it and give it execute permissions"
YouTube Link 2023-10-22T01:24Z 13.4K followers, 13.6K engagements
"How to Automate a Website Login with UiPath Studio Need to automatically log into a website with UiPath Studio Does your RPA robot need to provide a username and password possibly pulled from Windows Credentials Manager In this UiPath Studio Web Login example I demonstrate which activities to use to login to a website automatically and navigate to the next page of the browser"
YouTube Link 2021-01-31T22:51Z 31.7K followers, 13.4K engagements
"Route [--] Sub Domains S3 Buckets and Domain Name Mapping in Amazon AWS #subdomain #route53 #bucket What is a Subdomain A subdomain is a part of your main domain used to organize or separate content. For example blog.example.com or store.example.com are subdomains of example.com. They can point to different services or websites. What is an S3 Bucket An Amazon S3 bucket is a cloud-based storage location provided by AWS. Its commonly used to store files including static website assets like HTML CSS JavaScript and images. You can configure a bucket to host a static website directly. How Do You"
YouTube Link 2025-07-20T11:29Z 29.9K followers, [---] engagements
"GitLab commit push to origin example In our previous tutorial we demonstrated how to clone a Git repository. Here we demonstrate how to do the 'GitLab commit push' where local repository changes are replicated with a 'git push origin' command where GitLab origin is the server from which you originally cloned"
YouTube Link 2020-07-22T02:32Z 26.5K followers, 19.4K engagements
"How to resolve Git merge conflicts Do you need to resolve a Git merge conflict You've got my sympathies because merge conflicts in Git should be avoided at all costs. But it is possible to resolve Git merge conflicts when they arise but it will require a bit of time and effort. In this Git merge conflict resolution example we'll show you how to create a merge conflict run a git merge that creates a conflict and finally show you how to edit your conflicted files and commit your changes so the git merge conflict is resolved for good"
YouTube Link 2021-10-06T18:06Z 26.4K followers, [----] engagements
"SOLID Liskov Substitution Principle The Liskov Substitution Principle (LSP) introduced by Barbara Liskov is one of the five SOLID principles of object-oriented design. It states that objects of a superclass should be replaceable with objects of a subclass without affecting the correctness of the program. In other words a subclass should behave in such a way that it can stand in for its superclass. People often misunderstand or get the Liskov Substitution Principle wrong due to several reasons: [--]. Confusion with inheritance: Many developers mistakenly think that inheritance alone satisfies"
YouTube Link 2024-07-08T21:35Z 31.7K followers, [----] engagements
"How to install Mojo on Windows Configure Modular's Programming Language & Write your First App The Mojo programming language from Modular AI isn't natively supported on Windows. However with a little bit of effort and a little help from the Windows subsystem for Linux (WSL) you can get Windows and Mojo to work together. In this quick Mojo tutorial I'll show you how to configure Mojo on Windows and also take you through some language basics: - Running the Mojo REPL programs on Windows - Creating standalone Mojo apps on Windows - Use the let and var keywords - Declare typed variables - Compare"
YouTube Link 2023-12-04T18:55Z 27.2K followers, [----] engagements
"What is a Fast Forward Merge in Git Wondering what a fast forward git merge is and how a fast forward merge works In this quick tutorial we'll show you an example of a fast forward git merge along with a merge that uses the no-ff notation to stop a fast foward git merge from happening. When you have the ability to compare and contrast the two approaches you'll come back with a better appreciation of what is a Git fast forward merge and what the benefits are to using one when you merge branches"
YouTube Link 2021-10-07T00:18Z 26.5K followers, 22.6K engagements
"AWS S3 Static Website Hosting Amazon S3 (Simple Storage Service) is a scalable object storage service that lets you store and retrieve any amount of data from anywhere on the web. It's designed to be durable highly available and easy to integrate with other AWS services. You store your data as objects (files) inside buckets (containers) and each object is uniquely identified by a key. How S3 Works S3 is a managed storage system that handles the infrastructure for you. When you upload a file (like an HTML page image or document) S3 stores it across multiple availability zones to ensure"
YouTube Link 2025-07-21T07:15Z 29.9K followers, [--] engagements
"How to Merge Master into any Branch in Git Do you need to merge the master Git branch into a branch in your repository It's not hard. The trick You must be on the other Git branch master must merge into. Then so long as there are no commit conflicts to worry about simply issue the following merge master into branch Git command: git merge master And that's it. If you need to merge master into another branch in Git just issue that command. The other branch get the master branch's updates merged into it"
YouTube Link 2021-10-06T22:17Z 26.4K followers, 47.3K engagements
"Spring Boot vs Node JS: What's the difference Spring Boot Interview Questions #javascript"
YouTube Link 2024-08-09T00:00Z 19.8K followers, [---] engagements
"Generate GitLab SSH Keys & setup SSH on GitLab To generate a GitLab SSH key on Windows and configure it in GitLab you can follow these steps: Step 1: Install Git on Windows: - If you haven't already download and install Git for Windows from git-scm.com(https://git-scm.com/download/win). Step 2: Open Git Bash: - Open Git Bash which is included with the Git for Windows installation. Step 3: Generate SSH Key: - Run the following command to generate a new SSH key: ssh-keygen -t rsa -b [----] -C "your_email@example.com" - Press Enter to accept the default file location. - Enter a passphrase for"
YouTube Link 2024-01-30T18:22Z 29.8K followers, 26.2K engagements
"jQuery & Ajax File Upload Example In this jQuery and Ajax file upload example we demonstrate how to write a simple HTML page that uses jQuery and Ajax to upload files to an Apache server. There is a PHP component on the Apache server that received the jQuery and Ajax file upload. It's needed to save the file on the server. But the entire client side process is implemented through an asynchronous jQuery file upload script that uses Ajax"
YouTube Link 2023-10-23T21:16Z 13.3K followers, [----] engagements
"How to Unstage a File in Git - Remove a File from the Staging Index with Restore To unstage a file in Git you use the git reset command. Here's how you can do it: Unstage a specific file git reset filename Unstage all files (equivalent to 'git reset') git reset If you want to unstage and also discard changes in the working directory git reset --hard Replace "filename" with the actual name of the file you want to unstage. If you want to unstage all files you can use git reset without specifying a file. Note that using git reset only affects the staging area and does not modify your working"
YouTube Link 2024-02-04T10:37Z 27.1K followers, [----] engagements
"Git Status Porcelain #git #github #gitlab #bitbucket #devops #gitops #docker #python #javascript Ever use the git status porcelain switch The goal of the porcelain git status switch is to provide a much more consistent and much less verbose output when invoked. Why Well the idea is that if you are running a script and need to know the status of files in a git repo it's easier to parse the git porcelain status output that the standard git status output. You probably won't use the git status --porcelain command every day but if you do need it it sure comes in handy"
YouTube Link 2023-11-26T19:44Z 30.2K followers, [---] engagements
"Expose & Enable Spring Boot Actuator Endpoints #metrics #endpoint #actuators #info #enabled #exposed This video on How to Expose & Enable Spring Actuator Endpoints in Spring Boot is part of a 5-part series. The full Spring Boot Actuator playlist is available here: FULL SPRING ACTUATOR COURSE PLAYLIST https://youtu.be/RQb2mrslq3ksi=0KfxxKwzDevdFnin SHORT INTRO https://youtu.be/RQb2mrslq3k ACTUATOR MAVEN DEPENDENCY https://youtu.be/ba3GKC0NEDE HOW TO EXPOSE AND ENABLE ACTUATOR ENDPOINTS https://youtu.be/7CgPNkpEtyY SPRING BOOT ACTUATOR ENDPOINTS https://youtu.be/z16fBE-k1oQ SPRING ACTUATOR"
YouTube Link 2024-10-14T03:51Z 30.6K followers, [----] engagements
"Git Rename Branch Example Need to rename a Git branch Need to push that renamed branch to GitHub GitLab or whatever central source code repository you're using Well don't worry we have you covered. The steps are actually quite straight forward. Just rename the local branch push it to the server and then delete the branch with the old name from your remote repo. It's as easy as that. Here are the git branch rename steps in more detail: To rename a branch both locally and remotely in Git you can follow these steps: Renaming Locally: [--]. Checkout the Branch: First make sure you are on the branch"
YouTube Link 2021-10-03T23:27Z 26.4K followers, [----] engagements
"GitLab delete branch remote example Do you need to do a remote GitLab branch delete In this tutorial we demonstrate how to not only delete a Git branch locally but to delete remote GitLab branch references as well so the client is completely cleaned and pruned. Furthermore we show how to push your remote branch delete to the GitLab server so the delete is reflected there as well. So if you want to delete remote GitLab branches with Git commands executed on your desktop this tutorial will show you how to do it quickly"
YouTube Link 2020-07-23T20:34Z 26.3K followers, [----] engagements
"Amazon AI GPTs LLMs and Generative AI with AWS Bedrock Amazon Bedrock vs. SageMaker: How They Power AWS AI and ML When it comes to Amazon artificial intelligence (AI) two services dominate the conversation: Amazon Bedrock and Amazon SageMaker. Both belong to the AWS AI and ML portfolio but they serve different audiences and solve different problems. Bedrock is designed to give developers instant access to generative AI through foundation models while SageMaker remains the workhorse for building training and deploying custom machine learning solutions. What makes them truly valuable is how"
YouTube Link 2025-08-18T23:39Z 30.7K followers, [--] engagements
"Fix Java's 'Could Not Find or Load Main Class' Jar error If you try to run a JAR file or even a class at the command line you may encounter Java's 'Could not find or load main class error.' If you get this while you try to run a JAR file there are few ways to fix it. Check that a manifest file exists. Check that the main-class attribute is configured in the manifest and make sure the main class has a properly coded main method. Errors on any of these fronts will cause the 'could not find or load main class' Java error. But if you fix these issues with you JAR the Java main class error should"
YouTube Link 2022-06-08T19:20Z 30.3K followers, 26.8K engagements
"How to add a new project to an existing Bitbucket repository Do you have a new project that needs to be added to an existing Bitbucket repository It's not hard. Just push to the existing Bitbucket repo after you perform a 'git remote add' command with the Bitbucket specified as the remote origin. Then so long as you have all of the correct passwords and tokens you'll be able to push and pull to the existing Bitbucket repo. All of your local project files will be pushed up to Bitbucket and anyone else who pushes to the existing repo will be able to share changes with you when you pull. If you"
YouTube Link 2022-05-28T22:22Z 28.9K followers, 33.6K engagements
"How to Create an AWS Access Key & Secret Amazon Web Services Console using IAM CLI Configure S3 An AWS access key is a set of credentials used to authenticate and authorize programmatic access to AWS services through tools like the AWS CLI SDKs and APIs. These keys are tied to a specific AWS Identity and Access Management (IAM) user or role. What an AWS Access Key Is An access key consists of two parts: Access Key ID a public identifier (like a username) Secret Access Key a private credential (like a password) Together these act as credentials that prove your identity when you're making"
YouTube Link 2025-07-16T14:45Z 31.7K followers, [----] engagements
"Is GitHub Copilot Free No no it's not GitHub Copilot offers both free and paid subscription options: - Copilot Free: Provides limited access to select features without a subscription. - Copilot Pro: Available for $10 USD per month or $100 USD per year offering a comprehensive set of features. Verified students teachers and maintainers of popular open-source projects may qualify for free access to Copilot Pro"
YouTube Link 2025-04-02T22:20Z 31K followers, [----] engagements
"GitLab merge request example Wondering how to do a GitLab merge request In this Git tutorial we create a merge request from a feature branch choose a merge request assignee and then log back in as the assignee to perform a merge request review and finally a GitLab merge request approval. In this GitLab example we try and stick with the GitFlow branch management strategy. In future examples we will show how to merge with release hotfix and master branches as well"
YouTube Link 2020-07-23T17:18Z 26.4K followers, 38.8K engagements
"Actuator Metrics in Spring Boot Examples #cpu #memory #threads #tutorial #enable #expose #endpoints This tutorial on Spring Boot Actuator Metrics is part of a Spring Actuators playlist. The full set of Actuator tutorials are available here: FULL SPRING ACTUATOR COURSE PLAYLIST https://youtu.be/RQb2mrslq3ksi=0KfxxKwzDevdFnin SHORT INTRO https://youtu.be/RQb2mrslq3k ACTUATOR MAVEN DEPENDENCY https://youtu.be/ba3GKC0NEDE HOW TO EXPOSE AND ENABLE ACTUATOR ENDPOINTS https://youtu.be/7CgPNkpEtyY SPRING BOOT ACTUATOR ENDPOINTS https://youtu.be/z16fBE-k1oQ SPRING ACTUATOR METRICS"
YouTube Link 2024-10-14T03:24Z 21.7K followers, [--] engagements
"How to Create Cat Videos in the AWS Management Console with Amazon Bedrock & Luma AI Dream Machine The AWS Management Console is your command center for cloud innovation and with the power of Amazon Bedrock and Luma AI you can now go beyond traditional text and image generation you can create stunning AI-generated cat videos (or anything else your imagination dreams up) right inside your browser. How Luma AI and Amazon Bedrock Create Cat Videos Luma AI is a cutting-edge generative video model accessible through Amazon Bedrock AWSs serverless platform for working with foundation models from"
YouTube Link 2025-06-24T01:13Z 29.3K followers, [---] engagements
"Free Website Hosting with GitHub Pages for Beginners GitHub Pages is a free hosting service from GitHub that allows you to publish static websites directly from a GitHub repository. A static site means it is made up of HTML CSS JavaScript images and other files that do not rely on server-side processing. It is often used for personal portfolios blogs documentation and project landing pages. One of the main reasons GitHub Pages is so easy to use is that it requires no complex hosting setup. If you already have a GitHub repository you can enable GitHub Pages in the repository settings choose a"
YouTube Link 2025-08-11T16:46Z 30.5K followers, [---] engagements
"Introduction to Sqlite for Beginners: Full Sqlite3 DB Tutorial To go from zero to hero with SQLite you can follow a clear roadmap that focuses on understanding the fundamentals of databases mastering SQLites features and applying it in real-world scenarios. Heres a step-by-step guide that will help you progress from a beginner to an expert in using SQLite. Step 1: Understand the Basics of Databases Before diving into SQLite its important to understand the fundamental concepts of databases: What is a database Learn about how databases store data in structured formats using tables. What are"
YouTube Link 2024-10-20T22:44Z 31.7K followers, [----] engagements
"How to amend a Git commit Need to fix a git commit Need to undo a git commit Need to remove a git commit Need to change a git commit Don't waste your time with reset or revert commands. If you want to undo the last commit or even change the git commit message just do a git commit amend. The git commit amend command will allow you to restage files and do a new commit that will replace the previous commit essentially allowing you to amend your git commit history. How do you amend a git commit Just add delete or modify files as you normally would and when you're done use git commit --amend"
YouTube Link 2023-11-27T00:47Z 31.2K followers, [----] engagements
"Create a Bitbucket App Password & Fix Fatal Invalid Credentials & Authentication Failed Errors Git Have you hit Bitbucket's fatal error about invalid credentials You can fix Bitbucket's Authentication Failed error if you generate a Bitbucket app password and git push or git clone with it. It's actually pretty easy to generate Bitbucket app passwords. Just log into Atlassian Bitbucket go to your personal settings and click the Bitbucket 'create app password' button. Choose your access level and the Bitbucket app password to clone pull push or fetch with Git will be created. Yes it's"
YouTube Link 2022-05-29T15:52Z 26.3K followers, 32.2K engagements
"AWS Batch Tutorial How to Create Batch Jobs Job Definitions Queues & Farget EC2 & EKS Resources AWS Batch is a fully managed service that enables you to run batch computing workloads on the AWS Cloud. It is designed for jobs that can be run asynchronously and in parallel often for data processing analytics machine learning or scientific computing. Instead of managing your own cluster AWS Batch handles the provisioning and scaling of compute resources job scheduling and queuing. You should use AWS Batch when you have large-scale compute-heavy workloads that can be broken into smaller jobs. Its"
YouTube Link 2025-07-19T14:31Z 29.9K followers, [---] engagements
"Spring Boot Actuator Full Tutorial You should probably include the Spring Boot Actuator starter in every one of your Spring Boot applications but at the same time you need to be careful about which Spring Actuator endpoints you enable. If you expose enabled Spring Actuator endpoints and metrics in production hackers will have a field day. Of course set up a dev and prod Spring profile and the scariness about Spring Boot Actuator endpoints goes away and you can simply enjoy the dashboard worth of data the Spring Actuator endpoints provide. In this Spring Boot Actuator tutorial you'll learn"
YouTube Link 2024-10-14T03:01Z 31.1K followers, [----] engagements
"Quick Sass Mixins Example Are you looking for a quick example of how Sass Mixins work In this short tutorial I demonstrate how to create a Sass mixin and import it into your code and compile it into usable CSS. It's a short Sass mixins example but it's all you need to get started"
YouTube Link 2020-09-26T19:12Z 26.9K followers, [---] engagements
"Compare LLMs with Amazon Bedrock (AWS Bedrock) Claude vs Deepseek #awscertification #chatGPT #ml When it comes to integrating cutting-edge generative AI into your applications Amazon Bedrockalso referred to as AWS Bedrockis a game-changing platform. It allows developers to access and compare LLMs (Large Language Models) from multiple top-tier AI providers all without needing to manage infrastructure scale clusters or fine-tune models from scratch. In this guide well compare LLMs specifically Claude by Anthropic and DeepSeek two prominent foundation models available via Amazon Bedrock. What Is"
YouTube Link 2025-06-22T18:36Z 29K followers, [---] engagements
"Install & Setup PHP and Nginx on Ubuntu Linux with FPM Need to quickly setup PHP on Nginx and configure your web server to it can interpret files written in PHP in Nginx It's not that hard especially if you're using Ubuntu Linux. In this tutorial Nginx and PHP is configured to work together by first installing Nginx on Ubunu PHP fastCGI process manager second and then editing the default Nginx config file for PHP support. The versions used in this tutorial are Ubuntu [--] Nginx [----] PHP [---] & php-fpm [---] although all of these Nginx PHP configuration options will work with other versions of"
YouTube Link 2022-05-26T20:37Z 31.4K followers, 20.4K engagements
"How to Install AWS CLI & Git on EC2 Instances with a User Data Script Sample S3 Amazon Web Services The AWS CLI or Command Line Interface is a tool that allows users to interact with Amazon Web Services directly from a terminal or script. Instead of clicking through the AWS Management Console you can use the CLI to create resources configure settings automate tasks and manage services using simple text-based commands. Its especially useful for developers system administrators and DevOps engineers who want to automate infrastructure or work efficiently from the command line. Amazon EC2 stands"
YouTube Link 2025-07-07T07:30Z 31.8K followers, [----] engagements
"GitLab merge master to branch example There are a couple of different ways in GitLab to merge master to a branch. One is to perform a merge requests which might be required if you want to merge master to a protected branch. The other option is to simply use any standard Git tool and issue a Git merge command. This works well if you need to do a master into feature branch merge. Regardless of whether you're using GitFlow or some other GitLab branch merging strategy this tutorial will help you with your Git branch merge operations especially when you need to merge from master into a branch of"
YouTube Link 2020-07-23T19:06Z 26.4K followers, 18.3K engagements
"How to Request Model Access in Amazon Bedrock AWS Enable Foundation Model Access #DeepSeek #claude AWS Bedrock asks you to enable model access for specific foundation models (FMs) to ensure that: You intentionally permit usage: Some models may have pricing implications usage restrictions or licensing terms that require user acknowledgment. Access control is enforced: Not all models are immediately available to all accounts. AWS must ensure your account has permission to invoke certain third-party models. Billing is accurate: Different models come from different providers (Anthropic Mistral"
YouTube Link 2025-07-10T07:45Z 29.6K followers, [--] engagements
"AI Watermark Detection for Titan LLM and Nova Canvas Images in the Amazon Bedrock AWS Service Understanding Titan Nova and Watermarking in Amazon Bedrock As generative AI continues to grow in power and popularity concerns around content authenticity and responsible use are rising just as fast. Amazon is tackling these challenges head-on with models like Titan and Nova which both support invisible watermarking and with Amazon Bedrocks built-in watermark detection tools AWS is helping developers and businesses add trust and traceability to their AI-generated images. What Is Titan Titan Image"
YouTube Link 2025-06-24T12:58Z 29.1K followers, [--] engagements
"JFrog artifactory tutorial: Download setup and JAR deployment JFrog's Artifactory OSS offering is an impressive Maven repository solution. In this tutorial I download Artifactory get it installed overcome the 'could not reserved enough heap space' error and finally install a JAR file to the releases repo"
YouTube Link 2018-08-09T01:49Z 26.9K followers, 30K engagements
"EC2 Full Form Amazon Elastic Compute Cloud from AWS EC2 stands for Elastic Compute Cloud and its one of the foundational services of Amazon Web Services. Lets break down the name and explain what each word means in the context of the cloud: Elastic In cloud computing elasticity refers to the ability to automatically scale your resources up or down based on demand. For EC2 this means you can launch more virtual servers when traffic spikes and shut them down when they're no longer neededwithout buying or managing physical hardware. This flexibility helps optimize performance and cost. Compute"
YouTube Link 2025-06-26T00:41Z 29.1K followers, [---] engagements
"AWS DevOps Engineer Certification Exam Questions & Answers API Gateways Lambda & Mapping Templates The AWS Certified DevOps Engineer Professional exam is one of the most respected and advanced certifications available in the AWS ecosystem. Its designed to validate deep hands-on knowledge of automation monitoring CI/CD infrastructure as code (IaC) and scalable operationsskills that are crucial in modern cloud development and deployment environments. 💎 Why This Certification Is So Valuable First its a career accelerator. DevOps Engineers are in extremely high demand and AWS-certified"
YouTube Link 2025-07-22T17:16Z 31.9K followers, [---] engagements
"How to Change a Git Commit Message Ever wonder how to change a git commit message after a commit has already been made in the repo Don't worry it's not hard. A simple git commit amend command will allow you to update a Git commit message: git commit --amend -m "New Git Commit Message" That's it That's how easy it is to amend a Git commit message after the fact. Just know that changing the commit message actually creates a new Git commit so if you've already pushed to GitHub or GitLab you might not want to change the commit message or you might really mess up the Git commit history"
YouTube Link 2023-11-26T01:17Z 30K followers, [----] engagements
"AWS Bedrock Pricing for Video Generation with Luma Labs AI Amazon API Ever wonder how much Amazon Bedrock costs to query for videos from Luma Labs Well here's your answer"
YouTube Link 2025-07-02T06:15Z 29.3K followers, [---] engagements
"Change the Remote Git URL with Set Remote Origin To change the remote Git URL for a repository using the git remote set-url command you can follow these steps: [--]. Open a terminal or command prompt. [--]. Navigate to the local repository directory using the cd command. [--]. Use the following command to change the remote URL: git remote set-url remote-name new-url Replace remote-name with the name of the remote you want to modify (usually "origin" by default) and new-url with the new URL you want to set. For example if you want to change the URL of the remote named "origin" to a new URL: git remote"
YouTube Link 2024-03-01T03:20Z 31.8K followers, [----] engagements
"How to Create a Free AWS Account Opening a free AWS account is a great way to get started with cloud computing whether you're a student developer entrepreneur or just curious about the cloud. Amazon Web Services (AWS) offers a Free Tier that provides access to many popular services with generous usage limits at no cost. Below is a step-by-step guide on how to create AWS account what's included in the Free Tier and the benefits you gain. How to Create AWS Account (Step-by-Step) Visit the AWS Website: Go to aws.amazon.com. Click "Create an AWS Account": The button is typically at the top right"
YouTube Link 2025-06-10T01:28Z 28.7K followers, [--] engagements
"How Spring XML Configuration Works by Example: Schemas beans XML Files & the Spring Boot Framework Re-uploading this after I realized my edits all got magnetized in the upload I did last week. Sorry about that Don't be dismissive of those who use Spring XML configuration for their microservices and cloud-native Spring Boot applications. There are plenty of benefits associated with the Spring Framework's XML configuration capabilities. It centralizes the management of your inversion of control container makes it easier to quickly configure dependency injection and keeps your JavaBeans clean"
YouTube Link 2024-09-02T19:43Z 22.1K followers, [---] engagements
"Create a GitLab tag example A Git tag is a great way to add metadata to a release commit or a milestone achievement. In this 'GitLab tag create' tutorial we demonstrate how to not only create a GitLab tag but also how to add tags to commits to demonstrate that a certain milestone or achievement has been completed. It's easy to add a GitLab tag to a commit and here we show you how to do it"
YouTube Link 2020-07-23T21:07Z 26.4K followers, 23.9K engagements
"Scrum Master Certification Exam Practice Questions & Answers Scrum the Scrum Guide and the Value of Scrum Certification Scrum has become the most widely adopted agile framework for managing complex projects especially in software development. It is built around short iterative cycles called Sprints a strong focus on collaboration and a culture of continuous improvement. For organizations adopting agile ways of working Scrum provides a proven structure to deliver value faster and adapt to change. The Scrum Guide: The Source of Truth At the heart of Scrum lies the Scrum Guide authored by Ken"
YouTube Link 2025-08-19T01:14Z 30.7K followers, [---] engagements
"Git Author Identity Unknown Error Fix Here's how to set the git user.name and user.mail properties in git. It's just a git config command. Here it is: git config --global user.email "mail@example.com" git config --global user.name "Cameron McKenzie" Yea can leave out --global to set the identity on a specific Git repo. This fixes the following error: Please tell me who you are.: Author identity unknown To set your account's default identity. fatal: unable to auto-detect email address Hope this helps"
YouTube Link 2023-11-24T23:24Z 28.7K followers, [----] engagements
"A Hibernate [--] SchemaExport example: Have Hibernate create tables in your database programatically Architects on the JBoss Hibernate team did a good job improving the persistence logic and causing my old Hibernate Schemaexport class to fail. Here I show you a simple Hibernate [--] SchemaExport example that you can code into your apps if you prefer to keep JPA and Hibernate drop and create calls in your persistence.xml and hibernate.cfg.xml components. You can find the source code in the MyDatabaseWizard.java file in my GitHub repo: https://github.com/cameronmcnz/hibernate-made-easy"
YouTube Link 2020-06-15T00:54Z 26.9K followers, [----] engagements
"Use the AWS Key Management Service KMS to Encrypt and Decrypt Files on EC2 & S3 Symmetric Asymmetric AWS Key Management Service often abbreviated as AWS KMS is a fully managed service provided by Amazon that helps you create and control cryptographic keys used to encrypt and decrypt data across a wide range of Amazon services and custom applications. It's designed to protect your data using strong encryption while also making key management easy scalable and auditable. At its core AWS Key Management Service securely handles the lifecycle of cryptographic keys. This includes creating keys"
YouTube Link 2025-06-28T03:41Z 29.2K followers, [--] engagements
"How to download and install Git To install Git on Windows Mac and Ubuntu you can follow these instructions: Windows: [--]. Download Git for Windows: Go to the Git website: https://git-scm.com/download/win(https://git-scm.com/download/win) [--]. Run the Installer: Once the download is complete run the installer file (e.g. 'Git-2.x.x-64-bit.exe'). [--]. Configure Installation Settings: During the installation process you can choose the components you want to install and the default editor. You can typically leave these settings as default unless you have specific preferences. [--]. Adjusting your PATH"
YouTube Link 2024-02-27T02:50Z 31.9K followers, [----] engagements
"How to Delete AWS Secret Access Keys in IAM Amazon's Management Console Configure CLI S3 EC2 EKS You should delete AWS access keys as soon as possible when they are no longer needed because they pose a security risk if left active. An unused key is still valid and could be exploited if exposedeither through logs code repositories or misconfigured systems. The longer a key exists the greater the window of opportunity for it to be compromised. Why Deleting Keys Is Critical Attack Surface Reduction: Old or unused keys serve no purpose but still provide access. Minimize Damage: If a leaked key is"
YouTube Link 2025-07-16T19:15Z 31.4K followers, [---] engagements
"REST URLs and HTTP Verbs Explained: GET POST PUT DELETE HEAD PATCH Did you know that there are almost [--] HTTP verbs That's [--] HTTP methods RESTful web developers have at their disposal when they build APIs for their microservices and web services. However there are really only [--] maybe [--] HTTP methods defined in the HTTP specification and of those RESTful API developers typically only commonly use [--] HTTP verbs namely: - GET - POST - PUT - DELETE - PATCH In this video that explains HTTP verbs in detail we'll also cover: - TRACE - OPTIONS - HEAD -CONNECT We even mention the HTTP PRI method but"
YouTube Link 2023-08-22T00:35Z 31.9K followers, [----] engagements
"You first Java AWS Lambda function in less than [--] minutes Here's a quick AWS Lambda in Java tutorial to quickly get you started with AWS functions. In this example we keep it super simple. We create a simple class with a simple method and don't import any Maven projects and we don't use any special AWS libraries. Just a simple method packaged in a JAR and exported from Eclipse. Then we upload that to the AWS Lambda page edit the runtime with the class and package name and then test. Voila A simple Java AWS Lambda function deployed in less than [--] minutes. It's pretty spectacular"
YouTube Link 2023-07-15T23:53Z 32.1K followers, 11.2K engagements
"How to login to DockerHub with an Access Token using Docker login Here's a quick look at how to log into your Docker account through the command line with a Docker Hub Token. It's easy. Just got to your Docker account click settings and then security. Generate a Docker Token for authentication and then provide that token when you log in. Your 'incorrect username or password' troubles will be a thing of the past"
YouTube Link 2023-08-06T12:00Z 30.3K followers, [----] engagements
"Spring Boot Soap Web Service Example #starter #java #rest #springboot #microservice #eclipse #client A top-down SOAP web service starts with defining a service contract in the form of a WSDL (Web Services Description Language) file which describes the structure of the SOAP-based service including the operations it will expose the messages it will exchange and the data types it will use. From this contract the implementation of the web service is generated including the necessary methods endpoints and message formats. This approach ensures that the service adheres strictly to the predefined"
YouTube Link 2024-10-15T03:00Z 21.7K followers, [--] engagements
"Tough AWS Solution Architect Certification Professional Exam Question on EC2 & Cluster Placement ❓ Scenario Recap You have [--] EC2 instances running inside a Cluster Placement Group (CPG) and want to add two more. The new instances fail to launch due to a capacity error. ✅ Correct Answer: Halt and restart all the running instances in the Cluster Placement Group then try adding the new instances again. 🔍 Why This Works A Cluster Placement Group attempts to pack instances close together within a single Availability Zone to maximize low-latency networking and high throughputideal for HPC (High"
YouTube Link 2025-07-22T00:58Z 30K followers, [---] engagements
"AWS Cloud Practitioner Certification Exam Question & Answer Amazon CLI S3 EC2 Architect DevOps EKS The AWS Certified Cloud Practitioner exam is often seen as the ideal starting point for anyone beginning their journey into the world of cloud computing especially with Amazon Web Services (AWS). It requires no technical prerequisites making it suitable for project managers sales professionals finance teams business analysts and aspiring engineers who want to gain a foundational understanding of AWS services and cloud concepts. 🧠 Why This Question Matters This question revolves around"
YouTube Link 2025-07-22T13:56Z 30K followers, [---] engagements
"Quickly install Git on Windows #git #github #devops #bitbucket #gitlab #codecommit #gitkraken Want to learn how to install Git on Windows Do a quick Git configuration and verify that you have installed Git correctly It's easy and this video shows you how It even shows you how to verify your Git install with the git --version command"
YouTube Link 2023-11-24T19:57Z 31.8K followers, [---] engagements
"How to Rename Branches on GitLab Need to rename a Git branch that you pulled from GitLab Want the GitLab branch renamed as well In this quick tutorial we will show you how to rename a local branch with a standard Git command and then we'll show you how to have that renamed branch pushed remotely to GitLab. Renaming GitLab branches with Git is what this example tutorial is all about"
YouTube Link 2021-10-03T23:47Z 27K followers, 15.6K engagements
"How to Push an Existing Project to GitLab Need to add an existing project to GitLab Wondering how to push new code remotely to a GitLab repository This quick push to GitLab tutorial will show you the various different ways to push a new project to GitLab. The first way is the cheat way which simply clones a repo pastes project files in and then does a push. The next way uses Git remote add origin with GitLab. Finally we I show how to do it with a rebase which is a much better approach. Connecting a local development project to a remote GitLab repository offers several benefits: [--]. Version"
YouTube Link 2024-03-03T16:33Z 30.2K followers, 14.8K engagements
"Java Spring Boot AWS Beanstalk Amazon Deployment JAR Spring Boot gives you a self-contained production-ready Java app. AWS Elastic Beanstalk makes it easy to deploy and manage that app without dealing with the complexity of provisioning infrastructure manually. Port [----] is the expected internal listening port for apps behind Beanstalks reverse proxy which captures web requests on port 80/443 and forwards them to the app. The reverse proxy ensures security SSL termination and load balancing creating a smooth experience for deploying Java web applications at scale"
YouTube Link 2025-06-29T13:27Z 29.3K followers, [----] engagements
"A GitLab merge branch to master example In this 'GitLab merge branch to master' example we demonstrate how you can merge any Git branch into the master branch through a GitLab merge request review and approval. In this example we use the GitFlow hotfix branch but really any branch can be merged into master so long as the right permissions are assigned. Also after the GitLab branch is merged into master we move to the client machine where we issue a Git pull to synchronize the changes locally. Without any master branch merge conflicts the process is relatively straight forward and easy"
YouTube Link 2020-07-23T18:26Z 26.4K followers, 30.8K engagements
"Spring Boot Console App with CommandLineRunner Want to make a Spring Boot console app Want to learn how to use Spring's CommandLineRunner to replicate the type of simple testing you would ordinarily have done in Java's main method In this quick Spring Boot console app tutorial we will create a simple application that not only does dependency injection but also hits an H2 database with the help of a SpringBoot JDBC Data CrudRepository interface. If you want to learn how to create a simple Spring Boot Console App this example is for you Now here's some AI generated content stuffing to help"
YouTube Link 2024-07-31T00:35Z 22.1K followers, [---] engagements
"AWS Management Console and the Dark Mode Theme How To Tutorial Amazon AWS ECS EKS Bedrock SageMaker Dark Mode in the AWS Management Console: Explained What is Dark Mode Dark mode is a user interface (UI) theme that uses dark backgrounds with light-colored text icons and elements. Instead of the traditional white or light backgrounds it offers black charcoal or deep gray tones reducing the overall brightness of the screen. Why is Dark Mode Often Preferred Reduced Eye Strain: Especially in low-light environments dark mode lessens the glare from bright screens which can help reduce eye fatigue"
YouTube Link 2025-07-15T22:16Z 29.7K followers, [---] engagements
"Install Jenkins from a Docker Image & Create a Jenkins Pipeline Running Jenkins in Docker offers several benefits particularly around flexibility and isolation. Docker allows you to encapsulate Jenkins and its dependencies within a container making it easier to set up tear down and migrate between environments. It also simplifies managing different Jenkins versions or plugins by isolating the configurations within the container. Additionally running Jenkins in Docker reduces the risk of conflicting dependencies on the host system and makes scaling and updating Jenkins more predictable and"
YouTube Link 2024-10-22T15:16Z 31.7K followers, [----] engagements
"Push a New Local Branch to a Remote GitLab Repository Using GitLab Need to push a new Git branch to your remote GitLab repo This quick GitLab tutorial provides a quick example of how to create a new Git branch locally how to set the GitLab server as the upstream repo and how to push and pull to and from that remote Git repo without having to do any extra upstream configuration steps in the future"
YouTube Link 2021-10-03T14:51Z 26.4K followers, 11.2K engagements
"Quick Intro to the Spring Boot Actuator Playlist The full playlist for the Spring Boot Actuator tutorial and crash course is listed below. This is just the short intro. FULL SPRING ACTUATOR COURSE PLAYLIST https://youtu.be/RQb2mrslq3ksi=0KfxxKwzDevdFnin SHORT INTRO https://youtu.be/RQb2mrslq3k ACTUATOR MAVEN DEPENDENCY https://youtu.be/ba3GKC0NEDE HOW TO EXPOSE AND ENABLE ACTUATOR ENDPOINTS https://youtu.be/7CgPNkpEtyY SPRING BOOT ACTUATOR ENDPOINTS https://youtu.be/z16fBE-k1oQ SPRING ACTUATOR METRICS https://youtu.be/ACrRY0REgA4 HOW TO CREATE YOUR OWN ENDPOINT https://youtu.be/hR-IdJZ9N7I"
YouTube Link 2024-10-14T04:09Z 31.5K followers, [---] engagements
"Spring Boot JPA & Hibernate Project with MySQL & Swagger This Spring Boot CRUD application has it all Want to connect to MySql from Spring Boot This simple project has it. Want to create CRUD based apps with Spring Data This Spring app has it. Want to learn how to get Hibernate to create tables and columns for you This simple Spring Boot project does it. Want to learn how to use Swagger to test RESTful APIs or even generate some HTML and JavaScript with ChatGPT to put a front-end on your application This project has it as well. If you want to learn Spring and Spring Boot give it a try"
YouTube Link 2024-11-05T18:31Z 29.3K followers, [----] engagements
"What is an Internet Gateway in AWS VPC Subnet NAT Ingress Route Table Virtual Private Cloud Amazon An AWS Internet Gateway is a horizontally scaled highly available component that connects your Virtual Private Cloud (VPC) to the public internet. It allows resources inside your VPC like EC2 instances in a public subnet to send and receive traffic from the internet. What Does an Internet Gateway Do When you launch a resource in a public subnet and give it a public IP address the Internet Gateway enables that resource to: Send requests to the internet such as downloading packages or accessing"
YouTube Link 2025-06-25T20:41Z 29.9K followers, [---] engagements
"How to Create a Maven Project in Eclipse for Beginners Basic POM & Archetype Approaches Maven is a powerful build automation and project management tool specifically tailored for Java applications. It helps streamline tasks such as dependency management project building and packaging by following a standardized project structure. Maven projects are organized using a central configuration file pom.xml which specifies the dependencies plugins and build configurations for the project. It also offers a vast repository of libraries making it easy for developers to add external dependencies without"
YouTube Link 2024-10-28T22:33Z 31.7K followers, [----] engagements
"How to delete a file from a Git repo Is there a specific file in your GitHub GitLab or local Git repository that you want to delete The file delete command in git is simply git rm but there are peculiarities about the use of this Git file delete command you need to be aware of. In this single Git file delete example we'll show you how to delete a file from the Git cache from the Git cache and the local filesystem and even how to delete a single file from GitHub and then pull the corresponding changes down locally"
YouTube Link 2021-10-05T00:42Z 26.3K followers, 44.8K engagements
"What is an EC2 Instance Amazon Elastic Compute Cloud AWS S3 VPN Virtual Private Cloud NAT Gateway An EC2 instance in AWS is a virtual server that you can launch and manage in the cloud. The name EC2 stands for Elastic Compute Cloud and it's one of the core services in AWS. It gives you flexible resizable computing capacity which means you can spin up servers quickly scale them as needed and only pay for what you use. When you create an EC2 instance you're essentially renting a virtual machine from AWS. You can choose the operating system the amount of memory and CPU and even specialized"
YouTube Link 2025-06-27T00:49Z 29.3K followers, [--] engagements
"Deploy an Apache Web Server on AWS EC2 Instances Amazon Elastic Cloud Compute Public Private Subnet The Apache web server officially known as Apache HTTP Server is one of the most widely used open-source web servers in the world. Its designed to serve websites and web applications over the internet or within private networks. Apache handles requests from users' browsers and delivers HTML pages images and other web content. On an Amazon Linux AMI or other Linux-based EC2 instance Apache can be easily installed using the systems package manager. Once installed Apache starts serving web content"
YouTube Link 2025-07-08T11:30Z 29.5K followers, [---] engagements
"How to Run the Deepseek R1 LLM on Windows (7b mini) #ollama #huggingface Want to run the Deepseek R1 LLM 7b model on your laptop or desktop machine This quick tutorial on how to run Deepseek locally will show you how easy it is to install Ollama run the Deepseek LLM and send prompts to Deepseek locally. NOTE: In this video I run Deepseek with the following command: ollama run DeepSeek-R1 This runs the 7b version which is about 4.7GB in size. It's the same as running: ollama run DeepSeek-R1:7b To run the full version you'd need slightly better hardware and time to download about a 500GB+ of"
YouTube Link 2025-01-29T18:42Z 24.7K followers, [----] engagements
"How to list and switch between GitLab branches Working with GitLab Need a quick refresher on how to list branches and switch between branches in Git when GitLab is your central repository In this quick GitLab tutorial you'll learn to list and switch between Git branches using both the online web console and with the Git BASH command window. We'll demonstrate how to list all Git branches list locally checked out branches and also a list of all of GitLab's remote tracking branches as well. We'll also show you how to switch Git branches with both checkout and switch commands"
YouTube Link 2021-10-04T12:13Z 26.4K followers, [----] engagements
"How to Make Your Bluesky Username your Website Domain Name #godaddy #com #namecheap #bluehost Want to use your domain name as your handle on Bluesky Social It's super easy to do and this quick tutorial on how to set your domain name as your Bluesky handle will get you up and running with your own unique personal handle on Bluesky in minutes. Oh and when you're done follow me on Bluesky My handle on Bluesky Social is cameronmckenzie.com and I'd love to hear from you"
YouTube Link 2025-01-14T01:45Z 28.3K followers, [----] engagements
"Git Branch Delete Local Example Need to delete a Git branch locally while leaving the remote origin repository untouched Here's a quick git branch local delete command tutorial that will show you how to clean up your local repo. The short version git branch --delete branchname or for those who like shorter local git branch delete commands you can do this: git branch -d branchname Just keep in mind that this does not delete the remote Git branch. And you can't be on the branch while you try to delete it"
YouTube Link 2021-10-03T18:21Z 26.4K followers, [----] engagements
"How to Create an AWS Account Alias An AWS account alias is a user-friendly name that you can assign to your AWS account to simplify the login process for IAM users. Instead of using the AWS-provided 12-digit account ID to sign in users can use the alias in a custom URL. What is an AWS Account Alias An account alias is a readable string that replaces the default AWS sign-in URL (which includes the account ID). Example: Without alias: https://123456789012.signin.aws.amazon.com/console With alias: https://mycompany.signin.aws.amazon.com/console Why is It Used Ease of Use: Easier for users to"
YouTube Link 2025-06-09T00:16Z 28.7K followers, [--] engagements
"How to Create DynamoDB Database Tables to Store NoSQL for EC2 EKS API Gateways SNS and SQS Queues Amazon DynamoDB is a fully managed NoSQL database service designed for high-performance low-latency applications that need to scale seamlessly. Unlike traditional SQL databases that use tables with fixed schemas and support joins and complex queries DynamoDB uses a key-value and document-based model which is more flexible and optimized for fast access to data with predictable patterns. NoSQL databases like DynamoDB are often better than SQL databases when you need massive horizontal scalability"
YouTube Link 2025-07-20T21:55Z 32K followers, [----] engagements
"How to remove untracked files in git The git clean command In the world of version control Git is the reigning champion. However managing your project's files can sometimes get messy and untracked files can clutter your workspace. Fortunately Git offers a powerful solution to tidy up your project directory the git clean command. In this guide we'll walk you through the process of removing those pesky untracked files with Git Clean ensuring your workspace stays organized and efficient. What are Untracked Files Untracked files are those lurking in your project directory that Git doesn't"
YouTube Link 2023-09-02T13:58Z 13.4K followers, [--] engagements
"GitLab delete branch example In this 'GitLab delete branch' example we look at how to delete feature branches and protected branches in GitLab. This GitLab tutorial uses the web GUI to delete the branch which is quite simple and straight forward. However to synchronize the Git client requires a bit more work. So we show the Git delete commands required to prune the Git client and delete the remote GitLab tracking branch. We then remove the Git branch completely from the client so it is totally in sync with the GitLab server. In the follow up Git tutorial we demonstrate how to do a remote"
YouTube Link 2020-07-23T20:05Z 26.4K followers, 17.5K engagements
"WildFly vs JBoss EAP: How Red Hat's Java application servers compare Wondering what the deal is with WildFly Wondering how the WildFly vs JBoss comparison stacks up In this video we take you through the differences between WildFly and JBoss. If you don't want to watch the video well just rest asured that WildFly is just the new name for JBoss AS. WildFly is the open source JBoss project rebranded with a new name. Today JBoss EAP is built from WildFly just as it once was built from JBoss AS"
YouTube Link 2020-07-18T21:17Z 31.6K followers, 13.3K engagements
"Essential Git GitLab commands: The [--] GitLab command line instructions every developer must know You can only do so much with the GitLab GUI. To really unleash the power of GitLab you must learn the [--] basic Git GitLab command line instructions that allow you to clone push pull and commit to GitLab. There's a few other basic Git GitLab commands thrown in the mix as well just to smooth things along. If you want a quick beginners introduction on how to use Git and GitLab together invest a few minutes with this quick GitLab Git tutorial"
YouTube Link 2020-07-22T12:49Z 26.4K followers, [----] engagements
"How to install GitLab on Ubuntu [--] without 'unable to locate package gitlab-ee gitlab-ce' errors Here I show you how to install the on premises edition of GitLab on Ubuntu [--]. This Ubuntu GitLab install uses version [--] of the operating system which has the potential to cause some problems as GitLab isn't quite ready for the standard install on the recently released Ubuntu [--]. The proper steps outlined here will trigger an "'unable to locate package gitlab-ee" error when you try to install GitLab on Ubuntu [--]. I hit this in the example and show you how to fix it. You won't get that on earlier"
YouTube Link 2020-07-22T00:24Z 26.4K followers, 16.1K engagements
"How to use GitHub with SSH Keys on Windows [--] Is the user of the Secure Shell a requirement when you connect to GitHub In this quick GitHub SSH on Windows tutorial we'll show you how to create SSH keypairs with ssh-keygen copy the public SSH key on Windows configure Windows SSH in GitHub and finally perform a git clone while connected to GitHub over SSH on Windows. It requires a bit of PowerShell. It requires a bit of GitHub configuration. And it requires a few SSH keys to be created. But in the end it's all pretty easy to do. To learn more about how to create GitHub SSH keys check out this"
YouTube Link 2022-01-29T16:24Z 31.8K followers, 60.4K engagements
"AWS Machine Learning & AI Specialty Certification Exam Question and Answer Example Bedrock Sagemaker The AWS Certified Machine Learning Specialty exam is a coveted certification for professionals who want to prove their expertise in building training tuning and deploying machine learning (ML) models on AWS. Unlike entry-level exams this certification assumes strong foundational knowledge in data science ML algorithms and AWS-native services like SageMaker Kinesis Glue and S3. 🎯 Why This Certification Is Valuable Proves real-world ML expertise on AWS Its not just about ML theory youre tested"
YouTube Link 2025-07-22T18:27Z 30K followers, [---] engagements
"How to Create an MCP Server for Cursor AI in Java with Spring Model Context Protocol Tutorial MCP Cursor AI Spring Boot and Java Tutorial Large Language Models like GPT Claude and Gemini have transformed how we write code and automate tasks. However despite their impressive capabilities LLMs have two fundamental limitations: [--]. Time-Locked Knowledge LLMs are trained on large datasets but those datasets have a cutoff point. This means that: They cant access real-time data such as current stock prices system health dashboards or live customer feedback. Their responses are frozen in time based"
YouTube Link 2025-04-18T12:52Z 29.6K followers, [----] engagements
"Postgres JDBC URL for Java Database Connectivity #PostgreSQL Various Options for the PostgreSQL JDBC URL The PostgreSQL JDBC URL is essential for establishing a connection between a Java application and a PostgreSQL database. The basic structure includes the protocol host port and database name. Key variations include: Basic URL: This includes the host (or IP address) port and database name. The default port for PostgreSQL is [----]. URL with Credentials: You can add the username and password directly within the connection string though this is less secure and not recommended for production"
YouTube Link 2024-10-21T02:40Z 26.5K followers, [---] engagements
"How to Compare any Two LLMs with Amazon Bedrock Deepseek Llama Claude OpenAI ChatGPT AI Comparing Large Language Models (LLMs) involves evaluating a wide range of technical practical and qualitative factors. Each LLMwhether it's from OpenAI Anthropic Meta Mistral or Coherehas its own architecture training approach use case strengths and deployment options. Understanding how these models differ helps users choose the right one for their specific applications. Amazon Bedrock a fully managed service from AWS offers a unique serverless platform to compare and experiment with multiple foundation"
YouTube Link 2025-06-24T13:49Z 29.1K followers, [--] engagements
"UiPath Studio: Community vs Enterprise Edition What's the difference between UiPath Studio Community vs Enterprise Editions Not much. Any robot you can create with UiPath CE you can create with UiPath EE and vice versa. So what's the difference Well licensing is a big one. The other thing is UiPath Studio Community Edition always forces you to update to the latest version. With UiPath Studio Enterprise Edition you can stay on older product releases. Past UiPath Associate Certification Exams listed knowing the difference between Community and Enterprise UiPath Studio releases as an objective."
YouTube Link 2021-06-07T23:43Z 32K followers, [----] engagements
"How to create a .gitignore file in GitLab GitHub allows the addition of a .gitignore file right when a new project is created. That option isn't available in GitLab. But GitLab does allow you to add a gitignore file at any point in time through the file template generator option. In this git ignore in GitLab example I show you how to add the all important .gitignore file to existing GitLab repositories and to new GitLab projects as well. Every GitLab repo needs a .gitignore file"
YouTube Link 2021-10-05T16:54Z 26.4K followers, [----] engagements
"Amazon Bedrock Luma Labs AI Video Generator and AWS as the LLM Dream Machine #free #price #apk #ml Luma AI: Generating Videos with AI and Integrating with Amazon Bedrock and AWS Luma AI is at the forefront of a new wave of generative AI technologies that produce high-fidelity photorealistic videos from text prompts. Combining breakthroughs in neural rendering and 3D vision Luma AI stands out for its ability to turn static scenes sketches or descriptions into dynamic cinematic video content. Unlike earlier tools that struggled with realism or motion coherence Luma AI employs advanced"
YouTube Link 2025-06-22T19:31Z 29.2K followers, [---] engagements
"Git Flow Init Example Getting started with Git Flow and looking for a quick Gitflow init example Well here it is. In this quick Git Flow tutorial we will not only show you the ins and outs of the Git Flow init command but also take you through a basic Gitflow workflow moving from master to develop to feature to release and finally back into the main master branch. It's a quick whirlwind tour but it'll show you how Git Flow init works and how to start using Gitflow right away"
YouTube Link 2021-01-29T23:32Z 26.5K followers, [----] engagements
"How to Get your ChatGPT Open AI API Key If you want to create a ChatBot automate responses code with the OpenAI LLM or just connect to ChatGPT with your Python JavaScript or Spring Boot apps you need an OpenAI API key. This quick OpenAI API Key tutorial shows you where to find the API Key how to create a new one and even how to write a little Python program that uses it to query ChatGPT. If you want to connect to ChatGPT and you need that Open AI API Key this tutorial is for you To obtain and use a ChatGPT OpenAI API key follow these steps: [--]. Sign Up on OpenAI Platform: Go to the OpenAI"
YouTube Link 2024-11-11T11:27Z 31.4K followers, 39.6K engagements
"Git Delete Remote Branch Example Looking for an example of how to delete a remote Git branch from a GitHub or GitLab type of repository This remote Git branch deletion tutorial shows you how to delete a remote branch delete the remote tracking branch that may still exist in your local Git configuration and even delete the local branch if you want the branch to be deleted in every environment in which you have administrative access"
YouTube Link 2021-10-03T22:40Z 26.3K followers, [----] engagements
"How to Create an AWS EC2 Spot Instance Amazon Web Services I was asked in the comments about the EC2 User Data script I put into the instance when it started. I have other tutorials on that topic but for those interested here it is: #/bin/bash yum update -y yum install -y unzip yum install -y curl yum install -y git # Download and install the AWS CLI v2 curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" unzip awscliv2.zip ./aws/install # Install Apache (httpd) yum install -y httpd systemctl start httpd systemctl enable httpd echo "Follow me on Twitter"
YouTube Link 2025-06-28T04:12Z 31.7K followers, [---] engagements
"How to Create an EC2 Instance in AWS Elastic Cloud Compute Security Groups VPC Subnet Deploy Apache To create an EC2 instance in AWS you start by logging into the AWS Management Console and navigating to the EC2 service. From there you choose the option to launch a new instance. The process involves a series of steps where you select the settings for your virtual server. The first step is to choose an Amazon Machine Image or AMI. This is a preconfigured template that defines the operating system and optionally includes software like web servers databases or development tools. After selecting"
YouTube Link 2025-06-27T17:01Z 29.2K followers, [---] engagements
"Rename a Git Branch Here's a full tutorial on how to do a Git branch rename that I wrote over on TheServerSide: https://www.theserverside.com/blog/Coffee-Talk-Java-News-Stories-and-Opinions/rename-Git-branch-local-remote-GitHub-GitLab-BitBucket Or you can read this. It's fairly each to change a Git branch name. In fact one common need is for organizations to change the master branch to main. If you need to rename Git's master branch to main it's easy: git branch -M master main Changing the term "master" to "main" is a part of a larger movement within the tech industry to replace potentially"
YouTube Link 2024-02-25T23:09Z 32.1K followers, [----] engagements
"git init bare example If you need to set up a Git server then you'll need to run the git init bare command. This command will create a remote Git repository that users can push to and pull from but it won't have a working tree where a developer can write code and make local commits. This git init bare example not only shows you how to create this type of Git repo but it shows the difference between a git bare repo vs one created with a normal init command. No bears were hurt in the creation of this video"
YouTube Link 2020-07-29T20:54Z 28.7K followers, [----] engagements
"How to add a new project to an existing GitHub repository Need to push a new project to GitHub This Git push tutorial will show you exactly how to do it. Simply create a new or use an existing GitHub repository create a local Git repository and then after you add and commit use the git add command to connect the new project to the existing GitHub repo. After the Git remote is added just perform a push. That will push your new project to the existing GitHub repository in the cloud"
YouTube Link 2022-05-28T18:45Z 27K followers, 105.3K engagements
"How to create GitLab projects. How to delete GitLab projects. If you want to create a GitLab repository you first need to create a GitLab project. Actually the Git repository comes with the project so it's really a one-stop-shop for software development fun. Anyways in this tutorial we will show you an example of how to create a GitLab project and we will also show you how to delete it as well. You have to dig a bit in the settings to delete a GitLab project. They don't make it easy likely to ensure nobody deletes the GitLab repository by mistake. But it's not that hard. The video shows you"
YouTube Link 2020-07-22T01:06Z 26.3K followers, 11.9K engagements
"Fix the Maven Compliance Specified is JDK [---] not JRE [---] Error Problem If you create a new Maven project in Eclipse you might get an error message that says "The compiler compliance specified is [---] but a JRE [---] is used maven-force-jdk Compiler Compliance JRE Compiler Compliance Problem." It's annoying. But it's an error that is easily fixed. Just update the Maven compiler plugin to set the Java source and target options. Even better use the new Maven build plugin release tag and set JDK compliance to Java [--]. There are a number of ways to fix the Maven compiler compliance error. In this"
YouTube Link 2020-09-21T12:46Z 30.3K followers, 21.4K engagements
"How to get text from a JPEG image in UiPath Example Do you have a need to extract text from a JPEG image in UiPath This example will demonstrate exactly how to do that"
YouTube Link 2020-08-25T04:06Z 27.1K followers, [----] engagements
"Git Plumbing vs Porcelain #Git #GitHub #GitLab #BitBucket #DevOps #GitOps #Python #Java #JavaScript Have you heart the terms Git plumbing and Git Porcelain Ever wondered what the different between Git porcelain vs plumbing was For the most part the porcelain is the most commonly used Git files such as: - git init - git add - git commit - git revert - git merge - git rebase - git reset That's the Git porcelain and you won't get your hands too dirty when you touch it. The Git plumbing That's typically the config stuff in the hidden .git folder including things like: - Refspec -Packfiles - The"
YouTube Link 2023-11-26T19:04Z 26.6K followers, [---] engagements
"AWS Solution Architect Professional Exam Question & Answer on Blue Green Deployment with AMIs & EC2 This is a classic AWS Solution Architect Professional-level exam questionone that tests not only your understanding of deployment strategies but also how architectural choices like stateless design and externalized state (via DynamoDB) impact operational patterns like upgrades. ✅ Correct Answer: Implement a Blue/Green deployment by provisioning new Auto Scaling groups with the updated AMIs and swap traffic over after confirming system health. 🧠 Why This Is Right Blue/Green deployments are"
YouTube Link 2025-07-22T11:09Z 30K followers, [---] engagements
"Create a Custom Spring Boot Actuator Endpoint Tutorial This tutorial on how to create your own custom Spring Boot Actuator is part of a full playlist of Spring Actuator tutorials available here: FULL SPRING ACTUATOR COURSE PLAYLIST https://youtu.be/RQb2mrslq3ksi=0KfxxKwzDevdFnin SHORT INTRO https://youtu.be/RQb2mrslq3k ACTUATOR MAVEN DEPENDENCY https://youtu.be/ba3GKC0NEDE HOW TO EXPOSE AND ENABLE ACTUATOR ENDPOINTS https://youtu.be/7CgPNkpEtyY SPRING BOOT ACTUATOR ENDPOINTS https://youtu.be/z16fBE-k1oQ SPRING ACTUATOR METRICS https://youtu.be/ACrRY0REgA4 HOW TO CREATE YOUR OWN ENDPOINT"
YouTube Link 2024-10-14T03:11Z 28.4K followers, [---] engagements
"How to Use the Git Submodule Init and Update Command by Example Seriously Nobody has even commented on the submarine flying the Git flag I put a lot of effort into these stupid images Anyways if you need to clone a git repository with submodules you need to issue three commands. First clone then do the git submodule init and then do the git submodule update. Clone init and update git commands will guide you through the submodule darkness. Alternatively you can just use the --recurse-submodules switch on the git clone command but it's way more fun using git submodule init and update"
YouTube Link 2020-07-28T19:50Z 26.5K followers, 11.9K engagements
"How to Download Install and Use Claude Desktop Tutorial In this step-by-step tutorial you'll learn how to use Cursor Desktop the cutting-edge AI code editor that supercharges your development workflow. Whether you're building in JavaScript Python TypeScript or React Cursor Desktop can help you write refactor and understand code faster than ever before. 🔍 What youll learn: How to install Cursor Desktop on Windows/macOS/Linux Setting up your workspace and opening projects Using Cursors built-in AI assistant for smart completions Editing code with natural language prompts Refactoring code using"
YouTube Link 2025-04-17T19:23Z 27.3K followers, [---] engagements
"How to Clone a Repository from GitHub #git #bash #local #branch #repo #vscode #command #project #url Need to clone a GitHub repository to your local machine Don't worry it's not a hard process especially if it's a public GitHub repository you need to clone. Just head over to the GitHub website locate the repository of interest and find the GitHub URL. Copy the URL and then open a command line window preferably Git BASH and type in: git clone * paste the githuburl here* That will clone the remote GitHub Repo to your local computer into the folder in which the Git Bash or command line window"
YouTube Link 2024-09-24T16:50Z 22.1K followers, [---] engagements
"How Much does S3 Storage Cost in AWS Pricing Standard Intelligent Infrequent Access Glacier Archive Amazon S3which stands for Simple Storage Serviceoffers a range of pricing tiers to suit different storage needs access patterns and cost sensitivity. Understanding the S3 cost structure is key to optimizing your cloud expenses. S3 Pricing Tiers AWS offers multiple S3 storage classes each designed for specific use cases. Heres a breakdown of the main tiers: S3 Standard Best for frequently accessed data. It offers low latency and high throughput but has the highest cost of S3 storage among the"
YouTube Link 2025-06-27T09:39Z 29.2K followers, [---] engagements
"Illegally 'Carding' Citizens in Toronto/York Region - Detained without cause by YRP York Regional Police are actively collaboratively and concertedly harassing citizens violating their Charter protected human rights violating the criminal code by intimidating and forcibly confining citizens and denying illegally detained citizens basic rights such as the right to a lawyer and the right to be informed of the reason for detention. Just listen to the audio here of this rogue cop the working partner of York Regional Police Constable Konstantin Orshansky (who sits idly by as he encourages his"
YouTube Link 2014-04-06T14:32Z 24K followers, [----] engagements
"Java Spring Boot Docker AWS & EKS Deployment to Amazon's Elastic Kubenernetes Service Tutorial Spring Boot Docker and Amazon EKS work together in a layered architecture to let you build package and deploy Java applications at scale using modern cloud-native principles. Heres how each piece fits into the puzzle: [--]. Spring Boot The Application Layer Spring Boot is your Java-based backend application often exposing REST APIs or running background jobs. It comes with an embedded web server (like Tomcat) so it runs as a self-contained executable JAR file. You dont need to deploy it into an"
YouTube Link 2025-07-04T06:45Z 32.1K followers, [----] engagements
"What is Amazon Bedrock AWS Bedrock Pricing Logo Documentation Claude Deepseek Sagemaker Agents What is Amazon Bedrock or "AWS Bedrock" as the kids say Amazon Bedrock is a fully managed serverless service from AWS that makes it easy to build and scale generative AI applications using foundation models (FMs) from leading AI providers like Anthropic AI21 Labs Meta Mistral Cohere and Amazons own Titan models. With no infrastructure to manage developers can quickly experiment prototype and deploy AI-powered apps using Lambda functions or other AWS services streamlining development and reducing"
YouTube Link 2025-06-23T11:59Z 29.1K followers, [---] engagements
"Create an AWS API Gateway & Mock Responses with Mapping Templates Lambda RESTful ECS Practitioner AWS API Gateway is a fully managed service that allows you to create publish maintain and secure APIs at any scale. It acts as an entry point for applications to access backend services like AWS Lambda EC2 or other web services. It handles authorization throttling monitoring and versioning of APIs making it ideal for building secure and scalable interfaces for your applications. API Gateway supports three types of APIs: REST HTTP and WebSocket. REST APIs are designed for applications that follow"
YouTube Link 2025-07-19T23:56Z 29.9K followers, [----] engagements
"GitLab git clone example In this tutorial we demonstrate by example how to create a git repository in GitLab and subsequently do a GitLab git clone of it. The GitLab git clone operation pulls all the content from the GitLab repo to the local machine of the user or developer. Once the GitLab repository clone is created it is then possible for the developer to perform all of the standard Git operations on the locally hosted content"
YouTube Link 2020-07-22T01:55Z 26.5K followers, 32.8K engagements
"AI Guardrails for LLM & GPT Prompts in Amazon Bedrock & Sagemaker AWS Control Tower Guard Rails AI and LLM Guardrails: How Amazon AWS Bedrock Guardrails Protect Your AI Agents Chatbots and RAG Applications As artificial intelligence becomes more deeply embedded in business operationsfrom customer service chatbots to legal research assistants and generative marketing copywritersensuring responsible safe and reliable outputs from large language models (LLMs) is becoming critical. Enter AI guardrails: frameworks policies and tools that help control and shape how generative AI behaves. Among the"
YouTube Link 2025-06-23T13:17Z 29.1K followers, [---] engagements
"How to Transfer a Domain to AWS Route [--] Amazon Route53 is AWS's highly available and scalable Domain Name System (DNS) web service. Its primary job is to route end users to internet applications by translating domain names (like example.com) into IP addresses (like 192.0.2.1) that computers use to connect to each other. 🔹 What is Route53 and Why Is It Important DNS Service: Route53 acts as a DNS service that connects user requests to services hosted on AWS (e.g. EC2 Elastic Load Balancer S3) or even services outside of AWS. Domain Registration: You can register new domains or transfer"
YouTube Link 2025-07-23T20:28Z 30K followers, [--] engagements
"How to Generate a Personal Access Token in GitHub and use it to clone and push with Git Here's a very quick tutorial on how to generate a GitHub Personal Access Token. It's easy. Once you create GitHub Personal Access Tokens for your Git repositories you will be able to push to GitHub without hitting GitHub's 'support for password authentication was removed' error. Just use this token as your password when you do a git push to GitHub and your problems will disappear. If you need a quick 'how to generate a Personal Access Token in GitHub' example and tutorial this is the right video for you."
YouTube Link 2022-05-24T19:57Z 24.9K followers, 23.2K engagements
"Route [--] AWS Beanstalk Domain Names DNS Alias Records and CName Entries for Amazon Hosted Zones [--]. What is Route [--] Amazon Route [--] is AWSs DNS (Domain Name System) service. Its used to: Register domain names (like myapp.com) Manage DNS records (A CNAME MX etc.) Route internet traffic to AWS services (like EC2 S3 or Beanstalk) Provide health checks and routing policies (e.g. geolocation latency-based routing) Essentially Route [--] acts as a global phonebook that translates domain names into IP addresses. [--]. What is Elastic Beanstalk AWS Elastic Beanstalk is a Platform-as-a-Service (PaaS)"
YouTube Link 2025-07-01T07:30Z 29.3K followers, [---] engagements
"Run Bitnami Jenkins with AWS The best way to get started with continuous integration and delivery is to install Bitnami Jenkins with AWS EC2 instance support. It's super easy and can be done in less than [--] minutes. You just go to Bitnami's website select their Jenkins stack and choose to deploy the Bitnami Jenkins stack to AWS. An EC2 Jenkins instance is created and once the VM is started you can log in and start creating Jenkins build jobs and continuous integration pipelines. If you want to get up and running with Jenkins in the cloud the Bitnami Jenkins AWS EC2 instance is definitely the"
YouTube Link 2020-12-05T15:37Z 31.5K followers, [---] engagements
"Generate Git SSH Keys That Work Everywhere It doesn't matter if you're using CodeDeploy BitBucket GitLab or GitHub SSH Keys generated by the ssh-keygen tool that is available in both Windows and Linux will work everywhere. In this quick tutorial I provide an example of how to generate Git SSH Keys for GitHub BitBucket and GitLab. And not only do I generate public and private SSH keys but I very quickly show you how to configure these Git SSH Keys in GitHub GitLab and BitBucket web interfaces so you can clone a repository hosted on any of them. And it's all super easy. This Generate Git SSH"
YouTube Link 2022-01-30T00:25Z 26.4K followers, 32.4K engagements
"Java Spring AWS & Amazon's Elastic Beanstalk Tutorial Java Spring Boot AWS & Amazon's Elastic Beanstalk: Common Deployment Pitfalls and How to Avoid Them Amazons Elastic Beanstalk offers one of the easiest ways to deploy and manage Java applications on AWS. With support for Spring Boot automatic scaling load balancing and managed EC2 instances Beanstalk allows Java developers to focus on writing code rather than wrestling with infrastructure. However deploying a Spring Boot application to Elastic Beanstalk isnt always smooth sailing. Seemingly small oversightslike misused forward slashes in"
YouTube Link 2025-07-01T16:43Z 29.3K followers, [---] engagements
"Amazon Machine Image Creation & How to Launch a Custom AWS AMI EC2 Image in Cloud Computing Linux In the world of cloud computing the ability to replicate environments quickly and reliably is essential. Amazon Web Services (AWS) provides this capability through Amazon Machine Images commonly known as AMIs. These images are foundational to launching EC2 instances and are especially useful when building scalable consistent and recoverable systems. An Amazon Machine Image is essentially a snapshot of an EC2 instance. It contains all the necessary information to launch a virtual server including"
YouTube Link 2025-06-29T19:06Z 29.2K followers, [---] engagements
"Git Branch Change Name Example Here's a quick example of how to change a Git branch name. There are a few different approaches to the Git branch name change problem. In this example we demonstrate a local Git branch change first that does not involve a remote GitHub or GitLab server. In the second Git branch name change example we change a local branch and then push those changes to a remote GitHub repository. And finally we change the branch in GitHub and push the change down to clients. If you need to a Git branch name change this example should help step you through it. To rename a branch"
YouTube Link 2021-10-04T15:51Z 26.4K followers, [----] engagements
"Spring Boot File Upload REST API Example In Spring Boot file uploading can be managed effectively with both REST and Spring MVC approaches each offering slightly different implementations but sharing some core components such as the MultipartFile object which simplifies handling file uploads by encapsulating details about the uploaded file. File Upload in Spring Boot REST vs. Spring MVC For REST-based uploads Spring Boot typically exposes a REST endpoint using a POST mapping where clients send the file within a multipart request. This is particularly useful for APIs as it allows uploading"
YouTube Link 2024-10-28T02:19Z 31.7K followers, [----] engagements
"How to Ignore Git Folders and Directories .gitignore Here's a quick overview of how to use the .gitignore file to ignore Git folders and directories. There's no big trick to ignoring folder in Git. Just add the name of the folder with a trailing slash to your .gitignore file. Then the next time you commit or push with Git the directory will be ignored and the folder will not be part of the commit"
YouTube Link 2021-10-05T18:29Z 26.4K followers, 68.5K engagements
"What is EC2 Auto Scaling in AWS How to Create Launch Templates Scaling Groups and run Amazon AMIs AWS Auto Scaling: Summary and Key Concepts AWS Auto Scaling is a powerful service that automatically adjusts the number of compute resourceslike EC2 instancesin response to real-time demand. The primary goal is to maintain optimal performance while minimizing costs by scaling out during traffic spikes and scaling in when demand drops. What Is Auto Scaling Auto Scaling helps ensure that your application is always running with the right capacity. It continuously monitors key performance metrics and"
YouTube Link 2025-06-22T20:30Z 31K followers, [---] engagements
"The Gitflow Release Branch from Start to Finish Here's a quick tutorial on how the Gitflow release branch process works. In this example Gitflow (aka Git flow) tutorial we show you how to init a Gitflow workspace create master develop and feature branches and then we show you how to create a Git flow release branch from the development stream. We do the Git flow release start and finish commands and demonstrate how the branch is created deleted and merged and show you how the final Git tag gets created on master as well. It's everything you wanted to know about the Gitflow release process"
YouTube Link 2021-01-28T23:55Z 27.6K followers, 60.1K engagements
"Git Status Command Ever wonder how the git status command worked Ever wondered about the different states a file can be in including: - modified - deleted - renamed - new The Git status command is your window into the state of your git repository. Follow along in this git tutorial as we quickly demonstrate how the git status command works. The git status command really is incredibly versatile and incredibly helpful when you want to know what is staged in your repository and what isn't"
YouTube Link 2023-11-25T23:14Z 22.1K followers, [---] engagements
"Installing Java [--] & Configuring the JAVA_HOME Environment Variable This tutorial demonstrates the basic steps of downloading the Java [--] JDK (Version [---] to be exact.) Once the Java [--] JDK is downloaded we perform a basic installation of the software. While not required almost every piece of software that needs Java from Tomcat to LifeRay Portal looks for an environment variable named JAVA_HOME so the tutorial finishes up by showing you how to configure JAVA_HOME on a Windows PC (Windows XP in this case)"
YouTube Link 2012-02-22T18:37Z 26.9K followers, 16.2K engagements
"How to Create an AWS Free Tier Account and Register for Amazon Web Services (AWS) #s3 #ec2 #bedrock Signing up for an AWS (Amazon Web Services) account is the first step toward using the cloud to host websites build applications store data or experiment with artificial intelligence and machine learning. While AWS offers a generous Free Tier it's important to understand whats included whats not and how to avoid unexpected charges. How to Sign Up for an AWS Account To create an AWS account youll need: A valid email address not already associated with another AWS account A strong password and"
YouTube Link 2025-06-22T22:21Z 29K followers, [---] engagements
"Undo the Last Git Commit Need to undo a previous git commit Want to reverse some changes and undo your last Git commit There are actually three says to undo a Git commit: - Undo a Git commit with a revert - Undo the last commit with a Git reset - Use Git amend to undo a commit Each has benefits and drawbacks so if you want to avoid orphaned commits or you want to permanently hide a commit from others you'll need to know the different ways to undo a Git commit"
YouTube Link 2023-11-26T20:37Z 31.2K followers, [---] engagements
"Master Spring Profiles in Spring Boot #active #properties #profile #include #annotation #environment Want to learn about active Spring profiles Want to use the Spring Boot Profile annotation to switch between Dev and Prod application.properties files and autowired interfaces It's all pretty easy if you just break the idea of active Spring Boot profiles down into it's basic steps. This Spring profiles tutorial and crash course does exactly that for you. Now here's some AI generated junk to capture keywords. Don't read it. Just watch the video. *** Spring Profiles in Spring Boot are a feature"
YouTube Link 2024-09-29T22:30Z 24.5K followers, [---] engagements
"How to Push Code to a GitHub Repository I get lots of developers asking me how to push existing code in an existing project to a remote GitHub repository. There are two ways to push an existing project to a GitHub repo: - The easy way - The proper way The easy way Simply clone the existing GitHub repo copy your project code into the clone repository and then push back to the server. Your existing project will be added to the GitHub repo in the cloud. This way works if there are existing files in the GitHub repo. Alternatively you can do a git init in your existing project then create a new"
YouTube Link 2023-08-29T23:10Z 29K followers, 64.2K engagements
"Talking York Regional Police (YRP) Charter Rights Violations with CFRB 1010's Jerry Agar While pulled over in a parking lot to text three York Region officers Constable Orshansky Constable Wu and Sargent Hogan arbitrarily detained me held me without cause for over an hour criminally intimidated me performed an illegal search and seizure denied me a lawyer despite asking for one seven times and threatened me and threatened to go to my family if I continued to assert my right to remain silent. Fearing for my safety I turned on a recorder and the incident was caught on tape. Yet despite clear"
YouTube Link 2014-10-05T19:47Z 23K followers, [----] engagements
"Git Stash Tutorial Git Stash is a feature in Git that allows you to save changes that are not ready to be committed but need to be temporarily set aside. This git stash tutorial for beginners will show you exactly how to use git stash to temporary shelve changes. This can be useful when you want to switch branches or work on a different task without committing your current changes. Here are the main commands associated with Git Stash: [--]. git stash save "message": - This command is used to stash changes in your working directory. The message is optional but can be helpful for identifying the"
YouTube Link 2024-02-25T13:52Z 26.9K followers, [----] engagements
"How to Create an AWS S3 Bucket Amazon Web Services Practitioner Exam Solution Architect DevOps ECS S3 stands for Simple Storage Service and it is Amazons highly scalable and durable cloud object storage solution. It is designed to store virtually unlimited amounts of data and can handle any type of file whether text video images backups or software packages. S3 is useful because it provides reliable secure and easily accessible storage for any type of application ranging from static websites to machine learning pipelines. Its used by developers enterprises and startups alike because it"
YouTube Link 2025-07-21T01:36Z 32.2K followers, [---] engagements
"Pure JavaScript File Upload Example Looking for a pure JavaScript file upload example In this tutorial we demonstrate how to upload a file with JavaScript and HTML5 on the client side and a component on the Apache server that captures the JavaScript file upload and saves the file locally on the server. If you want to avoid jQuery or DOJO and upload files asynchronously to the server this pure JavaScript file upload example tutorial is exactly what you're looking for. You can find the code used in this example here:"
YouTube Link 2020-09-19T23:42Z 22.3K followers, 35.7K engagements
"AWS Console Amazon's Management Console for AWS S3 EC2 EKS Bedrock Sagemaker Lambda & IAM What Is the AWS Console A Deep Dive into the AWS Management Console and Its Capabilities If youve ever worked with cloud computing chances are youve heard of the AWS Console. Short for the AWS Management Console this is your browser-based interface to everything Amazon Web Services has to offer. Whether you're launching virtual servers managing databases building AI models or deploying containers the AWS Console is your all-in-one control panel for managing cloud resources efficiently and securely. In"
YouTube Link 2025-06-22T21:09Z 29K followers, [---] engagements
"How to Set a Default AWS Region in the Amazon Management Console Login User Settings ECS EKS Bedrock An AWS Region is a geographically isolated area that AWS uses to house its data centers and cloud services. Each Region is completely independent and designed to be isolated from failures in other Regions providing fault tolerance and stability. For example US East (N. Virginia) (us-east-1) and Asia Pacific (Tokyo) (ap-northeast-1) are two separate Regions. When you deploy resourcesEC2 instances RDS databases S3 bucketsyou choose the Region in which they reside. Why the Console Remembers Last"
YouTube Link 2025-07-17T08:45Z 29.8K followers, [---] engagements
"GitLab branch and branch permissions example Here we show you how to create GitLab branches and how to pull those new branches down to the client. In this GitLab branch create example we use the administrative console to create the branches. Then using the terminal a Git fetch is performed to pull the new GitLab branches down to the client machine. Furthermore to demonstrate some of the features you find in GitLab that are not present in Git we assign GitLab branch permissions on the Git Flow branches we create to protect them from any harmdoing. Check out this quick GitLab branch create and"
YouTube Link 2020-07-23T15:15Z 26.4K followers, [----] engagements
"Remove Git Branches from GitLab Need to remove a Git branch both locally and from the remote GitLab server This quick GitLab branch removal example will show you multiple ways to remove a GitLab branch while also demonstrating how to remove Git branches locally on the desktop or workstation of the developer"
YouTube Link 2021-10-04T00:10Z 26.3K followers, [----] engagements
"Learn Git Sourcetree & BitBucket Tutorial: A Crash Course for Beginners Want a top-tier Git GUI tool to help accelerate your version control tasks This complete Git BitBucket and SourceTree tutorial will show you how to: - Install SourceTree - Clone remote repositories - Connect to BitBucket and GitHub - Push Pull and fetch from remote repos - Reset and revert commits in Sourcetree - Create and merge branches with Sourcetree - Resolve merge conflicts in Sourcetree - Rebase within the Sourcetree tool 0:00 What is Sourcetree 1:00 Sourcetree tutorial overview 2:00 Install Sourcetree 5:30 Create"
YouTube Link 2023-08-29T04:42Z 29K followers, 39.9K engagements
"What is a Git Commit #Git #GitHub #GitLab #BitBucket #DevOps #GitOps #Python #JavaScript #Java When we work with version control we constantly create Git commits. But what exactly is a Git commit Why do we constantly create Git commits and what benefit do they bring us. In this quick YouTube short I explain what a Git commit is and lead you on a journey of how to create your own commits push to GitHub and do everything to manage a complex Git based project. What is Git This is your answer"
YouTube Link 2023-11-25T00:54Z 26.6K followers, [---] engagements
"Create a new GitLab branch in BASH example In this 'GitLab create new branch command line' tutorial we take you through the steps of how to do a Git branch create using the Ubuntu terminal do a Git commit and then push both the Git commit and the newly created GitLab branch back to the central GitLab server. This GitLab branch create example is the compliment of the GitLab branch create tutorial in which the branches were created on the GitLab server and then pulled down to the client"
YouTube Link 2020-07-23T16:21Z 26.5K followers, 18.7K engagements
"How to Create an AWS AMI for EC2 Creating an Amazon Machine Image or AMI is a powerful way to streamline and standardize the deployment of EC2 instances in AWS. An AMI is essentially a packaged snapshot of an EC2 instance containing the operating system application software custom configurations and any associated data volumes. It allows you to launch new instances that are exact replicas of a configured and running environment. Understanding how to create and use AMIs effectively is crucial for maintaining consistency improving deployment speed and managing infrastructure at scale. To create"
YouTube Link 2025-07-09T09:30Z 29.6K followers, [---] engagements
"Spring Boot Actuator Endpoints #health #env #heapdump #threaddump #metrics #logging #example This video on Spring Boot Actuator endpoints is part of a full Spring Actuator tutorial and playlist. The full playlist and Spring Actuator course is available here: FULL SPRING ACTUATOR COURSE PLAYLIST https://youtu.be/RQb2mrslq3ksi=0KfxxKwzDevdFnin SHORT INTRO https://youtu.be/RQb2mrslq3k ACTUATOR MAVEN DEPENDENCY https://youtu.be/ba3GKC0NEDE HOW TO EXPOSE AND ENABLE ACTUATOR ENDPOINTS https://youtu.be/7CgPNkpEtyY SPRING BOOT ACTUATOR ENDPOINTS https://youtu.be/z16fBE-k1oQ SPRING ACTUATOR METRICS"
YouTube Link 2024-10-14T03:41Z 31.2K followers, [---] engagements
"How to Download and Install the AWS CLI Amazon Web Services Command Line Interface ECS EC2 EKS S3 The AWS Command Line Interface or AWS CLI is a tool that allows users to manage and interact with Amazon Web Services through commands typed into a terminal or command prompt. Instead of using the AWS Management Consoles web interface you can use the AWS CLI to automate tasks configure services and perform operations faster and more efficiently. It is important because it gives developers administrators and DevOps professionals a way to control AWS environments programmatically. This is"
YouTube Link 2025-07-16T08:45Z 33.9K followers, [----] engagements
"How to Create a Public Subnet in AWS VPC Internet Gateway NAT ACL Security Group Endpoints Egress What is a Public Subnet in AWS A public subnet is a subnet inside your VPC that is connected to the internet via an Internet Gateway (IGW). Resources in a public subnet can send and receive traffic from the internet typically through public IP addresses. 🛑 How is it Different from a Private Subnet Public Subnet Private Subnet Has a route to the Internet Gateway No route to the Internet Gateway Used for internet-facing resources Used for internal-only resources EC2s usually have public IPs EC2s"
YouTube Link 2025-06-26T08:00Z 33.1K followers, [---] engagements
"Space Owner in Jira What is the Space Owner and How Do You Change It #devops #scrum #agile What Is a Jira Space Owner and Why This Role Matters In Jira Cloud every space has exactly one space owner. The space owner is the person who ultimately controls that space. They are the final authority for configuration access and structure. Even if many administrators work in the space the space owner is the one Jira treats as the accountable owner. This is not just a title. It is a functional control point. How Someone Becomes the Space Owner The space owner is assigned at the moment the space is"
YouTube Link 2025-12-30T13:18Z 33.8K followers, [---] engagements
"JDBC Tutorial for Beginners (Java Database Connectivity) #mysql #postgresql #sqlserver #database #h2 In this step-by-step JDBC tutorial you'll learn how to quickly get started with Java Database Connectivity. I'll quickly take you through the JDBC architecture explaining what the core JDBC components are and how they work but we won't spend a lot of time on theory. After a brief explanation of how JDBC works we'll quickly jump into a look at how to create a JDBC connection to various databases like H2 MySQL PostgreSQL and SQL Server. We'll then go through how to do JDBC CRUD operations taking"
YouTube Link 2024-10-10T04:15Z 33.7K followers, 14.5K engagements
"Jira Components Default Assignees Project Leads Filters & Space Owners A Jira component is a way to group related work within a single Jira space. It helps teams organize issues by functional areas subsystems features or responsibilities. Components are especially useful when a space grows large because they allow teams to filter report and assign work more intelligently. For example a space that supports a certification website might include components such as Mobile SEO Accessibility Data Sync or UI Design. Each component can have its own ownership and workflows which helps teams understand"
YouTube Link 2025-12-06T15:46Z 33.4K followers, [---] engagements
"How Much Does an AWS EC2 Instance Cost Per Month & Pricing Per Year t2 t3 nano small large xlarge Amazon EC2 Pricing in US East (Ohio): A Practical Guide to t3 and t2 Instances Amazon EC2 or Elastic Compute Cloud is one of the most widely used services in the AWS ecosystem. It powers everything from personal projects to large-scale enterprise applications. But to use it effectively especially when managing costs it helps to understand how pricing works. This article looks specifically at EC2 pricing for the US East (Ohio) region focusing on t3 and t2 instances and shows how the AWS Pricing"
YouTube Link 2025-07-03T09:45Z 32.4K followers, [----] engagements
"Sprint Planning in Jira with Product Owners Scrum Masters Backlogs Sprint Goals and Kanban Boards Sprint planning in Jira is where a team turns a long product backlog into a clear and achievable plan for the upcoming sprint. Jira provides a structured way to do this by letting teams create a new sprint review the backlog and drag the selected items directly into the sprint container. As the team adds stories tasks or bugs Jira immediately shows the total scope so everyone can see how much work is being committed. This helps teams shape a sprint that matches their capacity and aligns with"
YouTube Link 2025-12-09T01:00Z 33.5K followers, [---] engagements
Limited data mode. Full metrics available with subscription: lunarcrush.com/pricing
/creator/youtube::cameronmcnz