Careers, Learning & Events

Interviews, portfolios, courses, conferences, and mentorship pathways.

  • 11 Tracked terms
  • Last 30 days Feed window

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in Careers, Learning & Events


dev.to > poja > the-convention-is-the-wiring-12nj

The Convention Is the Wiring

2+ hour, 5+ min ago   (477+ words) You already trust conventions to wire your Spring Boot application. What happens when the same idea reaches the infrastructure? In Spring Boot, where you place your main class determines what the application discovers, because @SpringBootApplication scans that package and everything…...


medium.com > javarevisited > we-called-repository-save-everywhere-in-spring-boot-most-of-it-was-useless-56666810c709

We Called repository.save() Everywhere in Spring Boot. Most of It Was Useless.

34+ min ago   (453+ words) For years, our service methods followed the same pattern: load an entity, change it, call save(). Then we looked closely …...


dev.to > timevolt > writing-clean-code-in-interviews-my-jedi-mind-trick-2jkk

Writing Clean Code in Interviews: My Jedi Mind Trick

4+ hour, 55+ min ago   (452+ words) The breakthrough came when I stopped focusing on what to code and started asking why the problem exists. I began treating each interview question as a tiny story with a beginning, a middle, and an end. The “beginning” is the…...


medium.com > @letslearnnow > 12-spring-boot-questions-that-even-experienced-developers-pause-before-answering-a4874b7e4429

12 Spring Boot Questions That Even Experienced Developers Pause Before Answering

2+ hour, 45+ min ago   (28+ words) Everyone asks the same Spring Boot interview questions: What is Dependency Injection? What is @Autowired? Singleton vs …...


dev.to > timevolt > inorder-traversal-the-matrix-1fo3

Inorder Traversal: The Matrix

9+ hour, 21+ min ago   (496+ words) That moment taught me two things: So why does inorder traversal give you a sorted sequence for a binary search tree (BST)? Think of a BST as a hierarchy where every left subtree holds values smaller than the node, and…...


youtu.be > 5PGKwRfqqA8

??Ÿ”?? PySpark Interview Questions for Data Engineers | Spark Architecture Explained | Part 1

14+ hour, 16+ min ago   (12+ words) 🔥 PySpark Interview Questions for Data Engineers | Spark Architecture Explained | Part 1 YouTube...


dev.to > regredanger > the-leetcode-problem-anatomy-o44

The LeetCode Problem Anatomy

12+ hour, 51+ min ago   (635+ words) Pattern recognition, however, is a structured discipline rather than an abstract talent. This article outlines the blueprint for deconstructing algorithmic prompts, establishing a reliable methodology for ingestion, modeling, and execution. We'll begin with The Problem Anatomy. In LeetCode, HackerRank, etc,…...


dev.to > automate-archit > ai-interviews-will-lose-you-the-good-candidates-4g7g

AI Interviews Will Lose You the Good Candidates

17+ hour, 47+ min ago   (658+ words) The candidates you most want to hire are the ones most likely to abandon an AI interview halfway through. That is the whole problem, and it is worth stating before anyone sells you an "end-to-end AI hiring platform". Automating the…...


medium.com > @preetjit82 > 20-advanced-java-interview-questions-you-should-revise-before-your-next-interview-1f585eea9b3a

20 Advanced Java Interview Questions You Should Revise Before Your Next Interview

13+ hour, 35+ min ago   (31+ words) If you have a Java interview coming up, don’t spend all your time revising basic syntax, OOP concepts, or …...


dev.to > mustytj > i-built-craftfolio-id-like-some-honest-feedback-3k2f

I built Craftfolio — I'd like some honest feedback

21+ hour, 28+ min ago   (92+ words) I’ve been building Craftfolio, a tool for creating developer portfolios and resumes. I started it mainly as a way to push myself beyond smaller coding projects and build something that could actually be useful to other developers. Some of the…...