
Hitesh Kohli | theCodeCartel
@Hitesh__kohli
Followers
2K
Following
19K
Media
2K
Statuses
13K
Building theCodeCartel🎥, working | I make things that run on your device; you might be using one now | Full Stack App Dev - Django + Android
Space Station near Saturn
Joined March 2017
How to bring impact in your company? - It is simple: communicate well with your team and superiors. Here is a lesson for everyone:
1
0
0
I recently spoke with Roshan Rai. He is a technical staff member at eBay. In this podcast, we will dive into the mind of a technical staff. Things we talked about: - Emotional Intelligence - How to talk to users - How to bring impact in your company https://t.co/obaikZstiP
0
0
2
If you want to learn more about communication, emotional intelligence and being a great developer in general. I have a podcast for you: https://t.co/obaikZt18n
0
0
0
If you have something to suggest to your seniors. Do not just barge in with new ideas. Try to understand "What do they want?" Answer that, and also carry the proof of concept of your idea This way, you will see the changes you want in the product
1
0
0
You could skip this part and just focus on building things you truly do not believe in. This will not only lead to bad communication between team members and seniors but also to bad decisions for the product overall. So, whenever a new task is assigned to you. Give it a thought
1
0
0
If you could learn anything about corporate ways. Learn to communicate well. If you communicate and articulate: - What are you doing? - Why are you doing it? - How does it impact the company in the long run? You will be much better off.
1
0
0
I recently had a talk with Roshan Rai. He is a technical staff in eBay. In this podcast, we will dive in the mind of a technical staff. Things we talked about: - Emotional Intelligence - How to talk to users - How to bring impact in your company https://t.co/obaikZt18n
0
0
1
He left his 50 LPA job to start his own startup. I recently talked with the founder of Deenmate, Azim Siddiqui A few things we discussed: - Story of Deenmate - Why did he leave a 50 LPA Job - Advice for new Founders https://t.co/DPZ3owdO1Z
0
0
2
Indians are the weakest immigrant group to attack. Besides some issues of civic sense, they are model minority. They keep their head down, work hard, do the jobs no one does and pay taxes. They are private about their culture and frugal with their wealth. Indians are the
America does not need more visas for people from India. Perhaps no form of legal immigration has so displaced American workers as those from India. Enough already. We’re full. Let’s finally put our own people first.
988
1K
9K
Day - 1 - Building my Habit tracker app. I have already created a simple MVP of my app and plan to launch it soon. I have planned a pivot for this app that will increase your productivity, allowing you to track your day-to-day plans and habits. Here is a simple insight:
3
0
16
A question for anyone who cares about habits and output: What’s one tiny action (≤60 seconds) that reliably flips the switch for the day? My 60-second action: Drinking a bottle of water
0
0
0
Meetings felt shorter. Even context-switching lost its sting because the day already had a direction. The miss I’d been making: trying to “feel ready” before starting. Turns out readiness is a byproduct of action, not a prerequisite. Tiny proof first. Momentum after.
1
0
0
No motivation hacks. No timers. Just one tangible action that says, “the day has started.” What surprised me most wasn’t speed—it was spillover. The 60-second anchor killed the “ramp-up wobble.” Email got calmer.
1
0
0
I realised my most productive days don’t feel “busy”—they feel quiet. For a week, a small rule changed everything: Before opening any app, do one “anchor” action that can be proven in under 60 seconds.
1
0
1
Android Interview Question "What does JVM overload annotation do?" Here is everything: https://t.co/wyu5dk6vue
0
0
1
Follow for more Kotlin. Thank you for reading
0
0
0
If you want to learn more. Here is a video for you: https://t.co/zZ7gnr8USu
1
0
1
How to resolve this? Use JVM Overloads: This can be called in Java without giving any default parameters, and it would not give us any errors
1
0
1
Let's try calling this method in Java without any default parameters. Just like Kotlin. It fails. Without JvmOverloads, Java only sees the full method signature, requiring all parameters
1
0
0
Let's try to look at a simple Kotlin Code: A simple greet function with default parameters. We can call it in Kotlin without giving any values as arguments
1
0
0