Skip to content
View marko-jankovic's full-sized avatar
😎
😎

Block or report marko-jankovic

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. Rhema Rhema Public

    Node framework based on Express [WIP]

    JavaScript 21

  2. git_repo_analyzer git_repo_analyzer Public

    stash-spy

    Python 6

  3. CSS and HTML interview questions CSS and HTML interview questions
    1
    # 1. HTML Fundamentals
    2
    
                  
    3
    ## HTML Structure and Semantics
    4
    - **What is HTML?**  
    5
      HTML (Hypertext Markup Language) is the standard language used to create and design documents on the web. It structures content using elements or tags.
  4. plpgsql — SQL Procedural Language.md plpgsql — SQL Procedural Language.md
    1
    ### Chapter 1: Introduction to PL/pgSQL
    2
    
                  
    3
    #### What is PL/pgSQL?
    4
    
                  
    5
    PL/pgSQL (Procedural Language/PostgreSQL Structured Query Language) is a procedural language used to write functions, triggers, and stored procedures within the PostgreSQL database. It extends SQL by adding control structures such as loops, conditions, and error handling. This allows developers to write more complex database operations and business logic inside the database itself.