u/Efficient-Public-551

Sql Union Syntax
▲ 0 r/SQL+1 crossposts

Sql Union Syntax

Learn how SQL UNION works and how I use it to combine results from multiple SELECT statements into a single result set

youtu.be
u/Efficient-Public-551 — 13 hours ago
▲ 5 r/test+3 crossposts

Playwright and Webstorm - E2E tests made easy to create and maintain

In this video, I show how I use Playwright together with WebStorm to create and maintain end-to-end tests. It is so easy to setup and use. Try it out!

youtu.be
u/Efficient-Public-551 — 21 hours ago
▲ 1 r/google+1 crossposts

Connect your contacts mail and calendar to ChatGpt for improved efficiency

I show how to connect your contacts, email, and calendar to ChatGPT so you can work faster, stay organized, and reduce the time spent switching between apps

youtu.be

Python Data types Tuples Dictionary Queues Stacks Sets Lists

Sets are especially useful when uniqueness matters. I explain how sets automatically remove duplicates and make operations like membership testing, intersections, and differences very convenient. They are great for cleaning data, comparing collections, tracking seen values, and validating unique entries in applications.

youtu.be
u/Efficient-Public-551 — 2 days ago
▲ 6 r/flask

Flask Part 1 Up And Running

I walk through what Flask is, why it is such a popular framework, and how to get everything set up so you can begin developing right away.

youtu.be
u/Efficient-Public-551 — 2 days ago

Python Functions Dictionaries and Lambdas

I dive into three core Python topics that show up constantly in real code: functions, dictionaries, and lambda expressions. If you want to write cleaner scripts, organize logic better, and handle data more efficiently, these concepts are essential. I walk through how functions help break problems into reusable pieces, how dictionaries make it easy to store and retrieve related data, and how lambdas can simplify short operations when a full function definition would be unnecessary.

youtu.be
u/Efficient-Public-551 — 2 days ago

Xml Schema Defintion - XSD

I explain Xml Schema Definition, commonly called XSD, and how it is used to define, validate, and control the structure of XML documents. If you work with XML in data exchange, integrations, configuration files, enterprise systems, or service communication, understanding XSD is essential. I walk through the purpose of an XML schema, how it improves data quality, and why it matters when systems need to exchange information in a predictable and reliable way.

youtu.be
u/Efficient-Public-551 — 2 days ago

Java While and Do While

In this video, I walk through Java while and do while loops and show how they work in real code. If you want to understand how to repeat actions based on a condition, this lesson helps you see the difference between these two loop types, when each one should be used, and how they behave during execution.

youtu.be
u/Efficient-Public-551 — 3 days ago
▲ 2 r/pythontips+2 crossposts

https://youtu.be/yu2Kav9wBEM

If you have ever run into a NameError, accidentally overwritten a value, or wondered why a variable inside a function does not behave the same as one outside it, this lesson is designed to make that clear.

youtu.be
u/Efficient-Public-551 — 2 days ago
▲ 4 r/OpenaiCodex+2 crossposts

Skills vs AGENTS.md in claude codex and cursor

In this video, I compare Skills and AGENTS.md workflows in Claude Codex and Cursor, focusing on how each approach changes the way I structure context, delegate tasks, and keep AI-assisted coding predictable as projects grow.

youtu.be
u/Efficient-Public-551 — 2 days ago

Spring AI RAG

Java is finally catching up with the missing ecosystem for ai. We have been behind our fellow python developers for years. The Spring AI module makes the gap smaller.

youtu.be
u/Efficient-Public-551 — 4 days ago
▲ 0 r/git

gource visualize your git repo and create a mp4 file for showing off

Visualize your git commits for a cool way to end each Scrum sprints

youtu.be
u/Efficient-Public-551 — 4 days ago
▲ 1 r/SpringBoot+1 crossposts

Spring Boot AssertJ AnySatisfies and AllSatisfies

In this video, we dive into **Spring Boot AssertJ `anySatisfy()` and `allSatisfy()`** and show how these powerful assertion methods can make your tests more expressive, readable, and maintainable. If you are writing unit tests or integration tests in a Spring Boot application and want cleaner ways to validate collections, lists of DTOs, API responses, repository results, or service-layer outputs, this tutorial will help you understand when and how to use these AssertJ features effectively.

youtu.be
u/Efficient-Public-551 — 4 days ago
▲ 2 r/Kotlin

Kotlin Ktor ContentConverter Object to Xml

Convert Kotlin Object to Xml in the rest response with this approach! Yes you can have multiple converters per ktor backend.

youtu.be
u/Efficient-Public-551 — 5 days ago

JSpecify And AI Assistant In IntelliJ

I focus on a practical workflow where modern tooling helps me write code that is easier to understand, easier to maintain, and less likely to fail because of ambiguous null handling.

youtu.be
u/Efficient-Public-551 — 5 days ago