Giter Site home page Giter Site logo

Samson Ssali's Projects

album-nexus icon album-nexus

A music playlist built with love using next.js, prisma and nexus team.

binary_search icon binary_search

A search algorithm that iterates through a sorted list by comparing the middle value in the list with the target, if the target value is less than the middle value, all values greater than the middle value are discarded and the range of search for the next iteration is narrowed down to be from 0 to the middle value, if greater, all values less than the middle value are discarded and the range of search for the next iteration is narrowed down to start at the immediate value after the middle position to the last position of the original search range otherwise. This is done until the middle value matches the target.

blogger icon blogger

demo vue cli slots router vuex mixins

broprint.js icon broprint.js

The world's easiest, smallest and powerful visitor identifier for browsers.

feathers-scss-chat icon feathers-scss-chat

A basic chat application that demonstrates how to use Feathersjs to implement a restful and realtime api for a chat application whose UI is Styled using Scss.

generics icon generics

Generics generalize types and functionalities to broader cases.

learning-vue icon learning-vue

A walk through the Vue Docs From Start to finish emphasizing key points

linear_search icon linear_search

A search algorithm that iterates through a list in sequential steps and comparing each iteration step with the target value until it finds a match

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.