26 тысяч подписчиков
111 видео
How to make a beautiful terminal with Oh My Zsh!
[gRPC #9.2] Serialize protobuf message - Java
[Backend #9] Understand isolation levels & read phenomena in MySQL & PostgreSQL via examples
[Backend #2] Install & use Docker + Postgres + TablePlus to create DB schema
[gRPC #12.2] Upload file in chunks with client-streaming gRPC - Java
[Frontend #2] Introduction to Vue router and Vue component
[gRPC #9.1] Serialize protobuf message - Golang
[gRPC #16.2] Secure gRPC connection with SSL/TLS - Java
[Backend #1] Design DB schema and generate SQL code with dbdiagram.io
[gRPC #13.2] Implement bidirectional-streaming gRPC - Java
[Backend #7] DB transaction lock & How to handle deadlock in Golang
How to install Go and setup Visual Studio Code
A complete overview of SSL/TLS and its cryptographic system
[gRPC #6] Write a simple protobuf message and generate Go codes
How to make your own lookalike Facebook avatar & stickers
[Backend #4] Generate CRUD Golang code from SQL | Compare db/sql, gorm, sqlx & sqlc
[Backend #8] How to avoid deadlock in DB transaction? Queries order matters!
[Backend #5] Write Golang unit tests for database CRUD with random data
[gRPC #11.2] Implement server-streaming gRPC API - Java
[gRPC #14] gRPC reflection and Evans CLI
[Backend #6] A clean way to implement database transaction in Golang
Give an awesome look to your terminal!
[gRPC #2] What is gRPC and how it works
[gRPC #18] Generate RESTful service and swagger documentation with gRPC gateway
[gRPC #11.1] Implement server-streaming gRPC API - Golang
[gRPC #12.1] Upload file in chunks with client-streaming gRPC - Golang
Create & sign SSL/TLS certificates with openssl
[gRPC #8] Config Gradle to generate Java code from protobuf
[gRPC #10.1] Implement unary gRPC API - Golang
[gRPC #1] The motivation of gRPC
[gRPC #13.1] Implement bidirectional-streaming gRPC - Golang
[gRPC #3] gRPC code generation with Protocol Buffer
[gRPC #17] Load balancing gRPC service with NGINX
[Frontend #4] Vue reactivity with v-model and computed
[Backend #3] How to write & run database migration in Golang
[Frontend #3] Build a login form with VueJS, PrimeVue and PrimeFlex
[gRPC #16.1] Secure gRPC connection with SSL/TLS - Golang
[gRPC #10.2] Implement unary gRPC API - Java
[gRPC #15] Implement gRPC interceptor + JWT authentication in Go
[Frontend #5] Send HTTP request from Vue to backend API
[Backend #10] Setup Github Actions for Golang + Postgres to run automated tests
[Backend #15] Add users table with unique & foreign key constraints in PostgreSQL
[Backend #16] How to handle DB errors in Golang correctly
[Backend #21] Implement login user API that returns PASETO or JWT access token in Go
[gRPC #7] Protobuf deep-dive and Go package option
[Backend #25] How to write docker-compose file and control service start-up orders with wait-for.sh
[gRPC #4]: HTTP/2 - The secret weapon of gRPC
[Frontend #1] Crash course: Build reactive web app with VueJS
[Backend #14] Implement transfer money API with a custom params validator
[Backend #27] Auto build & push docker image to AWS ECR with Github Actions