GithubHelp home page GithubHelp logo

Hi! 👋

I am a skilled software developer specializing in React Native, backend services, and cloud infrastructure.

LinkedIn

const aboutMe = {
  greeting: "Hello, World! 👋 🌎",
  education: "📚 Alumnus of Florida Atlantic University 🦉",
  currentWork: "🔭 Currently focusing on Expo and CRUD app development",
  contact: "📫 Connect with me on LinkedIn",
  funFact: "⚡ Fun fact: Former professional basketball player, passionate about soccer ⚽",
  additionalSkills: [
    "Developing dashboards using FeatherJS",
    "Building applications with React Native and Expo",
    "Writing tests with Mocha and Chai",
    "Managing applications with PM2",
    "Implementing event-driven systems with NATS",
    "Automating tasks with Gulp",
    "Managing databases with SQL and PostgreSQL",
    "Proficient in AWS"
  ]
};

function displayAboutMe() {
  console.log(aboutMe.greeting);
  console.log(aboutMe.education);
  console.log(aboutMe.currentWork);
  console.log(aboutMe.contact);
  console.log(aboutMe.funFact);
  console.log("🛠️ Additional Skills:");
  aboutMe.additionalSkills.forEach(skill => console.log(`- ${skill}`));
}

displayAboutMe();

Esad Kiris's Projects

blocksci icon blocksci

A high-performance tool for blockchain science and exploration

bootstrap icon bootstrap

The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

dotfiles icon dotfiles

paul's shell, git, etc config files. also homebrew, migration setup. good stuff.

faker.js icon faker.js

generate massive amounts of realistic fake data in Node.js and the browser

ghosts icon ghosts

A CLI to mess with hosts files and domain lists, local or remote. It's written in Go.

git-extras icon git-extras

GIT utilities -- repo summary, repl, changelog population, author commit percentages and more

git-friendly icon git-friendly

Streamline your git workflow: just type `pull`, `branch`, `merge`, `push`

goreleasertest icon goreleasertest

Testing Go-Releaser Package--https://github.com/goreleaser/goreleaser

hosts icon hosts

Consolidating and extending hosts files from several well-curated sources. You can optionally pick extensions to block pornography, social media, and other categories.

import-name icon import-name

Importing school names from US department of education

learngo icon learngo

1000+ Hand-Crafted Go Examples, Exercises, and Quizzes

mysql icon mysql

A pure node.js JavaScript Client implementing the MySQL protocol.

tajectory icon tajectory

Calculate distance between two cars on the same trajectory

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.