Zomato's Unconventional Job Posting Sparks Debate!"
On November 20, Deepinder Goyal, Co-founder and CEO of Zomato, shared an unconventional job posting on his social media platforms. The listing was for the role of Chief of Staff, but what stood out
The main reason for setting financial criteria is to reduce the number of applications. This simplifies the process and gives you a smaller, more focused list of potential candidates right from the start.
Is that this event totally depends on voting or any professional is deciding winners also tell what's the main winning criteria ?
3 replies4 likes
Ayush Maurya
AI Pioneerย โขย 3m
the whole font size and the main section size can be made smaller and more content for on less space and minimal !
0 replies3 likes
sharique hussain
Learning & Growingย โขย 7m
What is the minimal cost for development of an App for E-commerce platform and what is the criteria to list it in playstore , Anyone pls?
1 replies3 likes
Harsh Dwivedi
ย โขย
Medialย โขย 4m
Deepinder Goyal closes the applications and say thatโs the 20L pay was just to filter good and serious candidates. No one will actually have to pay and start getting salary immediately.
This guide simplifies the process of setting up a Flask app on Windows, offering clear steps, code snippets, and practical tips for beginners and developers looking to start with Flask. Follow me on Medium for more posts.
1 replies5 likes
Aditya Tiwari
Founder of Native Kn...ย โขย 4m
Some days, I go from designing UI to troubleshooting code to planning our contentโand itโs easy to get pulled in all directions. I realized early on that setting priorities is key. I keep a daily list of my top three goals, and no matter what, those
See More
0 replies4 likes
Comet
#uiux designer #free...ย โขย 4m
Want to master Generative AI and create powerful LLM applications? ๐ Learn how LangChain simplifies the process of building intelligent apps that redefine possibilities.
Are you ready to take your AI skills to the next level?
Read more here
See More
0 replies4 likes
Yash Mangukiya
Yashย โขย 1m
hi my name is yash and i'm web developer.
I have a website idea. The main purpose of the website is to provide information. On the main page, I will show a list of all countries. When a user selects a country (e.g., India), it will display all its s
See More
2 replies1 like
Vansh Khandelwal
Full Stack Web Devel...ย โขย 6m
๐๐๐ฌ๐ญ๐๐ซ๐ข๐ง๐ ๐๐ฉ๐ซ๐ข๐ง๐ ๐๐จ๐จ๐ญ: ๐๐ข๐ฆ๐ฉ๐ฅ๐ข๐๐ฒ๐ข๐ง๐ ๐๐๐ฏ๐ ๐๐๐ฏ๐๐ฅ๐จ๐ฉ๐ฆ๐๐ง๐ญ
Spring Boot is a powerful framework for building Java applications with minimal configuration. It leverages the robust Spring Framework, providing featu
See More
0 replies5 likes
Yasir Alam
Android Developerย โขย 11m
Question: What is the output of the following Kotlin code snippet?
fun main() {
val list = mutableListOf(1, 2, 3, 4, 5)
val result = list.fold(5) { acc, num -> acc * num }
println(result)
}