Giter Site home page Giter Site logo

blog's Introduction

My name is Marcel and I'm a 28 y/o software developer from Barcelona, Spain. My journey as a programmer began over 3 years ago. I specialize in using React and TypeScript for my Frontend projects, as well as Node.js, Rust, and Ruby for backend and CLI programs.

What I do:

  • 🦾 I'm currently working at Stuart as a Fullstack developer.
  • 🌱 I'm learning Rust and reinforcing my low level knowledge to create some really cool projects in the future.
  • 💯 I am an active collaborator in various open source projects, constantly seeking opportunities to contribute and improve.

Contact Me:

blog's People

Contributors

marcelarie avatar

Watchers

 avatar  avatar

blog's Issues

posts/my-first-post/

My First Post | marcelarie

What is async-await ? If you just started programming async-await may feel a strange concept. For now you write code in a file and it runs in order, that is it right? But the web doesn’t work like that, all the communication that we do today its asynchronous.
So for example this will be synchronous code:
fn synchronous_hello() { println!("hello!"); } fn main() { let hello = synchronous_hello(); // "hello!" gets printed } use futures::executor::block_on; // we talk about this later :) async fn asynchronous_hello() { println!

http://marcelarie.com/posts/my-first-post/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.