Coder Social home page Coder Social logo

tebogoyungmercykay / object_orientated_programming_in_cpp Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 1.85 MB

C++ is a cross-platform language that can be used to create high-performance applications. C++ was developed by Bjarne Stroustrup, as an extension to the C language. C++ gives programmers a high level of control over system resources and memory. The language was updated 4 major times in 2011, 2014, 2017, and 2020 to C++11, C++14, C++17, C++20.

C++ 99.54% Makefile 0.44% C 0.02%
array-of-objects binary-heap classes doubly-linked-lists enumeration genetic-algorithm inheritance linear-data-structures matrix-arithmetic operator-overloading

object_orientated_programming_in_cpp's Introduction

Kali_Edit


Personal Profile

As a Software Developer with experience in AWS Cloud Development, Full-Stack Development, DevOps, Database Management, and Testing, I apply my problem-solving skills to address real-world challenges. My interest in Cyber Security and Ethical Hacking has broadened my knowledge and skills, enabling me to deliver secure digital solutions. I'm also intrigued by Data Science, where I use data to derive valuable insights and inform decisions. Outside of technology, I engage in chess, art, and design, which contribute to my strategic thinking and creativity. My diverse interests and expertise allow me to make a meaningful impact through innovative solutions. This diverse skill set makes me a valuable addition to any team, ready to contribute and learn in a dynamic environment.

Additionally, as a STARS Mentor at the University of Pretoria, I guide and inspire aspiring minds on their educational and professional journeys. As Martin Luther King, Jr. once said, "Life's most persistent and urgent question is, what are you doing for others?" Mentoring is a way to contribute to others by dedicating yourself to your mentee's well-being. Since I enrolled in the STARS mentorship, I have a better appreciation for the importance of mentorship.


Professional Skills

import json

proficient_json = json.dumps({
    "Languages": ["C++", "Java", "Python", "JavaScript", "C#", "PHP", "Node.js", "Typescript"],
    "Front-End  Tools": [
        "Angular", "React", "Ionic", "Bootstrap",
        "jQuery", "NextJS", "Tailwind CSS"
    ],
    "Back-End Tools": ["Node.js", "Express.js", "Django", "FastAPI", "Flask"],
    "Web Technologies": ["JSON", "AJAX", "HTML & CSS", "Markdown", "Socket.io"],
    "Databases": ["MySQL", "MongoDB", "NeDB", "PostgreSQL", "Microsoft SQL Server"],
    "AWS Services": [
        "AWS", "S3 Bucket", "DynamoDB", "AWS Lambda", "XRAY",
        "API Gateway", "AWS Elastic Beanstalk", "Amazon EC2",
        "AWS CloudFormation", "AWS IAM (AWS Identity and Access Management)"
    ],
    "Development Tools": [
        "phpMyAdmin", "Docker", "Continuous Integration and Continuous Delivery (CI/CD)",
        "CircleCI", "SSMS"
    ],
    "Terminals": ["CMD", "Kali Linux", "Bash", "WSL", "PowerShell", "Ubuntu"],
    "Web Frameworks": ["Django", "Flask", "Node.js with Express", "PHP"]
}, indent=4)

Create a Todo. Serverless.

async createToDo(todoItem: TodoItem): Promise<TodoItem>{
        console.log("Creating new todo");
        const params = { 
            todo_Table: this.todosTable, 
            Item: todoItem,
        };
        const result = await this.documentClient.put(params).promise();
        logger.info('User created a todo', {result})
        return todoItem as TodoItem;
}


Contact Details


object_orientated_programming_in_cpp's People

Contributors

tebogoyungmercykay avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.