DEV Community

Simon Toledano
Simon Toledano

Posted on

1

TIL Day 4 HTML and Ruby

I decided to do some reflecting before moving forward on any of my assignments since it has been days since I last posted. Here are some recent learnings:

  • There is a difference between flex-items and flex-containers (obvious for me now). Flex-containers are elements whose display value property is an HTML element (often the parent element) whose display property's value is flex or inline-flex. Flex-items are the direct children of a flex-container (a parent element).
  • When working on the styling you should use the following hack to better see each element on the page: * { border: thin red solid; }
  • Ruby has built-in skills called methods which enables the interpreter to read and show you results within a console
  • Ruby can do some neat computations: addition +, subtraction -, multiplication *, division/, exponents **, and modulo %.
  • Ruby allows for us to get user input by using get.chomp. Retrieving user input through this method felt very different in comparison to HTML, so I was initially thrown off but that's life.

Anyways, my first impression of Ruby is that it is a beast, but I am down for the challenge. I hope to keep trudging on through the Codecademy Ruby course these next couple days.

Image of Stellar post

How a Hackathon Win Led to My Startup Getting Funded

In this episode, you'll see:

  • The hackathon wins that sparked the journey.
  • The moment José and Joseph decided to go all-in.
  • Building a working prototype on Stellar.
  • Using the PassKeys feature of Soroban.
  • Getting funded via the Stellar Community Fund.

Watch the video

Top comments (0)

Image of Stellar post

🚀 Stellar Dev Diaries Series: Episode 1 is LIVE!

Ever wondered what it takes to build a web3 startup from scratch? In the Stellar Dev Diaries series, we follow the journey of a team of developers building on the Stellar Network as they go from hackathon win to getting funded and launching on mainnet.

Read more

👋 Kindness is contagious

Please stick around with the Forem app — the best way to keep up with DEV and other tech communities.

Let's go