2021-08-23 check-in
LeetCode
- Hashset
- BST, binary search
Planning
I write down a plan for September and reserve to send an email on 2nd of October. In this way, I can regulary go back to my anual plan. It’s a handy way of reminder.
Rust project
I want to study about creating a simple login and logout feature with Rust. So, this is a repository.
net::ERR_ABORTED 400 Bad Request
Honestly, I’ve been stuck here for a while. Still have no progress how to deal with it. So, try go back to the basic. What is 400 error? The 400 error is a faulty request on the client side. (e.g. malformed request syntax, invalid request message framing, or deceptive request routing). 400 Bad Request
Then, I need to capture the request text from the client side.
A shortcut of Visual Studio Code
- How to open a terminal inside of the editor? => In Mac, it’s a Ctrl + `(backtick)
Faust
It’s a stream processing library, porting the ideas from Kafka Streams to Python. Homepage
Leave a comment