Curious Engineer

843 posts

Curious Engineer

Curious Engineer

@dark_matter_5

Katılım Kasım 2021
1.5K Takip Edilen18 Takipçiler
Curious Engineer
Curious Engineer@dark_matter_5·
@SumitM_X The class is doing too many things and violating single responsibility principle
English
0
0
1
968
SumitM
SumitM@SumitM_X·
You see this class in the PR : class Report { void generate() {} void saveToDb() {} void sendEmail() {} } What's your suggestion to the Junior who wrote it ?
English
33
8
150
64K
Aryan
Aryan@justbyte_·
Guess the programming language.
Aryan tweet media
English
58
3
206
22.5K
Curious Engineer
Curious Engineer@dark_matter_5·
@codewiddan PUT is for modifying the resource completely PATCH is for modifying the resource partially
English
1
0
1
42
Danish Sheikh
Danish Sheikh@codewiddan·
Interviewer: If PUT and PATCH both update a resource why do we even need two different HTTP methods?
English
5
4
10
781
Karthik
Karthik@karthikponna19·
gun to your head name a programming language without using the letter 'a', 'c' or 'p'
Karthik tweet media
English
104
1
45
7.4K
Curious Engineer retweetledi
Sumit Behal
Sumit Behal@sumitkbehal·
AI cannot replace the majority of Government Jobs ChatGPT and Claude don't have the skills to collect black money to invest in Real Estate
English
49
217
2.2K
43.3K
Bytesaga
Bytesaga@bytesaga29908·
Gemini or ChatGPT?
CY
1
0
0
31
Python Programming
Python Programming@PythonPr·
What is The Difference ❓Comment The Output
Python Programming tweet media
English
60
23
195
20.8K
Akash Singh | Hiring top tier SDEs
Some companies run engineering office hours or interview prep style sessions for strong potential candidates. Not to spoon-feed answers but to set expectations, demystify the bar and help candidates prepare in the right direction. I’m considering trying something similar. From a job seeker point of view, would this actually add value? Or does it risk turning into random Q&A instead of focusing on what really matters for interviews and on-the-job success?
English
3
0
13
957
Javarevisited
Javarevisited@javarevisited·
class Test { static { System.out.println("A"); } static int x = 10; static { System.out.println("B"); } public static void main(String[] args) { System.out.println("C"); } } What’s the output order?
English
8
2
25
6.7K
Curious Engineer
Curious Engineer@dark_matter_5·
@SumitM_X Error because the subquery returns average salary of employee in every department and the outer query is trying to compare each employee salary with multiple values returned by the subquery
English
0
0
0
104
SumitM
SumitM@SumitM_X·
What will this SQL Query print ? SELECT emp_name FROM employees WHERE salary > ( SELECT AVG(salary) FROM employees GROUP BY department_id );
English
36
18
315
53.6K
Javarevisited
Javarevisited@javarevisited·
What does this code will print? String x = "AI"; String y = new String("AI"); System.out.println(x == y);
English
14
1
25
12.6K
Amit Shekhar
Amit Shekhar@amitiitbhu·
That tweet on RAG, MCP, LLMs, Agents, Fine-tuning & Quantization got way more attention than I expected. I want to teach these topics live, in an interactive way. • Completely FREE • Who this is for: Working professionals in tech • Prerequisites: None For folks who want to learn: Reply with "Interested" I'll plan to do it in batches, and share the details. Believe me, you'll learn it in the simplest way. And yes, I genuinely love teaching.
English
1.1K
64
1.1K
86.6K
SumitM
SumitM@SumitM_X·
Python is only for Brahmins and Kshatriyas...lol...😀 No way this is True!
Phairy Megan@tadgh_dc

English
16
2
53
9.9K
Javarevisited
Javarevisited@javarevisited·
One failing downstream service is causing cascading failures across the system during peak traffic. Which resilience pattern should be introduced?
English
6
0
14
3.8K
Sumanth Reddy
Sumanth Reddy@sumanthredddy·
🚨NCMC Rupay Cards are now available at all Hyderabad Metro Stations. This is the most awaited moment 🥹 !!
Sumanth Reddy tweet mediaSumanth Reddy tweet media
English
4
5
15
3.3K
Curious Engineer retweetledi
Ujjwal Chadha
Ujjwal Chadha@ujjwalscript·
Industry: Claude Code or Cursor? Indian colleges:
Ujjwal Chadha tweet media
English
358
490
9.3K
333.3K
Hack2skill
Hack2skill@hack2skill·
450+ developers in Bhopal joined us for the @googlecloud #AICloudLabs series! Saturday morning spent building with #AgenticAI and Google Antigravity. The energy at #IIITBhopal was incredible, shoutout to everyone who showed up to learn. 💻 Which city should we head to next?
Hack2skill tweet mediaHack2skill tweet mediaHack2skill tweet mediaHack2skill tweet media
English
1
0
0
60
Javarevisited
Javarevisited@javarevisited·
Can you override a static method in Java?
English
12
1
44
16.8K