Skip to content
View DemianKost's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report DemianKost

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

Hi there ๐Ÿ‘‹

Here are links for my content: demian.party(official website), Udemy, Medium

I'm a Middle Fullstack Developer with 4+ years of experience in E-Commerce development. Welcome to my official GitHub profile, where you can explore everything about my professional skills, latest posts, and articles.

Let me introduce myself from a technical perspective. Here is a list of all the skills I use or have experience with development:

  • Laravel/Symfony (as main PHP frameworks)
  • Livewire/Inertia.js (best libraries for UI and monolith architecture for Laravel)
  • WordPress CMS (custom theme/plugin development, full website development cycle)
  • Design Patterns (in most cases I've used the most common, but this depends on the project)
  • Full understanding of OOP and SOLID/DRY principles
  • CQRS (event sourcing case), DDD (best practices that I'm using for clear architecture)
  • MySQL, PostgreSQL, SQLite (types of databases that I'm using)
  • PHPUnit, Pest (for writing tests)
  • SQL Language (understanding of creating queries, indexes, transactions, etc.)
  • Redis (used as vector store or cache storage)
  • ElasticSearch (as vector store for Python/Langchain app)
  • AWS: S3 Bucket, DynamoDB, Pipeline
  • Clear JavaScript, jQuery
  • HTML/CSS (pretty simple and common skill for all developers)
  • Bootstrap, and TailwindCSS as favorite CSS frameworks for UI
  • Vue.js (as the main front-end framework)

Also in 2018, I wrote my own book "PHP Junior Kit", and this book is good for everybody who wants to learn PHP as a beginner (you can find this book in Google Play).

Top Langs

Pinned Loading

  1. laravel-crm-api-example laravel-crm-api-example Public

    Just an open-source CRM API example with DDD, Event Sourcing and Docker.

    PHP

  2. events-app-laravel-example events-app-laravel-example Public

    Another repository with example of implementing some popular architecture solutions with Laravel framework.

    Vue