Monthly Shaarli

All links of one month in a single page.

March, 2024

GitHub - casdoor/casdoor: An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA, Face ID, RADIUS, Google Workspace, Active Directory and Kerberos
thumbnail

An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA, Face ID, RADIUS, Google Workspace, Active Directory and Kerberos - casdoor/casdoor

Makefile Tutorial By Example

Makefile Tutorial by Example

GitHub

BIỂU THUẾ XUẤT... - Chi cục Hải quan cửa khẩu cảng Hòn Gai | Facebook
thumbnail

BIỂU THUẾ XUẤT NHẬP KHẨU 2024
Nhân dịp năm mới, Chi cục HQCK cảng Hòn Gai – Cục Hải quan tỉnh Quảng Ninh gửi tặng cộng đồng doanh nghiệp File Biểu thuế XNK 2024.
NỘI DUNG TÍCH HỢP TRONG FILE BIỂU THUẾ GỒM:

  1. Danh mục hàng hóa XNK Việt Nam song ngữ Việt - Anh (Thông tư 31/2022/TT-BTC).
  2. Các biểu thuế năm 2024 liên quan đến hàng hóa XK, NK:
    • Biểu thuế NK thông thường, NK ưu đãi;
    • 16 biểu thuế NK ưu đãi đặc biệt (ACFTA, ATIGA, AJCEP, VJEPA, AKFTA, AANZFTA, AIFTA, VKFTA, VCFTA, VN-EAEU, CPTPP, AHKFTA, VNCU, EVFTA, UKVFTA, RCEPT);
    • Biểu thuế XK, XK ưu đãi CPTPP, XK ưu đãi EVFTA, XK ưu đãi UKVFTA;
    • Biểu thuế GTGT (cập nhật Nghị định 94/2023/NĐ-CP);
    • Biểu thuế TTĐB, thuế BVMT.
      (Tổng cộng 25 biểu thuế)
  3. Các chính sách quản lý mặt hàng theo mã HS của Chính phủ và các Bộ, Ngành.
    CHÚC CÁC DOANH NGHIỆP NĂM MỚI THỊNH VƯỢNG & PHÁT TRIỂN!
    LINK FILE BIỂU THUẾ XNK 2024:
    Link 1: http://tinyurl.com/btxnk2024 (google drive)
    Link 2: http://tinyurl.com/btxnk2024a (onedrive)
    Link 3: http://tinyurl.com/btxnk2024b (dropbox)
    Link 4: http://tinyurl.com/btxnk2024c
    Link 5: http://tinyurl.com/btxnk2024d
    Văn bản gốc sử dụng để cập nhật:
    https://tinyurl.com/dulieubt2024 (~550Mb)
    Hướng dẫn sử dụng:
    https://tinyurl.com/hdsdbt2024
    (Lưu ý: Biểu thuế được tổng hợp dựa trên nguồn dữ liệu từ thuvienphapluat.vn để giúp người sử dụng thuận tiện trong tra cứu, mang tính tham khảo, không có giá trị pháp lý).
Packaging Guide — AppImage documentation
GitHub - filecxx/FileCentipede: Cross-platform internet upload/download manager for HTTP(S), FTP(S), SSH, magnet-link, BitTorrent, m3u8, ed2k, and online videos. WebDAV client, FTP client, SSH client.
thumbnail

Cross-platform internet upload/download manager for HTTP(S), FTP(S), SSH, magnet-link, BitTorrent, m3u8, ed2k, and online videos. WebDAV client, FTP client, SSH client. - filecxx/FileCentipede

DevOps

Devops learnings

GitHub

makefiles 🚧 | makefiles

A guide to Makefiles!

GitHub

Go by Example
Echo - A Go web framework - Todo App
thumbnail

In this article I want to give you a taste of what building Go web applications with Echo framework looks like. Sometimes it quite tedious and time consuming

GitHub - tompston/gomarvin: Generate Go REST servers with custom endpoints & typescript fetch clients
thumbnail

Generate Go REST servers with custom endpoints & typescript fetch clients - tompston/gomarvin

Building my FreeBSD-based home router

How I built the router I use at home, from hardware to configuration.

GitHub - awesome-selfhosted/awesome-selfhosted: A list of Free Software network services and web applications which can be hosted on your own servers
thumbnail

A list of Free Software network services and web applications which can be hosted on your own servers - awesome-selfhosted/awesome-selfhosted

Build Web Application with Golang

A golang ebook intro how to build a web with golang.

Similar to Webapps in Go the anti textbook.

Source can be found on Github.

Thorium Browser

Chromium fork for Linux, Windows, MacOS, Android, and Raspberry Pi named after radioactive element No. 90.

FreeBSD Porter's Handbook | FreeBSD Documentation Portal

Essential reading if you plan on providing a port of a third party piece of software

Home | Task
thumbnail

Task is a task runner / build tool that aims to be simpler and easier to use

GitHub

Earthly - Make Builds Super Simple
thumbnail

Fast, consistent builds with an instantly familiar syntax – like Dockerfile and Makefile had a baby. Write builds once, and run them anywhere – on your laptop, remote, and in any CI. Great for monorepos and polyrepos. Open source, 9000+ stars.

GitHub

The Go Programming Language Specification - The Go Programming Language
thumbnail
GitHub - netlify/gocommerce: A headless e-commerce for JAMstack sites.
thumbnail

A headless e-commerce for JAMstack sites. Contribute to netlify/gocommerce development by creating an account on GitHub.

GitHub - huginn/huginn: Create agents that monitor and act on your behalf. Your agents are standing by!
thumbnail

Create agents that monitor and act on your behalf. Your agents are standing by! - huginn/huginn

GitHub - dariubs/GoBooks: List of Golang books
thumbnail

List of Golang books. Contribute to dariubs/GoBooks development by creating an account on GitHub.

Webapps in Go the anti textbook
thumbnail

Learn how to write webapps without a framework in the Go programming language.

The book teaches you how to write web applications in Go without using a framework. It is possible to write a webapp without using any framework in Go. Each new concept will be explained via a valid code example. The book is based of a todo list manager I wrote in Go, and at any point in time, you can check the source code of the todo list manager.

This book is Open source at github.