Browsing Tag
interview
55 posts
🛠️ Inject Complex Data Types in Spring Boot Using @ConfigurationProperties
🛠️ Inject Complex Data Types in Spring Boot Using @ConfigurationProperties Meta Description: Learn how to inject arrays, lists,…
What burnout taught me: lessons from product managers
“In product, burnout is characterised by a sustained blurring or destruction of boundaries which degrades the health and…
The React interview mistake I made (and how you can avoid it) 😅
Last month, I bombed a React interview. Not because I didn’t know the technical stuff, but because I…
Basic OOP – Part 01
Everything in Python is Object-Oriented Example: a = 2 # 'a' is an object of integer type Similarly:…
How to Conduct an SDET Technical Interview
The role of a Software Development Engineer in Test (SDET) is crucial for ensuring quality and efficiency throughout…
Always Be Open (In Your Career)
I’m going to let you all in on a not-so-secret secret: I am always open to opportunities. In…
LeetCode Challenge: 383. Ransom Note – JavaScript Solution 🚀
Top Interview 150 The Ransom Note problem is a simple string manipulation challenge that tests your ability to…
With Spring can I make an optional path variable?
Yes, you can make a path variable optional in Spring by using @PathVariable with the required attribute set…
Top 10 React js interview questions.
Q1. What is React and what are its benefits? Ans: React is a JavaScript library for building user…
Identifying Duplicate Elements in Arrays: A Comprehensive Guide for Aspiring Programmers
Understanding how to identify duplicate elements in an array is a fundamental skill for any programmer, especially those…