Giter Site home page Giter Site logo

Hi there, I'm Haris! šŸ‘‹

GIF

Full-Stack Software Engineer | Software Development Enthusiast | Technophile

  • šŸ”­ Iā€™m currently working to become a Full Stack Developer
  • šŸŒ± Iā€™m currently learning Frontend Development and Backend Engineering
  • šŸ¤” Exploring AI and Data Science
  • šŸ‘Æ Iā€™m looking to collaborate with other content creators and developers
  • āš” Techthusiast

More About Me


Haris's GitHub stats


Top Langs

Languages & Tools



Let's Connect!


Haris Iftikhar's Projects

reservation_class_java icon reservation_class_java

A basic Reservation class in Java. Combined conditional operators with conditional statements to consolidate branching logic.

robot_inheritance icon robot_inheritance

Python Code Challenges: Classes (Advanced) | Prototype for micro-driving robots using Object-Oriented Programming.

rowmajor_order icon rowmajor_order

Row-major order for 2D arrays refers to a traversal path which moves horizontally through each row starting at the first row and ending with the last. Although we have already looked at how 2D array objects are stored in Java, this ordering system conceptualizes the 2D array into a rectangular matrix and starts the traversal at the top left element and ends at the bottom right element.

stack icon stack

Built out a Stack class that can: - Add a new item to the top using .push() - Remove an item from the top and return its value using .pop() - Return the value of the top item using .peek() - Maintain awareness of overflow and underflow using this.size and this.maxSize I've also created a class called PizzaDelivery.java that stacks up pizza for delivery. Once there are 5 pizzas in the deliveryGal stack, additional pizzas are stacked onto the pizzaHouse stack. .assign(): this method assigns pizzas to the appropriate stack. .deliver(): this method removes pizzas from the deliveryGal stack.

thread_shed icon thread_shed

The task is to use your Python skills to iterate through this string, clean up each transaction, and store all the information in easier-to-access lists.

tree icon tree

Built a tree data structure in Java and implemented a TreeNode class that contains an Object data and maintains a list of TreeNodes called children.

trends_in_startups icon trends_in_startups

Using SQL commands to query required information from tables stored on the database.

tsunami_coffee icon tsunami_coffee

In this project, I applied relative units and responsive web design concepts for making a completely responsive website.

ufo_game icon ufo_game

A hangman related game made using c++ programming language.

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.