Skip to content
Shaikh Shahid
Shaikh Shahid

Software Engineering and Personal Blog

  • About Me
  • Books and Publications
  • Resume
Shaikh Shahid

Software Engineering and Personal Blog

Artificial Intelligence Building Email Spam Detection Model in Python

Building Email Spam Detection Model in Python

Shaikh Shahid, September 18, 2023

I am pretty sure everyone who is reading this knows about email spam. This is a very general problem; almost all major email platforms have solved this problem to some extent. But, have you wondered how it actually works? In this article, we are going to explore the same and…

Continue Reading

API in Go using Gin Framework

Shaikh Shahid, February 22, 2023

Gin is a popular HTTP web framework for the Go programming language. It is designed to be a simple and lightweight framework, with a focus on high performance and ease of use. In this article, we’ll take a look at some of the key features of the Gin framework and…

Continue Reading

SQL Query to Check if Name Begins and Ends with Vowels

Shaikh Shahid, January 9, 2023

Here is a SQL query to check if the name begins and ends with vowels. Assuming you are running this in a MySQL database engine. SELECT NAME FROM USERS WHERE NAME RLIKE '^[AEIOU].*[aeiou]$' Here we are using RLIKE operator to run a regular expression against a column. The regular expression contains the…

Continue Reading
Database MySQL Query caching with Redis

MySQL Query Caching With Redis

Shaikh Shahid, January 6, 2023

By keeping frequently visited data in a temporary storage place known as a cache, caching is a common software development approach used to increase system efficiency. As a result, the system can access the data more quickly than if it had to go back to the original data source each…

Continue Reading
Artificial Intelligence ChatGPT

Getting Started with ChatGPT

Shaikh Shahid, December 31, 2022December 31, 2022

OpenAI developed ChatGPT specifically for chatbot applications. Its underlying architecture, the GPT (Generative Pre-training Transformer), has a proven track record of excellence in a range of natural language processing applications. One of ChatGPT’s main features is its ability to generate text input responses that resemble human responses. Because it has…

Continue Reading

Categories

  • Artificial Intelligence (2)
  • Database (2)
  • GoLang (1)
  • Machine Learning (1)

Tags

  • Artificial Intelligence (1)
  • golang (1)
  • Machine Learning (1)
  • mysql (1)
  • redis (1)

Year

  • 2023 (5)
  • 2022 (5)

Recent Posts

  • Building Email Spam Detection Model in Python
  • API in Go using Gin Framework
  • SQL Query to Check if Name Begins and Ends with Vowels
  • MySQL Query Caching With Redis
  • Getting Started with ChatGPT

Recent Comments

No comments to show.
©2023 Shaikh Shahid | WordPress Theme by SuperbThemes