Welcome to my blog, where we delve into the exciting world of coding, development, devops, and Linux! Whether you’re a seasoned developer or just starting out, you’ll find something here to interest and inspire you.
Welcome đź‘‹
Coding is a magical process that turns our wildest ideas into reality. It’s a tool that empowers us to create anything we can imagine, from simple websites to complex software systems. And that’s exactly what we’ll be exploring here on my blog.
We’ll be delving into the latest trends and technologies in the world of development and devops, from the newest languages and frameworks to cutting-edge tools and techniques. And of course, we’ll be taking a deep dive into the world of Linux, the open-source operating system that powers the majority of servers and devices on the internet.
But this blog isn’t just about learning and staying up-to-date. It’s also about having fun. Because let’s face it, coding can be a lot of fun! From problem-solving to creating something new, there’s a lot to love about the world of development.
So join me as we explore the exciting world of coding, development, devops, and Linux. Together, we’ll learn new skills, discover new technologies, and have a blast doing it!
Introduction to GPT-3 Basics of GPT-3, including its architecture and training data
GPT-3 (short for “Generative Pre-trained Transformer 3”) is a state-of-the-art natural language processing (NLP) model developed by OpenAI. It is the successor to the GPT-2 model, which was released in 2019. GPT-3 is capable of generating human-like text, completing tasks such as translation, summarization, and question answering, and even generating code.
One of the key features of GPT-3 is its large size.
Ah, the age-old question: Java or Python? Developers have been debating this for years, and it seems like there’s no end in sight. It’s like trying to choose between pizza and ice cream. Both are delicious, but one is probably going to give you a stomach ache if you eat too much of it. But fear not, dear reader, for I am here to break down the pros and cons of both languages and help you make an informed decision.
What is IPTV Internet Protocol television (IPTV) is a digital television service that uses the internet to deliver television programming. Instead of receiving television programming through traditional satellite or cable signals, you can access it through your internet connection.
Television content is encoded into a digital format and transmitted to a server. The server, often located in a data center, stores the television content and makes it available to subscribers through the internet.
Wouldn’t it be nice if you could receive a notification in telegram when a movie starts playing in you plex server?
In this Article, We will learn how to setup a bot and make it send notifications when a movie starts playing in plex.
Before you Start Before you start you would need the following…
PLEX Server : You will need a plex server running in any of your home servers.
Just Planted Aquarium? NO. You can create a TimeLapse Video for every use-case you can think of. Today, I will show you how I created an Automated TimeLapse for my Planted Aquarium.
Here is the latest TimeLapse : https://github.com/amithgc/aquarium-photos/blob/main/gif/animation.gif
Before you Start Before you start, you would need the following…
A Camera : To capture the Images Yes, You will need a camera. I used a TP-LINK 3MP (Tapo 110) .
API Response time — Response time is the amount of time a system takes to respond to a request once it has received one . For example, the time between the instant we execute an API and this API returns the result of its computation, that’s the response time.
As of today, There are numerous ways to monitor spring boot applications and the API response time. But, Many of the cases when your production environments are running old versions of Spring or there are legacy code where you will not be able to utilise the latest frameworks.
Send EMAIL via SendGrid API using Shell Script
We had a requirement to send the Emails via SendGrid using a shell script, SendGrid does expose their HTTP API’s. Below are some cURL examples for several basic use cases to get you sending email through SendGrid’s v3 Mail Send endpoint right away!
curl --request POST \ --url https://api.sendgrid.com/v3/mail/send \ --header 'Authorization: Bearer YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{"personalizations": [{"to": [{"email": "recipient@example.
If you are a Dev-Ops Engineer, You and Your team may want to keep a track of who is logging in to which Servers/Virtual Machines.
In this article, We will learn how to create a Telegram Bot and write a shell script to send messages to Telegram messenger using the Curl command.
Then you will also use this shell script to send a notification to your Telegram Channel when a SSH login is detected.