Hi, my name is

Manohy RAJAONAH

I create high-quality software solutions

I specialize in crafting accessible, user-centered products, with a focus on both system design and development. Bring ideas to life with seamless functionality and intuitive interfaces.

I guess, It's Software Engineering xD

__About Me

Hey there, still Manohy here โ€” a curious and creative software engineer who loves building for the web. I enjoy crafting clean user experiences and solving problems one line at a time.

My journey began in 2022 during a Malagasy Inter-university Hackathon @HIU with my school @ESPA, where I discovered my love of engineering. I used React, HTML, and CSS as an UI developer during the time.

Since then, Iโ€™ve grown into a full-stack developer with a Masterโ€™s in Telecommunication Engineering, building real-world applications with modern tools and frameworks.

Lately, Iโ€™ve been exploring the world of AI and Machine Learning. Always building, always learning.

Here's a quick look at what I have ve been working with recently:


JavaScript (ES6+) | Typescript
React | Vue
Node.js
Python
Go
Sql
Docker
Linux | Shell
Git
Neovim | Cursor
profile

__Featured Projects

๐Ÿš€ Nasa Launch System API

Built an API for Nasa Launch System using Node.js with MVC architecture, writing integration tests with Jest and Supertest, and automating workflows with GitHub Actions.

Node.js
Jest
Mongoose
GitHubActions

๐Ÿ˜ผ Cat Wiki Master

Built a Fullstack app using Next.js 14 with TypeScript, featuring pages for individual cat profiles, top 10 cats, and dynamic API routes to fetch cat data. Integrated Tailwind CSS for styling and implemented reusable components for the UI.

Next.js 14
TypeScript
Tailwind
MongoDb

๐ŸŒบ Kotrana CSS Part 3

A CSS practice project with various stylesheets and SASS compilation techniques. Utilized SASS for better organization and modularity of styles. Demonstrates CSS prefixing, concatenation, and the use of SVG icons with Icomoon integration.

HTML
CSS
Sass
SVG
BEM

๐ŸŽฌ TMDB CLI Tool

A beautiful command-line interface tool to fetch and display movie information from The Movie Database (TMDB) API.

Golang
Go Cobra
TMDB API

โณ GitHub Activity CLI

A command-line tool to track and analyze GitHub activity. Fetch the recent activity of a GitHub user and display it in the terminal.

Python
Typer
Rich
Github API

๐ŸŒง๏ธ Weather API

A weather API wrapper service that fetches weather data from Visual Crossing API with Redis caching support. This project demonstrates working with third-party APIs, implementing caching, and handling environment variables.

Go
Go Fiber
Redis cache
Docker

โ˜๏ธ Caching Proxy Server

A lightweight caching proxy server written in Go that speeds up responses by caching requested content by using a CLI command with support for TTL, configurable port and origin. It includes cache status headers, response time tracking, and handles both query and path parameters.

Go
Go Cobra
Caching