Skip to content
View FikraDev's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report FikraDev

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

Hi There! 👋

My name is Ryan, a Business Systems Analyst with a passion data, infrastructure and Devops. I am currently acquiring the skills to branch out into the Data Engineering/DataOps career path.

I am a lover of opensource technologies and whenever possible, prefer to use it over closed source.

I am currently:

  • 🌿 Learning Python and SQL
  • 🌵 Seeking Open-Source projects to contribute to
  • 🍂 Seeking opportunities for collaborative learning

Projects

Readme Card Readme Card

“Perfection is achieved not when there is nothing more to add, but rather when there is nothing more to take away.”

Pinned

  1. docker-php-mysql-registration-app docker-php-mysql-registration-app Public

    Dockerised PHP-Apache registration app.

    PHP

  2. my-learning-track my-learning-track Public

    This GitHub repository contains scripts, documentation, and tutorials related to system administration and programming in a Linux environment.

  3. python-website-table-scraper python-website-table-scraper Public

    This Python code scrapes data from any table contained in a website using BeautifulSoup and Pandas.

    Python

  4. directory-content-crawler directory-content-crawler Public

    This Go code is a simple directory content crawler that allows you to get the names and sizes of files in a directory of your choice. This can be useful for quickly identifying the contents of a di…

    Go

  5. website-availability-checker website-availability-checker Public

    This Python script checks the availability of a list of websites and writes to a log file if a site is down. It uses the requests library to send HTTP requests to the specified websites and checks …

    Python

  6. openaiapi-chat-program openaiapi-chat-program Public

    This program uses the OpenAI API to create a chatbot that can converse with the user. The program prompts the user to enter input, sends that input to the OpenAI API, and displays the response.

    Go