Skip to content
View Raadiah's full-sized avatar
:octocat:
Focusing
:octocat:
Focusing

Block or report Raadiah

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
Raadiah/README.md

Howdy!

Welcome to my repository! This is Soomanib Kamruzzaman. I am currently working in the Department of ICT. My specialization is in the Software Engineering field. But I love to explore new technologies and tools.

Till now, I have built things using these technologies:

  1. C and C++ (My very first programming languages, and I still have nostalgia love for them)
  2. MERN Stack
  3. Vue and Laravel
  4. PHP
  5. Golang
  6. Python
  7. Databases: MySQL, PostgreSQL, Microsoft SQL Server

You will find different kinds of projects in my repository, from different track. Currently I am trying to master backend development. And after that, I may or may not, build some AI apps.

Adios! Lemme know if you have any suggestions. I love to hear to my technical critics ^_^

Pinned Loading

  1. DSA-Using-Go DSA-Using-Go Public

    Implementing the most used data structures and algorithms using Go.

    Go

  2. Readers-Cafe Readers-Cafe Public

    This is the second version of Book Shop Website. User login/registration with google, github and email/password is available using firebase. The website is made fully responsive.

    JavaScript

  3. Art-Store-Database Art-Store-Database Public

    This is an art store database management for a typical store which sells art supplies. The system is made with Oracle-11g DBMS. It includes trigger, loop, PL-SQL, procedure and functions.

    TSQL 5 1

  4. PostgreSQL PostgreSQL Public

    A documentation on PostgreSQL. Here the Art Store Database is again made step-by-step using PostgreSQL. Live Link: https://raadiah.github.io/PostgreSQL/

    3 1

  5. RooflessHouse RooflessHouse Public

    A graphics project using OpenGL library, which includes game walking, interactive camera view, roll, yaw, pitch, interactive light, texture mapping, Koch Curve, Complex Objects made etc.

    C++ 1

  6. Compiler_Design Compiler_Design Public

    A programming language grammar is defined. A parser is created for the grammar. An input-output example for possible test-cases are given.

    Yacc