Skip to content
View Idighekere's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Highlights

  • Pro

Block or report Idighekere

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
idighekere/README.md

Hey ๐Ÿ‘‹, I'm Idighekere Udo

github twitter devto linkedin facebook kaggle medium

Glad to see you here!

Iโ€™m a web developer specialising in building functional web interfaces. I am a Computer Engineering undergraduate. I am a 3x hackathon winner.


Quick Rundown

  • ๐Ÿ”ญ Iโ€™m currently working on Selinq
  • ๐ŸŒฑ Iโ€™m currently learning Machine Learning
  • โ“ Ask me about anything related to MERN stack and related technologies
  • ๐Ÿ‘จโ€๐Ÿ’ป All of my projects are available at https://idighekere.dev/
  • ๐Ÿ“ซ How to reach me idighekereudo@gmail.com

Languages and Tools

React CSS3 HTML5 JavaScript TypeScript MongoDB Python Express.js Linux Git WordPress Node.js Tailwind CSS

Github Stats

Most Used Languages
Stats
GitHub Streak

Wakatime Stats

Total time coded since Aug 19 2024


Pinned Loading

  1. dev-links dev-links Public

    A professional link-sharing platform designed for developers to centralize their online presence.

    TypeScript 1

  2. laptop-price-prediction-ml-model laptop-price-prediction-ml-model Public

    A machine learning model to predict laptop prices. Built by Group D, 200L Computer Engineering, University of Uyo.

    Jupyter Notebook 4

  3. WillBeThere-24/frontend WillBeThere-24/frontend Public

    JavaScript 1 2

  4. This Gist contains a custom encrypti... This Gist contains a custom encryption and decryption algorithm written in TypeScript. The encryption method uses XOR operations, right shifts, and a dynamic random padding length to ensure enhanced security.
    1
    import { StatusBar } from 'expo-status-bar';
    2
    import { useState } from 'react';
    3
    import { Dimensions, TouchableOpacity, SafeAreaView, StyleSheet, Text, View } from 'react-native';
    4
    import EncryptForm from './src/components/EncryptForm';
    5
    import DecryptionForm from './src/components/DecryptionForm';
  5. abeghelpme/frontend abeghelpme/frontend Public

    TypeScript 18 6

  6. alx-low_level_programming alx-low_level_programming Public

    This is my first low level language course at alx

    C