Skip to content
View starichkov's full-sized avatar
๐Ÿง
Insanity is doing the same thing over and over and expecting different results.
๐Ÿง
Insanity is doing the same thing over and over and expecting different results.

Block or report starichkov

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

Hello there ๐Ÿ‘‹

  • ๐Ÿ˜€ Fun fact: I've decided to become a software engineer right after I've played Age of Empires (back in 1997) on my mom's work PC. It was the very first game I've ever played on PC. Haven't become a Game Developer though, but still - writing code ๐Ÿ’ป and designing my own game ๐ŸŽฎ

  • ๐Ÿ”ญ Currently working on some libraries and micro-services for my personal project - TemplateTasks.

  • ๐ŸŒฑ Studying Kotlin, Golang and Node.js

  • ๐Ÿ Diving deeper into Python 3


LinkedIn Twitter medium/starichkovva devto/starichkovva Buy Me A Coffee Buy Me a Coffee at ko-fi.com

If you find any of my repositories and gists helpful and would like to show your appreciation, you can support me by buying me a coffee โ˜•. Your contributions would be immensely helpful and will help me to continue sharing knowledge and providing helpful resources.

Pinned Loading

  1. micronaut-micro-service micronaut-micro-service Public

    Micronaut framework based example of the micro-service with HTTP endpoints (often called as REST) and multiple additional features.

    Java

  2. quarkus-micro-service quarkus-micro-service Public

    Quarkus framework based example of the micro-service with HTTP endpoints (often called as REST) and multiple additional features.

    Java 1

  3. Configure Spring Cache abstraction t... Configure Spring Cache abstraction to log Redis connectivity errors instead of throwing 500 back to the client
    1
    package dev.starichkov.java.spring.redis;
    2
    
                  
    3
    import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
    4
    import org.springframework.cache.annotation.CachingConfigurer;
    5
    import org.springframework.cache.annotation.EnableCaching;
  4. golang-simple-notes golang-simple-notes Public

    Simple notes app written in Go, with assitance from several AI coding agents to evaulate their capabilities - Cursor and JetBrains Junie

    Go

  5. kafka-python-demo kafka-python-demo Public

    Apache Kafka demo with Python JSON producer and polyglot-safe consumer.

    Python

  6. nodejs-simple-notes-app nodejs-simple-notes-app Public

    Simple notes app written in Node.js, with assitance from several AI coding agents to evaulate their capabilities - Cursor and JetBrains Junie

    JavaScript