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 […]
Software Development
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 […]
This is a commerical solution that I build for Keystone Consulting Co. I developed it using Django, Python, JQuery and Bootstrap 4. In the backend it uses Apache, MySQL, Celery and Memcached. Here are some of the features: Property Management Rental Management Contracts Management Customer Management (Owners and Renters) Cost […]