Skip to content
View kilamaelie's full-sized avatar
💻
Focusing
💻
Focusing

Organizations

@Oxide-Digital-Technology @Mzurisanna @Brain-Media-Solutions @ServoBuckz @Budy-Pay
Block or Report

Block or report kilamaelie

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

Hi there, I'm Kilama Elie!! hi

banner

I'm an experienced software engineer with a strong focus on FullStack development, Dapps, Web3, Fintech and DevOps. I actively share my expertise through thought-provoking technical articles. Check out my publications covering FullsSack development, DApp development and more, below 👇.

📫 Reach me out!

Twitter Badge Linkedin Badge Mail Badge

  • 🔭 I’m currently working on Freelancer

  • 🌱 I’m currently learning Blockchain technology

  • 💬 Ask me about Anything

  • 👨🏿‍💻 I'm looking to collaborate with other developers.

  • 📫 How to reach me: [email protected] or [email protected].

  • Visit my portfolio : Kilama Elie | Portfolio

  • ⚡ Fun fact: I like to read books ,play games and gym.

Top technologies :

React Next JS NodeJS Express.js Socket.io Django DjangoREST Docker

Languages and Tools:

html5 css3 figma javascript jest postgresql python redis redux typescript


Latest blog posts

Latest gist

If you find the content interesting and useful, feel free to use the "Buy me a coffee" link below to support me and buy me a coffee.

"Buy Me A Coffee"

Pinned Loading

  1. build-and-deploy-reactApp-to-aws-ec2-via-github-actions build-and-deploy-reactApp-to-aws-ec2-via-github-actions Public

    Building and Deploying a Secure ReactJS App with Docker, NGINX, and Automating with GitHub Actions to AWS EC2

    JavaScript 7 5

  2. In today’s digital landscape, master... In today’s digital landscape, master the art of building, deploying and automating ReactJS Apps using Docker, NGINX and GitHub actions on AWS EC2. Dive into this comprehensive guide and transform your coding journey into an adventure of innovation, efficiency and cutting-edge technologies.
    1
    name: Continuous Integration and Delivery
    2
    
    
    3
    on:
    4
      push:
    5
        branches: [main]
  3. Django, a high-level Python web fram... Django, a high-level Python web framework, is a popular choice for building RESTful APIs. Once your Django Rest API has been developed and tested, deploying it becomes a crucial step in making it accessible to users. In this blog post, we'll guide you through the process of deploying a Django Rest API on AWS EC2 using Docker for containerization, NGINX as a reverse proxy and GitHub Actions for automated deployment.
    1
    name: Continuous Integration and Delivery
    2
    
    
    3
    on: [push]
    4
    
    
    5
    env:
  4. Deploy-Django-Rest-Api-on-AWS-EC2-using-Docker-NGINX-Gunicorn-And-GithubAction Deploy-Django-Rest-Api-on-AWS-EC2-using-Docker-NGINX-Gunicorn-And-GithubAction Public

    In this blog post, we'll guide you through the process of deploying a Django Rest API on AWS EC2 using Docker for containerization, NGINX as a reverse proxy and GitHub Actions for automated deploym…

    Python 3 1