Giter Club home page Giter Club logo

catalog's Introduction

Hi I'm Ricky hi

wakatime

🌐 Reach out to me!:

LinkedIn Instagram TikTok X Mail Badge


πŸ’« About Me:

As an experienced Senior Software Developer, I bring deep expertise in Elixir, Ruby, JavaScript, and Ruby on Rails, complemented by my continuous learning in TypeScript, ReactJS, and Next.js. My extensive experience in functional and object-oriented programming, coupled with my knowledge in databases and systems administration, has allowed me to deliver high-quality software solutions consistently.

I have a proven track record in IT software design and project management, having successfully developed and deployed cross-platform financial solutions for web-based financial services applications. My proficiency in IBM DB2, Oracle, PostgreSQL, MySQL, and MS-SQL Server relational databases has been instrumental in these successes.

I take pride in my solid understanding of ISO-8583, which I have leveraged for effective financial systems integration and deployment. My experience in IT service delivery, especially in the financial sector, has honed my skills in creating robust, secure, and scalable solutions.

I am recognized for my contributions to the tech community, having won the Global Techsprint Leadership 2023. I am passionate about using technology to drive business growth and efficiency, and I am always eager to connect with other industry professionals and recruiters.

If you're searching for someone who can deliver complex projects with efficacy and precision, let's connect.

side_sticker

  • πŸ’» Most used line of code git commit -m "Initial Commit"
  • πŸ€” I’m looking for help with outstanding project ideas.
  • πŸ“« How to reach me: [email protected].
  • πŸ˜„ Pronouns: He/His or TeamWorker
  • I’m looking to collaborate with any Open - Source web projects
  • ⚑ Fun fact: I always try to learn something new and then sleep till it stores in the brain

πŸ’» Tech & Tools Preference:

Elixir Erlang JavaScript Ruby TypeScript Markdown Lua HTML5 GraphQL CSS3 C++ AWS Azure Cloudflare Datadog DigitalOcean Firebase GithubPages Google Cloud Heroku Netlify Oracle Render Vercel Chakra Express.js FastAPI Gulp Hugo Ionic Jasmine jQuery JWT Less MUI NPM NestJS Next JS NodeJS RabbitMQ Rails React React Query React Router React Hook Form Redux Remix SASS Semantic UI React Styled Components TailwindCSS Three js Vite Webpack Web3.js WordPress Yarn Apache Jenkins Nginx AmazonDynamoDB Firebase MicrosoftSQLServer MongoDB MySQL PlanetScale Postgres Redis SQLite Supabase Canva Figma Framer Gimp APACHEKAFKA AZUREDEVOPS CIRCLECI Docker GRAFANA Kubernetes Airbnb Confluence Docker ESLint Grafana Jira Kubernetes Notion OpenSea Postman Power Bi Swagger TOR Terraform Trello Uber

Β 


πŸ’° You can help me by Donating:

BuyMeACoffee PayPal

catalog's People

Contributors

anuarshaidenov avatar cwaku avatar delhinrharl avatar imgbotapp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

catalog's Issues

[1pt] Create Item class in a separate .rb file. (Group Task)

  • All Item class properties visible in the diagram should be defined and set up in the constructor method. Exception: properties for the 1-to-many relationships should NOT be set in the constructor method. Instead, they should have a custom setter method created.
  • Add all methods visible in the diagram.

[1pt]Implement methods(Student 2)

  • add_item method in the Genre class
    • should take an instance of the Item class as an input
    • should add the input item to the collection of items
    • should add self as a property of the item object (by using the correct setter from the item object)
      - can_be_archived?() in the MusicAlbum class
    • should override the method from the parent class
    • should return true if parent's method returns true AND if on_spotify equals true
    • otherwise, it should return false

[1pt] Implement methods in Item class(Group Task)

  • can_be_archived?() in the Item class

    • should return true if published_date is older than 10 years
    • otherwise, it should return false
  • move_to_archive() in the Item class

    • should reuse can_be_archived?() method
    • should change the archived property to true if the result of the can_be_archived?() method is true
    • should do nothing if the result of the can_be_archived?() method is false

[1pt] Implement methods in Book class(Student 1)

Implement methods:

  • add_item method in the Label class
    • should take an instance of the Item class as an input
    • should add the input item to the collection of items
    • should add self as a property of the item object (by using the correct setter from the item object)
  • can_be_archived?() in the Book class
    • should override the method from the parent class
    • should return true if parent's method returns true OR if cover_state equals to "bad"
    • otherwise, it should return false

Implement methods (Student 3)

  • Implement methods:
    • add_item method in the Author class
      • should take an instance of the Item class as an input
      • should add the input item to the collection of items
      • should add self as a property of the item object (by using the correct setter from the item object)
    • can_be_archived?() in the Game class
      • should override the method from the parent class
      • should return true if parent's method returns true AND if last_played_at is older than 2 years
      • otherwise, it should return false

[1pt] Implement startup actions(Group Task)

  • Implement startup actions:
    • Present the user with a list of options to perform.
    • Let users choose an option.
    • If needed, ask for parameters for the option.
    • Have a way to quit the app.

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.