RED/0x Research center
Problem-solving and algorithmic thinking to come up with an optimized algorithmic solution for an algorithmic problem. #notes #algorithm #data_structure #refrence
DEV Community
Leetcode survival guide
This week I have crossed 500 Leetcode problems. In celebration of that I wanted to write a post...
RED/0x Research center
Problem-solving and algorithmic thinking to come up with an optimized algorithmic solution for an algorithmic problem. #notes #algorithm #data_structure #refrence
DEV Community
Leetcode survival guide
This week I have crossed 500 Leetcode problems. In celebration of that I wanted to write a post...
RED/0x Research center
Go Style Best Practices https://google.github.io/styleguide/go/best-practices.html
#notes
https://medium.com/@smart_byte_labs/organize-like-a-pro-a-simple-guide-to-go-project-folder-structures-e85e9c1769c2
https://medium.com/@smart_byte_labs/organize-like-a-pro-a-simple-guide-to-go-project-folder-structures-e85e9c1769c2
Medium
Organize Like a Pro: A Simple Guide to Go Project Folder Structures
When we talk about folder structure in Golang (or really any programming language), we’re referring to how we organize our files and…
RED/0x Research center
#notes https://medium.com/@smart_byte_labs/organize-like-a-pro-a-simple-guide-to-go-project-folder-structures-e85e9c1769c2
1. Flat Folder Structure
2. Layered Structure
3. Domain-Driven Design
4. Clean Architecture
5. Modular Structure
6. Feature-Based Folder Structure
7. Hexagonal Architecture
8. Monorepo Structure
9. CQRS (Command Query Responsibility Segregation)
10. Onion Architecture
11. Common Architecture
#notes
2. Layered Structure
3. Domain-Driven Design
4. Clean Architecture
5. Modular Structure
6. Feature-Based Folder Structure
7. Hexagonal Architecture
8. Monorepo Structure
9. CQRS (Command Query Responsibility Segregation)
10. Onion Architecture
11. Common Architecture
#notes
❤1
اگه تا فردا صب نتا رو قط نکنن یه safe channel دارم میارم بالا اونجا بشه حرف زد حتی با اینترانت🌚
❤1
This website is a three-parts curriculum aimed to help beginners self-study mathematics. The first part discusses core mathematical subjects that most undergraduate mathematics student will see in some way......
P.S. : I fucking love it!
#notes #resource
https://donkuri.github.io/learn-mathematics/
P.S. : I fucking love it!
#notes #resource
https://donkuri.github.io/learn-mathematics/
Learn Mathematics
Contents
A mathematics study plan created to help learn mathematics
RED/0x Research center
اگه تا فردا صب نتا رو قط نکنن یه safe channel دارم میارم بالا اونجا بشه حرف زد حتی با اینترانت🌚
GitHub
GitHub - maziyar-redox/entg-protocol: Simple real-time chat protocol written in golang, And protected with pqc encryption algorithms
Simple real-time chat protocol written in golang, And protected with pqc encryption algorithms - maziyar-redox/entg-protocol
RED/0x Research center
Coming ^_^ #repo #notes #golang https://github.com/maziyar-redox/entg-protocol
I'll post some of the research sources and case studies here tonight.
RED/0x Research center
I'll post some of the research sources and case studies here tonight.
#notes #resource #entg_protocol
Some of the research sources:
E2E Encryption
https://www.cloudflare.com/learning/privacy/what-is-end-to-end-encryption/
Concurrency in tview
https://github.com/rivo/tview/wiki/Concurrency
PQC
https://en.wikipedia.org/wiki/Post-quantum_cryptography
Some of the research sources:
E2E Encryption
https://www.cloudflare.com/learning/privacy/what-is-end-to-end-encryption/
Concurrency in tview
https://github.com/rivo/tview/wiki/Concurrency
PQC
https://en.wikipedia.org/wiki/Post-quantum_cryptography
Cloudflare
What is end-to-end encryption (E2EE)? | Cloudflare
End-to-end encryption or E2EE is a type of messaging that ensures messages remain private from everyone, even from the messaging service. Learn how E2EE works.
RED/0x Research center
#notes #resource #entg_protocol Some of the research sources: E2E Encryption https://www.cloudflare.com/learning/privacy/what-is-end-to-end-encryption/ Concurrency in tview https://github.com/rivo/tview/wiki/Concurrency PQC https://en.wikipedia.org/wiki/Post…
These are not the actual code-level implementations of the project. These are just some definitions to help you understand the project's structure/flow.
❤1
RED/0x Research center
Coming ^_^ #repo #notes #golang https://github.com/maziyar-redox/entg-protocol
I've created a client for the entg-protocol. It's moderately complex but not overly complicated or hard-coded. The code still needs some refinement. The protocol itself is still under development, yet they are already causing some network disruption :D
#repo #notes #golang
https://github.com/maziyar-redox/entg-client
#repo #notes #golang
https://github.com/maziyar-redox/entg-client
GitHub
GitHub - maziyar-redox/entg-client: A lightweight Client for entg-protocol, Written in go, And tview for terminal ui.
A lightweight Client for entg-protocol, Written in go, And tview for terminal ui. - maziyar-redox/entg-client