Prathewsh.CV
<img>
Profile Picture
</img>

SKILLS

HTML, CSS, JavaScript, Bootstrap, PHP, SQL, AWS, GitHub, Linux, Shell scripting, Python, C, Java

INTERESTS

Development, Testing, Cybersecurity, Video Games

SOCIALS
LANGUAGES

English
Malayalam
Hindi

EXTRAS

Founder @ Developer
Markuply


// <summary>
// Passionate full stack developer with a love for all
things gaming. With 2+ years of experience in the tech industry, I
have a proven track record of delivering high-quality code and
user-friendly designs. Skilled in HTML, CSS, JavaScript,
Codeigniter, Unreal Engine, unity ,figma and blender . I have a
strong passion for staying up-to-date with the latest industry
trends. In my free time, I am a cybersecurity enthusiast and an
avid gamer and follower of the gaming industry. //
// </summary>

public class INFORMATION {
    public string NAME = "PRATHEWSH S BABU";
    public string TITLE = "FULL STACK DEVELOPER";
    public string EMAIL = "prathewshsureshbabu@gmail.com";
    public int AGE = 25;
}

public static class EXPERIENCES {
    public void CYSGEN TECHNOLOGIES PVT LTD() {
        var Duration = "March 2024 - Present";
        var Positions = ["Team Lead", "Team Associate"];
        var Description = "Managed the entire process from initial design and 
        development through to deployment and testing";
        var Place = "Thirurkkad, Kerala, India";
    }

    public void DATACUBE SOFTWARE SOLUTIONS PVT LTD() {
        var Duration = "November 2022 - March 2024";
        var Positions = ["Team Associate", "PHP Developer", "Frontend Web Developer"];
        var Description = "Managed the entire process from initial design and
        development through to deployment and testing";
        var Place = "Perinthalmanna, Kerala, India";
    }

    public void SREEPATHY INSTITUTE OF MANAGEMENT AND TECHNOLOGY() {
        var Duration = "March 2019 - March 2020";
        var Position = "Web Developer";
        var Description = "Developed the college website";
        var Place = "Vavanoor, Pattambi, Kerala, India";
    }
}

public class EDUCATION {
    private void COLLEGE() {
        var Name = "SREEPATHY INSTITUTE OF MANAGEMENT AND TECHNOLOGY";
        var Type = "Bachelors Degree";
        var Course = "Computer Science";
        var Date = "2017 - 2022";
        var Place = "Vavanoor, Pattambi, Kerala, India";
    }

    private void SCHOOL() {
        var Name = "PRESENTATION HIGHER SECONDARY SCHOOL";
        var Type = "HIGH SCHOOL";
        var Course = "Computer Science";
        var Date = "2015 - 2017";
        var Place = "Perinthalmanna, Kerala, India";
    }
}