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

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

About me

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 👇.
  • 🔭 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: elijahkilama14@gmail.com or kilamael@outlook.com.

  • Visit my portfolio : Kilama Elie | Portfolio

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

📫 Reach me out!

Twitter Badge Linkedin Badge Mail Badge



Skills



  • Languages:

    Python JavaScript TypeScript Solidity


  • Front-End Development:

    HTML5 CSS3 JavaScript React React Native React Router Redux React Hook Form React Query MUI TailwindCSS Web3.js Next JS


  • Back-End Development:

    Next JS Django DjangoREST NodeJS Express.js NestJS


  • Databases:

    Postgres MySQL Redis MongoDB Firebase SQLite


  • Cloud Hosting:

    For web App

    AWS DigitalOcean Netlify Vercel

    For mobile App

    App Store Play Store


  • Softwares and Tools:

    Git GitHub Bitbucket Postman Ubuntu Google Visual Studio Code macOS Linux

  • Extras:

    Nginx Gunicorn Docker Swagger Socket.io Terminal Markdown Azure JWT




Latest blog posts


📊 GitHub Stats





🏆 GitHub Trophies



✍️ Random Dev Quote


🔝 Top Contributed Repo


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