Skip to content
View nikatlas's full-sized avatar
  • Patra, Greece

Organizations

@RocketInLabs

Block or report nikatlas

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

Pinned Loading

  1. narrator narrator Public

    AI Character conversations. Python, Qdrant, PostgreSQL, Langchain, RAG

    Python

  2. Liquid-Platonic/dalang Liquid-Platonic/dalang Public

    AI Music recommendation Discord Bot (The Sound of AI contest)

    Python 1

  3. xml2xlsx xml2xlsx Public

    Molecular Node.js microservice for minor processes, file conversions and more..

    JavaScript

  4. Cordial Cordial Public

    Ethereum Card Game inspired by Triple Triad

    JavaScript

  5. dry_run done properly dry_run done properly
    1
    # What is dry-run
    2
    
                  
    3
    Dry run is a great way to emulate a process running on a specific hardware to gain insights into what the process is doing, whether it may fail and how it will affect your system without it actually performing any changes on your live application.
    4
    
                  
    5
    ## How it is properly done? 
  6. Browser Caching techniques Browser Caching techniques
    1
    # Efficient Caching Strategies for Web Development: A Comprehensive Guide
    2
    
                  
    3
    In the rapidly evolving world of web development, efficient management of browser cache is a crucial aspect of improving site performance, reducing latency, and enhancing user experience. This article delves into the advanced caching strategies for different types of web resources such as HTML, JavaScript, CSS files, media content, and API requests. Drawing from detailed insights on HTTP Caching from Mozilla Developer Network (MDN) and specific caching practices, we present a tailored approach for the fictional company "apadua."
    4
    
                  
    5
    ## Understanding HTTP Caching