Skip to content

Commit

Permalink
Tools I Use Every Day post updated with AI tools
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekkpatel committed Jan 1, 2025
1 parent 7f5db33 commit d126725
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion _posts/list/2024-11-01-tools.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: 🛠️ Tools I Use Every Day <script>document.write(/\d{4}/.exec(Date())[0])</script>
title: 🛠️ Tools I Use Every Day 2025
description: A curated list of the essential software I rely on for my daily routine. Find out which tools help me stay productive and efficient.
date: 01-11-2024
categories: [Development, Software]
Expand Down Expand Up @@ -72,6 +72,25 @@ I do use lot of tools and software, so I am just going to focus on tools that I
- This is not needed if you're just using software for internal use
- I normally use it for C# projects since I have to provide good installation process for my clients so it must have tool for me

### 🤖 AI Tools

#### [Microsoft Copilot](https://copilot.microsoft.com/) / [ChatGPT](https://chatgpt.com/)
- Copilot is my current go to tool to ask any query, I've stopped using google for any research or info related query
- Combining both into same group because both use similar tech, and both comes with chat type interface
- I've started with using ChatGPT last year but switched to Copilot because it's now bundled with Microsoft 365 Subscription, with no limitations number of queries or resources
- I am currently using it for
- Speed up my learning [ research, software packages, new API ]
- Speed up my development by providing easy access to all docs and sample codes
- General day to day automation [Data clean up, File conversions, Automation using command line tools, writing windows scripts]

#### [Codium](https://codeium.com/)
- It's Opensource Extension for your Code Editor like VS Code or Visual Studio Code or PyCharm
- Unlike our traditional AI tool like ChatGPT this is integrated inside IDE / Code Editor and Have full access to our code files
- Codium is focused on coding and development, while ChatGPT is focused on natural language understanding and generation
- I am only using this for past few months so yet to fully integrate into my current workflow, but it looks promising
- I am currently using it for
- While i am still using Copilot/ChatGPT 80% time for coding, Codium is great for building first working version

### ☑️ General Productivity

#### [Ditto](https://ditto-cp.sourceforge.io/)
Expand Down

0 comments on commit d126725

Please sign in to comment.