Skip to content
View nikgolkar's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report nikgolkar

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

Hello World!, I'm Nik

Software Engineer specializing in Qt/QML development and C++ programming, with a strong interest in DevOps and workflow automation

My favorite projects




Languages and Tools


Qt CPlusPlus css3 PHP Javascript MySQL
Git Gitlab Linux Docker Github Jenkins Apache
Slack Jira Bitbucket Trello Confluence





Pinned Loading

  1. Memorito Memorito Public archive

    A cross-platform task and time management application based on GTD method.

    QML 7

  2. MyTechnicalTestsForCompanies MyTechnicalTestsForCompanies Public

    This repository contains all projects that I did for some companies as technical test

    QML

  3. QDatePicker QDatePicker Public

    Simple QML date picker.

    QML 15 5

  4. How to detect windows theme in qt? How to detect windows theme in qt?
    1
    #include <QGuiApplication>
    2
    #include <QSettings>
    3
    
                  
    4
    int main(int argc, char *argv[])
    5
    {
  5. How to add QSplashScreen to a QML a... How to add QSplashScreen to a QML application
    1
    
                  
    2
    # in CMAKE:
    3
    find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Core Quick Widgets REQUIRED)
    4
    
                  
    5
    target_link_libraries(${PROJECT_NAME} PRIVATE