Skip to content
View vivek-vijayan's full-sized avatar
βœ”οΈ
Focusing on developing new model for ML
βœ”οΈ
Focusing on developing new model for ML

Organizations

@TurnScript @Capgemini-Development
Block or Report

Block or report vivek-vijayan

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

Hello, I'm Vivek Vijayan πŸ‘‹

I'm a senior software developer with seven years of hands-on experience in Python, Java, and JavaScript. My passion for coding ignited during my college years, and since then, I've been on an exciting journey of continuous learning and growth in the world of programming.

πŸ’Ό Professional Journey:

Throughout my career, I've had the privilege of working on a diverse range of projects, each contributing to my expertise in the three cornerstone languages of software development:

  • Python: As a Python enthusiast, I've developed scalable web applications, automation scripts, and data analysis tools. The versatility of Python never fails to amaze me, and I find joy in crafting elegant solutions using its rich ecosystem of libraries.

  • Java: My journey with Java has been equally rewarding, allowing me to build enterprise-level applications and services. I enjoy leveraging its object-oriented principles to design robust and maintainable codebases.

  • JavaScript: With a focus on front-end development, JavaScript has been my go-to language for creating interactive and user-friendly web experiences. I love exploring the latest frameworks and techniques to push the boundaries of web development.

🌱 Ever-Enthusiastic Learner:

The tech landscape is ever-changing, and I embrace every opportunity to learn and grow. I stay up-to-date with industry trends, attend tech conferences, and actively participate in online communities to expand my knowledge.

πŸ”§ Open-Source Enthusiast:

I strongly believe in the power of open-source software and its potential to drive innovation and collaboration. As an active open-source contributor, I'm grateful for the chance to give back to the community that has supported my growth as a developer.

πŸ’¬ Let's Connect:

I'm always excited to connect with fellow developers, tech enthusiasts, and potential collaborators. Feel free to reach out to me via email or connect with me on GitHub. Let's share ideas, discuss code, and embark on exciting coding adventures together!

🌟 Fun Fact:

When I'm not coding, you'll likely find me exploring the great outdoors, indulging in sci-fi novels, or experimenting in the kitchen with new recipes.

Happy coding! πŸ˜„πŸ‘¨β€πŸ’»

Pinned

  1. Precedence checking program in Java Precedence checking program in Java
    1
    class Test {
    2
    
                  
    3
        // Empty scope - equvalent to normal variable initialisation   - P2
    4
        {
    5
            System.out.println("Empty scope called");
  2. C++ programming for Meta C++ programming for Meta
    1
    #include <iostream>
    2
    
                  
    3
    template <int n>
    4
    struct factorial
    5
    {
  3. Executable comments in Java Executable comments in Java
    1
    public class Commentexecution {
    2
        public static void main(String[] args) {
    3
            int alpha = 10;
    4
    
                  
    5
            // I'm changing the value of \u000d alpha = 30;
  4. DoubleParenthesis.java DoubleParenthesis.java
    1
    class Parent {
    2
        private int a = 10;
    3
    
                  
    4
        void addTwo() {
    5
            a += 2;
  5. ava-tuition-server-heroku ava-tuition-server-heroku Public

    AVA Group Tuition Server πŸ‘©πŸ»β€πŸŽ“ - Django Application πŸ”₯

    HTML 1

  6. google-image-scrapper google-image-scrapper Public

    Python script to scrap the google images based on the query search provided during runtime for using the image data for training and testing your ML models

    Python 1