Skip to content
View drem-darios's full-sized avatar
Block or Report

Block or report drem-darios

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

Hi there 👋 I'm Drēm

  • I am a software engineer with 10+ years of work experience 💪
  • I have a Bachelor’s and a Master’s degree in Computer Science 👨‍🎓
  • I love to build products people love 💞
  • I’ve worked in a number of industries from IoT 🤖to e-commerce 🛍
  • I have a passion for software architecture 🏛
  • When I’m not outdoors 🏄‍♂️🧗‍♂️🚵‍♂️
  • You can find me playing video games 👾
  • Or learning new technology and techniques 👨‍💻

Connect with me

linked-in

Expertise

java

python

aws

kubernetes

serverless

Pinned Loading

  1. j-easy/easy-rules j-easy/easy-rules Public

    The simple, stupid rules engine for Java

    Java 4.8k 1k

  2. Image-Rekognition Image-Rekognition Public

    TypeScript

  3. GunGunShoot GunGunShoot Public

    A Rock Paper Scissors type game.

    Java 1 2

  4. Turing-Machine Turing-Machine Public

    Turing Machine simulator in Java

    Java 5 2

  5. Python example of how to create a sa... Python example of how to create a salt and use a secret key to generate a signature using the salt
    1
    import hmac
    2
    import os
    3
    import hashlib
    4
    import base64
    5
    import unittest
  6. Mandelbrot Mandelbrot Public

    Java app to visualize the Mandelbrot set

    Java