Skip to content
View ngnhng's full-sized avatar
:shipit:
I may be slow to respond.
:shipit:
I may be slow to respond.

Block or report ngnhng

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

Pinned Loading

  1. astavonin/go-optimization-guide astavonin/go-optimization-guide Public

    Go Optimization Guide: Patterns and Techniques for Writing High-Performance Applications with Go

    Shell 870 43

  2. Test AWS Lambda locally using SAM CLI Test AWS Lambda locally using SAM CLI
    1
    ## Prerequisites
    2
    
                  
    3
    - Docker installed and running
    4
    - [AWS SAM CLI](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/install-sam-cli.html) installed
    5
    - Go installed
  3. DeluxeOwl/chronicle DeluxeOwl/chronicle Public

    Pragmatic, type safe event sourcing framework for Go.

    Go 146 1

  4. Bookmarklet that lets you render a f... Bookmarklet that lets you render a full HTML page with any included css and javascript that is currently copied to your clipboard. Also works for SVG code. Useful with ChatGPT Canvas
    1
    javascript:(function(){try{navigator.clipboard.readText().then(function(t){if(t){var e=window.open("","_blank","width=800,height=600");e.document.open(),e.document.write(t),e.document.close()}else alert("Clipboard is empty. Please copy some text to the clipboard first.")}).catch(function(t){console.error("Failed to read clipboard contents: ",t),alert("An error occurred while trying to access the clipboard. Please ensure your browser allows clipboard access.")})}catch(t){console.error("An error occurred:",t),alert("An error occurred while trying to open the new window with the clipboard content.")}})();//bookmarklet_title: HTML Preview from Clipboard
  5. durablefuture durablefuture Public

    Git for application logic

    Go 3

  6. go-decision-table go-decision-table Public

    Go implementation of decision table

    Go