π Excited to share a great tool for anyone working with GitHub Actions: https://lnkd.in/dgUDqgAr! With act, you can run your GitHub Actions locally, giving you fast feedback on your workflow changes without needing to push every update to GitHub. This means you can catch issues early, iterate quickly, and save […]
Software Development
https://roadmap.sh roadmap.sh is a fantastic platform for developers looking to advance their careers. It features community-created roadmaps, guides, and resources that help users identify their learning paths. With over 290,000 stars on GitHub and a community of more than 1 million users, itβs a go-to resource for both beginners and […]
I have been using the Cursor AI code editor for some time. It is really useful and makes the development faster. You can check the features here: https://www.cursor.com/features β K lets you edit and write code with the AI. To edit, try selecting some code, click “Edit,” and describe how the code should […]
Hi all, this is just a suggestion from my side. For AI LLMs like ChatGPT, Gemini. If you are using LLM for solving coding problems, you may have realized that ChatGPT and Gemini do lots of hallucinations and giving wrong answers. Which causes us to lose time. Instead, sometimes, searching […]
Photo link β The most recent artificial intelligence (AI) development from OpenAI is known as GPT-3, or Generative Pre-trained Transformer 3. It is a potent language model that can produce text that resembles human language. It is turning becoming a potent tool for software engineers. In this post, we’ll go […]
I was playing around with AI solutions however I have never seen that make me excited so far. OpenAI chat is in “Free Research Preview”. I hope that we can use it free forever. You can access it from this link. https://chat.openai.com/chat Here is an example where I am asking […]
I had the problem of getting all the EC2 instances from all regions with their CPU, RAM, Storage details. How to get all ec2s in all regions? So developed a script for this purpose. Before this script, it was taking manual effort for me to collect the EC2s from all […]
I am using AWS and the EC2 instances extensively. However I had one issue with finding the best prices for on demand and spot instances. So I developed my own code to check the best prices. The software will collect the data from AWS and will put it in a […]
Working remote or an online gamer; it is important to have reliable connection. When you check the download and upload speed, you may see no problems and Speedtest also shows the jitter. You can check a definition also here . I was looking a good solution to see my network […]
I have created a sample python code to show sentiment analyis and language processing. Features This is a sample project with the features below: Dockerfile and docker-compose for easy deploy and test Using Tornado web server Using SQLAlchemy ORM Have a sngle page to submit a URL Makes sentiment analysis […]