Skip to content
View dLRWee's full-sized avatar
πŸ’ͺ
Focusing
πŸ’ͺ
Focusing

Block or report dLRWee

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dLRWee/README.md

πŸ‘‹ Hi, I'm Vladislav

πŸŽ“ About Me

  • πŸ“š Status: Computer Science student passionate about production-ready backend development.
  • 🎯 Career Goal: Becoming a proficient Java / Spring Developer.
  • βš™οΈ My Philosophy: Writing clean, efficient code and understanding software from low-level execution to high-level architecture.
  • πŸ•ΉοΈ Hobbies: Experimenting with C for low-level concepts and building simple 2D games using C++ & SFML.

πŸ† Completed Milestones & Education

  • πŸŽ“ Harvard's CS50x: Solid foundation in Computer Science, memory management, and algorithms.
  • β˜• University of Helsinki's Java MOOC: Deep dive into Object-Oriented Programming, collections, and Java best practices.
  • πŸ“– Effective Java (by Joshua Bloch): Read and applied best practices for robust, maintainable, and idiomatic Java code.
  • 🌐 Self-Education: Consistently learning through engineering blogs, technical articles, and detailed video tutorials.

πŸš€ Short-Term Goals (What I'm Learning Next)

  • πŸ—ΊοΈ Design Patterns: Mastering SOLID principles and GoF patterns to transition into clean enterprise design.
  • πŸ“Š SQL & Databases: Deep diving into relational databases (PostgreSQL/MySQL), indexes, and query design.
  • πŸƒ Spring Ecosystem: Learning Core Spring, Spring Boot, and dependency injection mechanisms.

πŸ› οΈ Tech Stack & Tools

  • Primary: Core Java, OOP, Maven, Git & GitHub
  • Basic Familiarity: Python, C, C++, SFML

πŸ“¬ Let's Connect!

Pinned Loading

  1. dynamic-array-c dynamic-array-c Public

    Simple dynamic array implementation in C.

    C

  2. effective-java-practice effective-java-practice Public

    Personal practice and code examples written from scratch while studying "Effective Java" by Joshua Bloch.

    Java 1

  3. head-first-design-patterns head-first-design-patterns Public

    Personal practice and code examples written from scratch while studying "Head First Design Patterns" by Eric Freeman & Elisabeth Robson.

    Java 1

  4. expense-tracker expense-tracker Public

    A simple and clean Java Expense Tracker. Built as a custom Spring-like application from scratch to master the inner workings of DI, architecture, and under-the-hood magic.

    Java