Skip to main content

127.0.0.1

Ratheesh kumar R 

Full-Stack Developer

Kerala, India, Kayamkulam, Kerala 

+6282114103014

ratheeshspiral09@gmail.com

Github Profile - Click Here!

Linkedin Profile - Click Here!


Summary

A full-stack developer having 10+ years of experience in all facets of web development and DevOps, from personally meeting with clients to discuss their goals in having a web presence, to research and analysis, design, development, testing, and implementation of code and applications.

  • Participating fully in the Agile software development process

  • Has been both a team leader and a team member.

  • Able to learn new technologies and continuous improvement of skills.

  • Able to customize open-source technologies and tools.


Professional Skills

  • Python

  • PHP

  • Javascript

  • Java

  • Amazon Cloud

  • DevOps

  • Penetration Testing

  • Node.js

  • Google Cloud Platform

  • Kiosk App Development

  • ReactJS

  • Angular 11

  • Django


Employment History

Allianz Indonesia [Contract from HCL]  -  Jakarta , Jakarta

  • Leading the UI team and participate in the full lifecycle of development for company web application using Angular 11 Framework, Bootstrap, JavaScript, HTML, and CSS.

  • Ensuring user experience determines design choices. Developing features to enhance the user experience. 

  • Striking a balance between functional and aesthetic design. Ensuring web design is optimized for smartphones. 

  • Utilizing a variety of markup languages to write web pages. Maintaining brand consistency throughout the design.

Allianz Indonesia [Contract from BIT]   -  Jakarta , Jakarta

  • Leading the UI team and participate in the full lifecycle of development for company web application using ReactJS, Bootstrap, JavaScript, HTML, and CSS.

  • Responsible for maintenance of applications with technologies such as Java/Postgres Server/Oracle

  • Collaborate with the QA team to define test cases, metrics, and resolve questions about test results 

  • Evaluating code to ensure it meets industry standards, is valid, is properly structured, and is compatible with browsers, devices, or operating systems.

Allianz Technologies    -  Thiruvananthapuram , Kerala

  • Joined Allianz India to complete the onboarding formalities to join Allianz Indonesia

  • Attended internal training and workshop about International working standards.

Inapp Information Technologies   -  Thiruvananthapuram , Kerala

  • Developed Python-based API (RESTful Web Service) to track sales and perform sales analysis using Django, Flask, and PostgreSQL.

  • Developed and designed an API (RESTful Web Service) for the company’s website.

  • Maintaining various version controls systems such as GIT.

  • Strongly follow PEP-8 coding standard and test a program by running it across test cases to ensure the validityand effectiveness of code using PyChecker and PyLint

  • Managed companies virtual servers at Amazon EC2, S3

BGI Technologies   -  Thiruvananthapuram , Kerala

  • Possess strong knowledge of PHP web frameworks such as Laravel and proficient in various programming languages such as HTML/CSS, JavaScript, SQL, and PHP.

  • In-depth information of SQL/NOSQL databases as well as their declarative query languages to ensure appropriate information retrievalFamiliar with tools like GitHub, JIRA and have a solid understanding of various data types, data structures as well as algorithms

Aspirantz Infosec Pvt Ltd    -  Thiruvananthapuram , Kerala

  • Developing e-commerce applications using Opencart

  • Performing web application security testing and fixing flaws.

  • Develop an analytical dashboard to monitor operational efficiency


Education

  • Anna University  - BE Computer Science and Engineering (2012), Chennai, India


Languages

  • English: Fluent

  • Bahasa: Beginner

  • Malayalam: Native

  • Hindi: Conversational


Certifications & Achievements

  • Awarded as the Best Employee of the Month OCT 2015 from Inapp Information Technologies

  • Microsoft Certified IT Professional MCP ID: 9957765

  • Microsoft Certified Solutions Associate (MCSA)

  • Microsoft Certified Technology Specialist (MCTS)

  • Appin Certified Security Expert (ACSE) by CERTin & Ministry of Defence, India


Comments

Popular posts from this blog

Building a Clockify Agent MCP Tool with Claude AI

  🚀 From Problem to Solution: Building a Clockify MCP Tool with AI The Problem That Started It All 🤔 As someone who tracks time for multiple projects, I was constantly switching between Claude (for work assistance) and Clockify (for time tracking). The manual back-and-forth was eating into my productivity. I thought: "What if Claude could directly manage my time entries?" What is MCP? (Model Context Protocol) 🔌 Think of MCP as a "universal translator" that lets AI assistants like Claude connect to your favorite tools. Instead of copy-pasting data between apps, Claude can now directly: Fill out your timesheets Create projects Generate reports Start/stop timers It's like giving your AI assistant hands to work with your tools! The Journey: Coding WITH Claude 💻 Here's where it gets interesting - I used Claude itself to build this integration! Using "vibe coding" (collaborative coding with AI), I: Researched together : Claude helped analyze Clockify...

5 tips : How to search in Google effectively ?

 MASTER GOOGLE SEARCH Google is a fully automated search engine that uses software known as "web crawlers" that explore the web on a regular basis to find sites to add to our index. To master Google search and to find the right answer you need to ask the right question. Here are the 5 tips to write an effective search query in Google 1) Use the keyword " related: " to find a similar website to a website that you like. 2) Use the keyword "site:" if you want to search for something inside a website. 3) Use the keyword " - " (hyphen) to search by excluding a word. 4) Use the keyword " * " to replace a word you have forgotten or missed 5) Use the keyword "" to search and to find the exact phrase. Happy Searching :)
        Automated script - Upload front end artifacts to nexus Hello Pal Scenario : A FE developer working in an Angular project. He is building angular using angular build command and zip the output and upload to nexus and deploy using Jenkins or any tools. I created some file which help a developer to do all this until upload to nexus with a single command. This command programmatically upload angular atifacts to nexus using node Repo : https://github.com/ratheeshspiral09/angularbuidtonexus Steps to do that 1. Install dev dependencies   "web-nexus-deployer": "^1.0.2",   "archiver": "^5.3.0"    2. Make sure the version key in package.json matches your release    verison eg: "version": "5.7.0" 3. Set NEXUS_USERNAME and NEXUS_PASSWORD as env variables in the    terminal like below or add it in .bashrc file. `export NEXUS_USERNAME=username  export NEXUS_PASSWORD=password`   4.Run npm run deploy-to-nexus in termi...