Install
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.
Related topics
- Languages & Runtimes
- Editors, IDEs & Developer Experience
- Frontend Web
- Backend & APIs
- Data, Databases & Streaming
- DevOps, CI/CD & Platform Engineering
- Testing & Quality
- Security & Privacy Engineering
- Architecture & Patterns
- AI/ML Engineering & LLMOps
- Collaboration & Project Management
- Open Source & Licensing
Latest in Careers, Learning & Events
Celine Haaverstad, COO at SoftSync AI – Interview Series
25+ min ago (1549+ words) Can you take us back to the origins of SoftSync AI? What problems with traditional CRM systems convinced the team that there was an opportunity to build something fundamentally different around AI? SoftSync started with a simple observation: the sales…...
Interview preparation guide - CoderPad Interview Docs
5+ day, 10+ hour ago (836+ words) Run automated pre-screens at scale without adding recruiter hours or calendar complexity. Move candidates forward with confidence with fair, fast and accurate coding assessments. See how candidates code, communicate and collaborate with 360° technical interviews. Identify your team’s strengths and weaknesses…...
Subqueries and CTEs: Asking a Question Inside a Question
4+ hour, 38+ min ago (624+ words) Some questions can't be answered in one pass. "Which hive produced the most honey?" needs the maximum honey figure before it can find the hive that matches it. "Which keepers are above average?" needs the average before it can compare…...
Closures a fondo en JavaScript
5+ hour, 21+ min ago (998+ words) Un closure es la combinación de una función agrupada dentro de otra con referencias a su estado adyacente. Veamos el siguiente ejemplo para entenderlo un poco mejor: Esto como te puedes imaginar, podía causar bugs muy complicados de encontrar. Con…...
I built my portfolio with Claude Code. Here is what I decided myself
6+ hour, 46+ min ago (490+ words) I rebuilt my portfolio with Claude Code. The AI wrote a good part of the code. Every decision that mattered was mine. I am sharing this for anyone who thinks AI tools do everything on their own. They do not....
10 Mistakes I Made While Building Spring Boot Projects So You Don’t Have To
3+ hour, 43+ min ago (110+ words) Spring Boot makes it incredibly easy to get started. You can build a REST API in a few minutes, connect a database, and …...
Meta Programming with JavaScript
9+ hour, 58+ min ago (204+ words) This Meta course will help in developing basic JavaScript skills through programming practice and learning modules. Learn basics of JavaScript such as variables, data types, operators, conditionals, loops. Work with objects, arrays, and functions along with common JavaScript methods. Work…...
NevTech Launches AI Web Design and AI Answering Service for Indiana Businesses
15+ hour, 8+ min ago (286+ words) There were 450 press releases posted in the last 24 hours and 488,200 in the last 365 days. Google clicks halve when an AI answer appears and never names your business. NevTech builds sites AI assistants read and cite, with an AI receptionist. "An…...
Python Cheat Sheet for Coding Interviews
1+ week, 11+ hour ago (1861+ words) The cost of each built-in data structure heapq for heaps and priority queues bisect for sorted arrays collections.deque for BFS and sliding windows Integers, division, and infinity Python traps in coding interviews How to state the cost of each…...
SQL Interview Question: Find App Store Power Purchasers with Two-Level GROUP BY
17+ hour, 8+ min ago (392+ words) Some SQL problems look simple until you read the rules twice. This one is tagged Apple and rated hard, and it teaches a useful pattern: grouping the results of a grouping. Let's solve it step by step. A power purchaser…...