Javier
I'm a systems engineer and open source enthusiast who loves to learn new things, resolve challenges and build cool things.
- Exploring SubstrateHi there! welcome back, this will be the first post of a new serie exploring the Substrate framework. We will be using the ...
- Exploring tide-lambda-listenerHi there! welcome back, this time we are back to the exploration post. Today we will explore how to use Tide in...
- Rust notes - Ownership and borrowingHi there! welcome back, this time we will be back to the notes posts revisiting some of the core concepts...
- Exploring websockets rooms with tideHi there! welcome back, this time we will be exploring how to implement some kind of websockets rooms usi...
- Tide under the microscope, the secret life of requestsHi there! Welcome back, It has been some time. This will be a different kind of post sinc...
- Exploring SSE with Rust and Tide by streaming tweetsHi there! welcome back, last time we explore how to use WebSocket in tide and this time we ...
- 07 - Basic crud with rust using tide - Adding OAuthHi there! welcome back, in the last note of this serie we made a final refactor and comple...
- Exploring WebSocket with Rust and TideAround a month ago the tide-websockets were released [twitter https://twitter.com/_httprs/status/1335006...
- 06 - Basic CRUD with rust using tide - Final refactor and complete CI/CDWelcome back! this will be the last note of this serie, making the fi...
- 05 - Basic CRUD with rust using tide - front-end with teraWelcome back! this time our goal is adding the front-end to interact with our api a...
- 04 - Basic CRUD with rust using tide - tests improvementsHi all again, in the last note we refactor the code to persist the information in a re...
- 03 - Basic CRUD with rust using tide - move to dbFrom in memory to db In the last note we refactored the api to be more ergonomic but we ...
- Basic CRUD with rust using tide - refactoringIn the last note I started a basic crud using tide and we end up with a simple api that allow us t...
- Let's create a basic CRUD with Rust using tideLet's create a basic CRUD with Rust using tide Some time ago I started to learn about rust-lang and after read and watch some stuffs I decided t...
- Rust lang notes - Functions and flow controlFunctions Functions are defined using the fn keyword, followed by whatever name you want to...
- Using Lua to make bulk operations in RedisRedis is awesome! Can be used for different purposes and has clients available in various languages. ...
- Rust lang notes - variables and data typesVariables Variables are defined using the let keyword let x = 5; By default are...
- Rust lang notesSometime ago I started to learn Rust, starting by reading resources like The rust book and Rust by example. Then I continue wit...