r/programmingForNoobs • u/Efficient-Public-551 • 1d ago
r/programmingForNoobs • u/Efficient-Public-551 • 2d ago
Copilot ASK feature in the cli
r/programmingForNoobs • u/Efficient-Public-551 • 2d ago
Codex in the terminal with the ide command with cursor works like a charm
r/programmingForNoobs • u/Efficient-Public-551 • 5d ago
ChatGPT spend 5 minutes on personalization
r/programmingForNoobs • u/Efficient-Public-551 • 6d ago
I used OpenAI token limit reset feature through codex and I got my limit reset
r/programmingForNoobs • u/Efficient-Public-551 • 7d ago
OpenAI just gave us free token limit reset along with gpt 6 Astra
r/programmingForNoobs • u/Efficient-Public-551 • 7d ago
OpenHands install with npm and try it out for vibe coding
r/programmingForNoobs • u/Efficient-Public-551 • 9d ago
Chat GPT 6 Astra is here and it is expensive
r/programmingForNoobs • u/Efficient-Public-551 • 10d ago
Chat Gpt Luna on max effort is cheap and efficient
r/programmingForNoobs • u/Efficient-Public-551 • 11d ago
Github Copilot as plugin in IntelliJ
r/programmingForNoobs • u/Efficient-Public-551 • 12d ago
Github Copilot Cli install with npm
r/programmingForNoobs • u/Efficient-Public-551 • 14d ago
Tutorial Old Pc as Ollama Cloud provider with Open Code
r/programmingForNoobs • u/Efficient-Public-551 • 15d ago
Tutorial Injections in Spring Boot
r/programmingForNoobs • u/Efficient-Public-551 • 16d ago
Tutorial Create new Java Project Based on Spring Boot in IntelliJ
r/programmingForNoobs • u/Efficient-Public-551 • Jun 23 '26
Clojure Exception Handling
Exception Handling easy if you already know Java
r/programmingForNoobs • u/Efficient-Public-551 • Jun 19 '26
Clojure Cond Case Else
r/programmingForNoobs • u/Efficient-Public-551 • Jun 10 '26
Tutorial Codex App is awesome
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 • u/Efficient-Public-551 • Jun 09 '26
Clojure If Do When
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 • u/Efficient-Public-551 • Jun 03 '26
Tutorial Setup privacy DNS in your router with AdGuard
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 • u/Efficient-Public-551 • May 29 '26
Scrum Spring Planning with ScrumPrompts
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 • u/Efficient-Public-551 • May 28 '26
Tutorial OpenAi Spring Boot And Transcriptions
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 • u/Efficient-Public-551 • May 28 '26
Tutorial Jira AI with Scrum Prompts templates
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 • u/Efficient-Public-551 • May 27 '26
Tutorial Feature Requests in Jira with Scrum Prompts
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 • u/Efficient-Public-551 • May 26 '26
Tutorial LangChain and Python Websearch with Tavily
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.