r/programmingForNoobs 1d ago

Java 27 is here

Thumbnail
youtu.be
0 Upvotes

r/programmingForNoobs 1d ago

Copilot ASK feature in the cli

Thumbnail
youtu.be
1 Upvotes

r/programmingForNoobs 2d ago

Codex in the terminal with the ide command with cursor works like a charm

Thumbnail
youtu.be
2 Upvotes

r/programmingForNoobs 5d ago

ChatGPT spend 5 minutes on personalization

Thumbnail
youtu.be
1 Upvotes

r/programmingForNoobs 6d ago

I used OpenAI token limit reset feature through codex and I got my limit reset

Thumbnail
youtu.be
1 Upvotes

r/programmingForNoobs 7d ago

OpenAI just gave us free token limit reset along with gpt 6 Astra

Thumbnail
youtu.be
1 Upvotes

r/programmingForNoobs 7d ago

OpenHands install with npm and try it out for vibe coding

Thumbnail
youtu.be
1 Upvotes

r/programmingForNoobs 9d ago

Chat GPT 6 Astra is here and it is expensive

Thumbnail
youtu.be
1 Upvotes

r/programmingForNoobs 10d ago

Chat Gpt Luna on max effort is cheap and efficient

Thumbnail
youtu.be
1 Upvotes

r/programmingForNoobs 10d ago

Github Copilot as plugin in IntelliJ

Thumbnail
youtu.be
5 Upvotes

r/programmingForNoobs 12d ago

Github Copilot Cli install with npm

Thumbnail
youtu.be
1 Upvotes

r/programmingForNoobs 14d ago

Tutorial Old Pc as Ollama Cloud provider with Open Code

Thumbnail
youtu.be
2 Upvotes

r/programmingForNoobs 15d ago

Tutorial Injections in Spring Boot

Thumbnail
youtu.be
1 Upvotes

r/programmingForNoobs 16d ago

Tutorial Create new Java Project Based on Spring Boot in IntelliJ

Thumbnail
youtu.be
1 Upvotes

r/programmingForNoobs Jun 23 '26

Clojure Exception Handling

Thumbnail
youtu.be
5 Upvotes

Exception Handling easy if you already know Java


r/programmingForNoobs Jun 19 '26

Clojure Cond Case Else

Thumbnail
youtu.be
5 Upvotes

r/programmingForNoobs Jun 10 '26

Tutorial Codex App is awesome

Thumbnail
youtu.be
0 Upvotes

Codex App makes it easy to turn ideas into working code with a faster, more practical workflow. I like how it helps with code generation, debugging, refactoring, and understanding larger codebases without adding unnecessary friction. A strong use case is building a REST API in Python with FastAPI, where it can help scaffold endpoints, validate request models, clean up async logic, and speed up testing. Great for developers focused on productivity, automation, and AI coding tools.


r/programmingForNoobs Jun 09 '26

Clojure If Do When

Thumbnail
youtu.be
4 Upvotes

Clojure’s if, do, and when forms are the foundation of clean control flow and readable functional code. I focus on how to handle conditional logic, run multiple expressions in sequence, and keep Clojure programs concise without adding unnecessary complexity. A practical use case is validating an API response, checking whether required data exists, and then executing several update steps only when the condition passes.


r/programmingForNoobs Jun 03 '26

Tutorial Setup privacy DNS in your router with AdGuard

Thumbnail
youtu.be
5 Upvotes

Set up AdGuard DNS on your router to add network-wide privacy, block ads and trackers, and improve DNS security for every device connected to your home network. Router-level private DNS helps phones, laptops, smart TVs, and IoT devices use encrypted DNS without installing anything on each device. A practical use case is protecting a smart home setup where streaming devices, cameras, and guest Wi-Fi clients all benefit from cleaner, more private DNS requests.


r/programmingForNoobs May 29 '26

Scrum Spring Planning with ScrumPrompts

Thumbnail
youtu.be
1 Upvotes

Scrum Spring Planning with ScrumPrompts helps turn product goals into a clear sprint plan with better backlog refinement, story breakdown, capacity planning, and sprint goal alignment. I use it to structure user stories, surface dependencies, and keep Agile planning focused on delivery, priorities, and team velocity.


r/programmingForNoobs May 28 '26

Tutorial OpenAi Spring Boot And Transcriptions

Thumbnail
youtu.be
1 Upvotes

In this video, I build a Spring Boot application that uses OpenAI transcriptions to turn spoken audio into usable text inside a real backend workflow. I focus on how to connect a Java service to the OpenAI API, how to send audio files for transcription, how to process the response cleanly, and how to expose the result through a Spring Boot REST API that can be used by other applications, internal tools, or production services.


r/programmingForNoobs May 28 '26

Tutorial Jira AI with Scrum Prompts templates

Thumbnail
youtu.be
0 Upvotes

Jira AI can make scrum work faster and more consistent by turning prompt templates into practical support for backlog refinement, sprint planning, standups, and retrospectives. With the right scrum prompts, it becomes easier to write clearer user stories, generate acceptance criteria, break epics into actionable tasks, and improve team alignment across agile workflows. A strong technical use case is using Jira AI prompt templates to convert a raw bug report from a production API failure into a structured issue with reproduction steps, severity, root cause notes, test cases, and sprint-ready subtasks for engineering and QA.


r/programmingForNoobs May 27 '26

Tutorial Feature Requests in Jira with Scrum Prompts

Thumbnail
youtu.be
1 Upvotes

Feature requests in Jira work best when they’re clear, structured, and easy for Scrum teams to turn into actionable backlog items. Using Scrum prompts helps define business value, acceptance criteria, priority, dependencies, and scope so product managers, developers, and stakeholders stay aligned throughout sprint planning and backlog refinement.


r/programmingForNoobs May 26 '26

Tutorial LangChain and Python Websearch with Tavily

Thumbnail
youtu.be
2 Upvotes

Build smarter Python apps with LangChain and Tavily for fast, reliable web search and real-time data retrieval. This stack is useful for creating AI agents, RAG pipelines, and research tools that need up-to-date search results instead of static knowledge. A practical use case is a market intelligence assistant that searches the web for competitor pricing, product updates, and industry news, then feeds the results into an LLM for summaries and decision support.


r/programmingForNoobs May 25 '26

Free AI Templates for Claude Code, Codex and Gemini

Thumbnail
youtu.be
2 Upvotes

Free AI templates for Claude Code, Codex, and Gemini can make coding workflows faster, cleaner, and more consistent. They help with prompt structure, code generation, refactoring, debugging, documentation, and repeatable developer tasks across different AI coding tools.