Programação

Stop Doing Tutorials. Learn Programming Like This

If I had to start learning Python again, I would do it differently. Back when I was a Psychology undergraduate student, I started studying Python with Coursera’s courses. I watched and rewatched videos until I gained some familiarity, fluency, and understanding of the concepts. “I learned Python, yay!” I thought. Well, not really. When I

Stop Doing Tutorials. Learn Programming Like This Read More »

My interview experience for Software Architect — Java position.

Recently I gave interview for Software Architect — Java role in one of the leading service based companies. I am sharing here list of questions asked to me. ClassNotFoundException occurs when you try to load a class at runtime using Class.forName() or loadClass() methods and requested classes not found in classpath. This error occurs when

My interview experience for Software Architect — Java position. Read More »

[Backend Interview Qn] Which Data Structure Does SQL Tables Use To Store Data?

If you’re interviewing for a backend position dealing with lots of data, your interview might ask you this question. Source: I’ve been asked this question before in the distant past My (wrong) past answer + train of thought In SQL, we do lots of SELECT * FROM table_name WHERE id = SOME_ID The fastest way to

[Backend Interview Qn] Which Data Structure Does SQL Tables Use To Store Data? Read More »

Rolar para cima