Have you tried out Code Suggestions in Gemini? Type "replace recursion with iteration" and watch Gemini work. ⚡️ Code suggestions are flexible and useful, and can be an excellent aid during the coding process. Discover more of Gemini → https://goo.gle/49tYLRU
Android Developers’ Post
More Relevant Posts
-
Join us for “#TypeScript: From Type System Wizardry to Type Testing Mastery” with Matan Cohen and Ronen Amiel! [Dec 17, TLV] In this session, we’ll explore TypeScript’s powerful type system, from creating complex type definitions to pushing its limits with live coding. Learn how type testing can prevent bugs and improve type safety, and see how far we can go by implementing logic purely within the type system. Get ready to master both the fundamentals and the wizardry of TypeScript: https://lnkd.in/dp6XtteB
To view or add a comment, sign in
-
Become a coding superhero with Gemini 🦸♂️ GDE Juantomás García Molina demonstrates how to use Gemini 1.5 Pro for code analysis, from generating docs to finding & fixing bugs. Learn more → https://goo.gle/3ZArX6S
To view or add a comment, sign in
-
Live coding: Rock, Code, (N)VIM: Making Gemini respond to Telegram by Anton Shvein Fixing issues one by one to make Gemini's answers appear in Telegram and DB. -- Watch live at https://ift.tt/SWCtINz via YouTube https://lnkd.in/dNJGNydS
Live coding: Rock, Code, (N)VIM: Making Gemini respond to Telegram
https://www.youtube.com/
To view or add a comment, sign in
-
Code walkthroughs are a cornerstone of high-quality code development. They involve a structured review process where a developer presents their code to a small group of peers, fostering collaboration and improving code quality.
To view or add a comment, sign in
-
Join us for “TypeScript: From Type System Wizardry to Type Testing Mastery” with Matan Cohen and Ronen Amiel! In this session, we’ll explore TypeScript’s powerful type system, from creating complex type definitions to pushing its limits with live coding. Learn how type testing can prevent bugs and improve type safety, and see how far we can go by implementing logic purely within the type system. Get ready to master both the fundamentals and the wizardry of TypeScript: https://lnkd.in/dp6XtteB
To view or add a comment, sign in
-
Just finished the course “C# Best Practices for Developers” by Reynald Adolphe! Check it out: https://lnkd.in/e7zP6Sxp #c.Some fairly basic stuff, and a bit inconsistent, but big on testing.
Certificate of Completion
linkedin.com
To view or add a comment, sign in
-
Day 4/100: Started a #100DaysOfCode leetcode challenge. . . . . Today's task: 503. Next Greater Element II #100DaysCodingChallenge #SolvedProblem #StackImplementation #DSA #CodingMaang #CodingChallenge #ProblemSolving #CodingCommunity #TechSkills #CareerGrowth #everyone #followers #connections #linkedin
To view or add a comment, sign in
-
A cool trick I've been using to boost my coding workflow by leveraging the Gemini 2M context window. 🚀 Here's how it works: I've been collapsing the entire codebase of a repository into a single file and then passing that to Gemini. I use this command to gather all the Python files in a directory into a single output file, keeping a reference to their path: ``` find . -name "*.py" -print0 | xargs -0 -I {} sh -c 'echo "=== {} ==="; cat {}' > output.txt ``` This allows me to have the full context of the codebase available in Gemini's 2M token window. It's been a game-changer for quickly understanding and navigating large projects, as well as for doing more effective code reviews. Give this a try! #gemini #coding
To view or add a comment, sign in
-
✅ Day 75 of the #100DaysOfCode challenge. ✅ Made progress on the Todo list project by breaking it down into smaller tasks and focusing on the class constructor implementation. 🐛 Encountered several bugs along the way but continued to work through them. 🛠️ Project is still in progress, but actively working towards resolving issues and moving forward. #CodingJourney #TodoListProject #Progress #Bugs #Persistence
To view or add a comment, sign in
125,460 followers
More from this author
-
#TheAndroidShow: live from Droidcon, including the biggest update to Gemini in Android Studio and more SDK releases for Android!
Android Developers 1mo -
Android 15 is released to AOSP
Android Developers 3mo -
#TheAndroidShow: diving into the latest from Made by Google, including wearables, Foldable, Gemini and more!
Android Developers 3mo