Raise your hand if you want dark mode to be the default. 🙋🏻♀️
Google for Developers
Technology, Information and Internet
Mountain View, CA 3,041,385 followers
Join a community of creative developers and learn how to use the latest in technology—from AI and cloud, to mobile & web
About us
Discover the latest technologies, resources, events, and announcements to help you build smarter and ship faster. Explore more at developers.google.com
- Website
-
http://developers.google.com
External link for Google for Developers
- Industry
- Technology, Information and Internet
- Company size
- 10,001+ employees
- Headquarters
- Mountain View, CA
- Specialties
- coding, engineering, firebase, android, cloud, web development, and mobile development
Updates
-
Google for Developers reposted this
Big things are happening this week with the announcement of the new Galaxy XR! To support your development journey and ensure you have all the tools and knowledge to start building for Android XR, we’re kicking off the Android XR Spotlight Week! Follow along with us as we publish content to help you build →https://goo.gle/4qof3DW
-
-
If you had a #DevFest animal guide to lead you through the event activities, what would it be? Find yours and share your results in the comments. ⬇️
-
-
Learn how to transform a Kaggle notebook into a free, remote LLM server. Read the full guide → https://goo.gle/3J5Q0oD AI GDE Dimitre Oliveira provides a step-by-step tutorial on using Ollama to host your own models, simplifying deployment and empowering experimentation. With this method, you can: 💡 Eliminate hosting costs for your LLMs 💡 Simplify the deployment process 💡 Empower rapid experimentation with different models 💡 Enable remote access to your server Watch the companion video walkthrough → https://goo.gle/4ndHGRG
-
Here’s a sneaky TypeScript developer challenge. We map an array of strings to numbers using parseInt. It compiles cleanly and looks like it should return [1, 2, 3]. But the actual output is something very different. Why does this happen, and how would you fix the code so the output matches your intent? Share your answers in the comments.