Kira Codes πŸ‘¨β€πŸ’»
77 subscribers
88 photos
21 videos
99 links
A place where I share my dev journey

Dm: @Raki_man
Download Telegram
Media is too big
VIEW IN TELEGRAM
I was recently working on DocuFinance an open-source AI powered Financial document extractor that extracts key informations from financial documents automatically.

πŸ“„ Supported documents:
β€’ Bank statements
β€’ Invoices
β€’ Receipts

✨ Features:
β€’ Auto-detects document type
β€’ Extracts all structured data (transactions, line items, totals)
β€’ Export to CSV with one click

πŸ›  Tech stack:
- Next.js 16
- TypeScript
- Tailwind CSS
- shadcn/ui
- AI-SDK
- Better-Auth
- Supabase
- Trigger.dev


⭐️ GitHub: https://github.com/kira-1011/financial-document-analyzer

πŸ”— https://financial-document-analyzer-self.vercel.app/
πŸ”₯10
https://storage.googleapis.com/gdm-deepmind-com-prod-public/media/media/synthid__gemini-detection.mp4#t=0.1

Upload an image to Gemini, and it can quickly tell you if Google AI created or changed it by looking for the SynthID mark.
πŸ”₯2πŸ€“1
As a developer, at some point you realize it’s not just about knowing a specific tech stack. It’s more about looking at a problem, breaking it down into smaller sub-problems, framing it clearly, and simplifying it to a level where it can be solved through logic or code. In the end, your job is to connect the dots and build a solution.
πŸ‘Œ1
Forwarded from Tech Nerd (Tech Nerd)
As developers, we seriously need to stop underestimating marketing.

@selfmadecoder
πŸ”₯1
Pre-commit Hooks πŸͺ

If you're tired of manually running linting or formatting commands every time before you commit and push your code…

You can use pre-commit hooks which is part of Git’s native hook system

A pre-commit hook is a script that runs automatically whenever you run git commit.

It can run tasks like:

πŸ’  linting
πŸ’  formatting
πŸ’  running tests
πŸ’  checking types
πŸ’ validating files

This will help you avoid manual work

Pre-commit tools
For Node.js based projects Husky (usually used with lint-staged) is quite popular
For python based projects pre-commit framework is popular
πŸ‘1
Media is too big
VIEW IN TELEGRAM
AI is getting out of hand πŸ˜‚πŸ˜‚
🀣1
I need help debugging this code 😭
Is it recommended to use LLMs for converting natural language text to SQL query? πŸ€”

For instance,
converting 'Show me the names of all customers in New York' into
SELECT name FROM customers WHERE city = 'New York'
Gooood morning πŸŒ„πŸŒ„
❀2
See you guys at DevFest tomorrow πŸ•Ί
πŸ”₯2
We rely so much on the internet today that it has become a basic necessity. It’s so deeply intertwined with our daily lives that having no internet now feels like losing something essential.

I feel like the same thing is starting to happen with AI.

AI is slowly becoming intertwined with our daily workflows, especially in software development, just like the internet did years ago. I often think about how people used to write code back in the day without having anything to quickly refer to,no Google, no Stack Overflow, no instant search, nothing.

Now we’re seeing a similar shift with AI, especially in this LLMs / AI Agents era. I sometimes wonder how people used to build entire applications without relying on any AI tools, not even simple things like AI tab completions.

And honestly, we’re already starting to feel the shift, much like how people back then felt when the internet was introduced.

Btw, the Internet was officially introduced in 1983 -> 42 years ago πŸ˜‚

What are your thoughts on this ?