Skip to content
View b-lemy's full-sized avatar
🌴
On vacation
🌴
On vacation
  • AdanianLabs , MkomboziBank
  • dar es salaam

Highlights

  • Pro

Block or report b-lemy

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
b-lemy/README.md

Hi there 👋


👨‍💻 About Me : I am a Full Stack Developer from Tanzania.

I am a hands-on learner, hence prefer learning new technologies through development. In my free time, I explore new technologies, read tech blogs and solve problems .

  • 🔭 I’m working as a Software Engineer and contributing to frontend and backend for building web applications.

  • 🌱 Exploring Technical Content Writing.

  • ⚡ In my free time, I solve problems on GeeksforGeeks and read tech articles.

  • 📫How to reach me: Linkedin Badge

Top Langs

✍️ Blog Posts :

-Projects done https://tikunet-6fedc.web.app/

-Ongiong DoctorPatient Website for user try [email protected] password is the password

-Completed a shopping Cart with context Api Shopping Cart Link

Here are some ideas to get you started:

  • 🔭 I’m currently working on
Jipime Fasta V1

Pinned Loading

  1. My first Gist My first Gist
    1
    function convertToRoman(num) {
    2
        let result = "";
    3
         while(num>=1000){
    4
          result +="M";
    5
          num -=1000;
  2. CS335-GROUP1-LIBRARY-MANAGEMENT-SYSTEM/CS335-Library-Management-System CS335-GROUP1-LIBRARY-MANAGEMENT-SYSTEM/CS335-Library-Management-System Public

    The system will be able to allow citizens from Tanzania to do online bookings from the library and online reading to reduce the overall bureaucracy of library management activities and provide effi…

    TypeScript 5 2

  3. JFasta JFasta Public

    Dart

  4. student-management-system student-management-system Public

    HTML

  5. WAFANYAKAZI-APP/TempController WAFANYAKAZI-APP/TempController Public

    A controller that implements useState hooks and simple array interpolation

    JavaScript

  6. Fetch Snippet Fetch Snippet
    1
    import {useEffect, useState} from "react";
    2
    
                  
    3
    function App() {
    4
        const [search, setSearch] = useState("");
    5
        const [container, setContainer] = useState([]);