Pinned Repositories
1m-go-tcp-server
benchmarks for implementation of servers which support 1 million connections
1m-go-websockets
handling 1M websockets connections in Go
30dayMakeCppServer
30天自制C++服务器,包含教程和源代码
500lines
500 Lines or Less
7days-golang
7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列
acwj
A Compiler Writing Journey
AiLearning-Theory-Applying
快速上手Ai理论及应用实战:基础知识、ML、DL、NLP-BERT、竞赛。含大量注释及数据集,力求每一位能看懂并复现。
apinto
基于golang开发的网关。具有各种插件,可以自行扩展,即插即用。此外,它可以快速帮助企业管理API服务,提高API服务的稳定性和安全性。
article
record and share
kubeconap
kubeconap是基于Kubernetes的云原生容器云平台,在功能上计划对齐kubesphere。项目当前计划采用前后端分析架构:基于vuejs的web-console组件作为前端、基于nodejs的api-server作为后端API入口,web-console采用nginx静态部署,api-server采用helm基于k8s部署
fizos's Repositories
fizos/AiLearning-Theory-Applying
快速上手Ai理论及应用实战:基础知识、ML、DL、NLP-BERT、竞赛。含大量注释及数据集,力求每一位能看懂并复现。
fizos/apinto
基于golang开发的网关。具有各种插件,可以自行扩展,即插即用。此外,它可以快速帮助企业管理API服务,提高API服务的稳定性和安全性。
fizos/clean-architecture-go-v2
Clean Architecture sample
fizos/DeepLearningPython
neuralnetworksanddeeplearning.com integrated scripts for Python 3.5.2 and Theano with CUDA support
fizos/dockerlabs
Docker - Beginners | Intermediate | Advanced
fizos/envoy-control-plane
Lightweight Envoy control plane
fizos/genann
simple neural network library in ANSI C
fizos/go-stress-testing
go 实现的压测工具,ab、locust、Jmeter压测工具介绍【单台机器100w连接压测实战】
fizos/grpc-example
写给go开发者的gRPC教程示例代码
fizos/grpcbin
httpbin like for gRPC
fizos/istio-multi-cluster-initializer
A guide for installing Istio service mesh on multi Kubernetes cluster and connect them together
fizos/k8s-vgpu-scheduler
OpenAIOS vGPU scheduler for Kubernetes is originated from the OpenAIOS project to virtualize GPU device memory.
fizos/kubernetes-network-policy-recipes
Example recipes for Kubernetes Network Policies that you can just copy paste
fizos/libhv
🔥 比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server.
fizos/linux-tutorial
:penguin: Linux教程,主要内容:Linux 命令、Linux 系统运维、软件运维、精选常用Shell脚本
fizos/llm-action
本项目旨在分享大模型相关技术原理以及实战经验。
fizos/machine-learning-notes
My continuously updated Machine Learning, Probabilistic Models and Deep Learning notes and demos (2000+ slides) 我不间断更新的机器学习,概率模型和深度学习的讲义(2000+页)和视频链接
fizos/Modern-CPP-Programming
Modern C++ Programming Course (C++11/14/17/20)
fizos/nginx-ui
Yet another WebUI for Nginx
fizos/opentelemetry-examples
fizos/prometheus-book
Prometheus操作指南
fizos/qtrvsim
RISC-V CPU simulator for education purposes
fizos/react-illustration-series
图解react源码, 用大量配图的方式, 致力于将react原理表述清楚.
fizos/react-login-page
Some `react` login pages, which can be used quickly after installation.
fizos/soybean-admin-antd
An elegant and powerful admin template, based on the latest front-end technology stack, including Vue3, Vite5, TypeScript, Pinia, AntDesignVue and UnoCSS. 一个优雅且功能强大的后台管理模板,基于最新的前端技术栈,包括 Vue3, Vite5, TypeScript, Pinia, AntDesignVue 和 UnoCSS。
fizos/tiny-rdm
A Modern Redis GUI Client
fizos/tinygrad
You like pytorch? You like micrograd? You love tinygrad! ❤️
fizos/tyk
Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols
fizos/vue3-admin-template
🎉 A new generation vue3 admin template, It's easy and fast!
fizos/writing-an-envoy-wasm-plugin
Example code for the blog entry on same subject