Skip to content
View Dityaren's full-sized avatar
🔒
Locked at Home
🔒
Locked at Home

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 Loading

  1. android_kernel_samsung_a9y18qlte android_kernel_samsung_a9y18qlte Public

    Forked from thongass000/android_kernel_samsung_a9y18qlte

    A fork of custom kernel from thongass000 for Samsung a9(2018) with added compatibility for Apatch

    C

  2. Face-Recognition-Attendance-System Face-Recognition-Attendance-System Public

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

    Python

  3. FallingLeafOS FallingLeafOS Public

    My main NixOS configs as my main daily driver Operating-System.

    Nix

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

    Go HTTP server that handles different routes and requests.

    Go

  5. nvim nvim Public

    Supercharge your Neovim experience for development with this personalized configuration. Features include auto-formatting on save, language server support for JavaScript, TypeScript, React, and sea…

    Lua

  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++