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

hacktoberfest2021-2 icon hacktoberfest2021-2

Make your first Pull Request on Hacktoberfest 2021. Don't forget to spread love and if you like give us a ⭐️

hacktoberfest2021-5 icon hacktoberfest2021-5

For Beginners, students and developers this is a great opportunity to learn and contribute to open source.

hacktoberfest2021-6 icon hacktoberfest2021-6

Make your first PR. A beginner friendly repository made specifically for open source beginners. Add any program under any language (it can be anything from a simple program to a complex data structure algorithm). Happy coding...

hacktoberfest2022-for-everyone icon hacktoberfest2022-for-everyone

This repository is for everyone who wants to participate in Hacktoberfest 2022. Anyone can contribute/add quality code or projects for your Swags (T- Shirt), must be relevant that can add some value to this repository.

hashmap icon hashmap

Hash maps are a common data structure used to store key-value pairs for efficient retrieval. A value stored in a hash map is retrieved using the key under which it was stored.

headlines.flexbox_lesson icon headlines.flexbox_lesson

Applied a few of the properties of flexbox layout to arrange one section of the web page of Headlines. (Flexbox Lesson from Codecademy)

language_inheritance_project icon language_inheritance_project

Java can help us build a model to track inherited traits across language families. In this case, we’ll focus on something that often varies between language families: word order — where the subject, verb, and object would go in a sentence.

learn-to-code icon learn-to-code

This repository is the MLSA-MUET-SZAB-CLUB commitment towards the opensource and learning to code.

linkedlist icon linkedlist

Implemented a Singly Linked List class and created an instance of that class to represent the seasons. We can add to it, remove from it, and finally print it out to see what we’ve done.

loginformapp icon loginformapp

A login form that will login with the correct username and password.

minheap icon minheap

Implemented a min-heap in Java and understood the core concepts of heaps. In summary: - Min-heaps created using the MinHeap class track the minimum element by storing it in index 1 of an ArrayList. - When adding elements, we call .bubbleUp() to compare the new element with its parent, making swaps if it violates the heap condition (min-heap children MUST be greater than their parents!) -When removing the minimum element, we swap it with the last element in the heap. Then we use .heapify() to compare the new root value with its children, swapping with its smaller child if necessary down the heap. -Min-heaps are useful because they are efficient in maintaining the heap condition and keeping track of the minimum element in a dataset.

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.