Skip to content
View Dityaren's full-sized avatar
๐Ÿ”’
Locked at Home
๐Ÿ”’
Locked at Home

Highlights

  • Pro
Block or Report

Block or report Dityaren

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

Typing SVG

#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareEngineer:

    def __init__(self):
        self.name = "Dityaren"
        self.role = "Software Engineer"
        self.language_spoken = ["id_ID", "en_US"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = SoftwareEngineer()
me.say_hi()

๐Ÿ“ Blogs

๐Ÿ”ง Technologies & Tools

๐Ÿ—‚๏ธ Highlight Projects

LeetCode-Journey Face-Recognition-Attendance-System

Pinned

  1. Face-Recognition-Attendance-System Face-Recognition-Attendance-System Public

    Attendance system by capturing faces through a webcam implemented in Python.

    Python

  2. Flutter-Calculator Flutter-Calculator Public

    Calculator app developed using Flutter SDK and Dart programming language

    Dart 1

  3. LeetCode-Journey LeetCode-Journey Public

    Repository where I document my progress as I tackle various coding challenges on LeetCode. All written in Python.

    Python

  4. Go-HTTP-Server Go-HTTP-Server Public

    Go HTTP server that handles different routes and requests.

    Go

  5. Student-Grade-Data-BLockchain Student-Grade-Data-BLockchain Public

    Student Grade Data blockchain web application implemented using FastAPI and Python.

    HTML 1

  6. Smart-Garden-IoT-System Smart-Garden-IoT-System Public

    An IoT project using ESP8266 microcontroller to monitor and control a garden. Track soil moisture, water tank level, and environmental conditions. Remotely control your garden via the Blynk app

    C++