Skip to content
View mohdjishin's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report mohdjishin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mohdjishin/README.md

Here's my Manifest.xml:

[personal]
name = "Muhammed Jishin Jamal T.C.P"
Location = "Kerala, India"
email = "mohdjishin666@gmail.com"

[professional]
currently-employed = "DevSecOps"
title = "Software Engineer specializing in Backend Development, Application Security, Network Security, Penetration Testing, and Vulnerability Assessment"

[bio]
interests = [
    "linux",
    "open-source",
    "Penetration Testing",
    "Information Security"
]

programming-languages = [
   "Go",
   "c",
   "python"
]

technologies = [
  "Git",
  "gRPC",
  "Docker",
  "Cryptography",
  "Kubernetes (k8s)",
  "Amazon Web Services (AWS)",
  "Continuous Integration and Continuous Deployment (CI/CD)",
]
database = [
  "PostgreSQL",
  "MongoDb"
]

additional = [
  "Cross-border payments"
]

I'm always interested in meeting new people, so feel free to reach me on:

Pinned

  1. GooCart GooCart Public

    This repository contains the source code for an eCommerce API . API designed for is using in a modern, scalable eCommerce application .This API is built using GoLang and the Fiber web framework, wh…

    Go 24 5

  2. This is a demonstration of dynamic p... This is a demonstration of dynamic printing in Golang
    1
    package main
    2
    import "fmt"
    3
    func main() {
    4
    	var i int = 1
    5
    	var t bool = true
  3. BlackHatPython BlackHatPython Public

    This repository is based on the book "Black Hat Python" contains code and resources related to the tools and scripts discussed in the book. The repository provides access to source code written in …

    Python 4

  4. ShoppersCart ShoppersCart Public

    Shopper's Cart is web application built using Node.js and Express that allows users to add, view, and purchase products with features such as a product catalog, cart management, checkout process, o…

    JavaScript 2

  5. mongo-express-k8s mongo-express-k8s Public

    This repository explores Kubernetes using MongoDB and Mongo Express. It contains configuration files and documentation to deploy and manage a Kubernetes cluster, ensuring high availability and scal…

    1

  6. CTF-Writeups CTF-Writeups Public

    This GitHub repository contains my personal experience, hints, and information on vulnerabilities encountered during my participation in Capture the Flag challenges on TryHackMe and HackTheBox plat…