Skip to content
View lawalTheWest's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report lawalTheWest

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
lawalTheWest/README.md

Hi! 👋

I am Lawal Tajudeen.

A Software Engineer

📊 GitHub Stats:

GitHub Streak

I'm a skilled software engineer with a passion for creating innovative solutions using cutting-edge technologies.

📊 GitHub Stats:

🔥 My GitHub Statistics

Top Langs

📊 GitHub Stats:

Passion for Learning: I have a strong passion for staying up-to-date with the latest advancements in the tech industry. I am constantly engaged in research and self-learning to expand my skill set and stay ahead in the ever-evolving field of software engineering.

As a dedicated and skilled software engineer, I am committed to delivering high-quality work and continuously improving my skills to contribute to the success of any project I am involved in. With my solid foundation in software development and my passion for learning, I am well-equipped to excel in the tech industry and make a positive impacts.

Pinned

  1. printf printf Public

    Printf is a core C library function that allows for formatted output, making it a crucial tool for displaying information to the user. By studying and implementing printf, developers can gain insig…

    C 1

  2. sorting_algorithms sorting_algorithms Public

    This showcases various sorting algorithms implemented in the C. Sorting algorithms are fundamental tools in computer science, used to arrange data in a specific order. In this project, we explore d…

    C 1

  3. simple_shell simple_shell Public

    A minimalist command-line interpreter. It provides a basic interface for users to interact with their computer, allowing them to execute commands, navigate the file system, and manage processes. Th…

    C 1

  4. alx-higher_level_programming alx-higher_level_programming Public

    The practice of writing code using languages and frameworks that provide abstractions and automation for common tasks, allowing developers to focus on problem-solving rather than low-level details.…

    Python 1

  5. baydre/AirBnB_clone baydre/AirBnB_clone Public

    Deploy on a server a simple copy of the AirBnB website with command interpreter to manipulate data without a visual interface.

    Python 1

  6. monty monty Public

    This repository explores the implementation of two fundamental data structures in C. Stacks are used for managing data with a last-in-first-out approach, while queues operate with a first-in-first…

    C