Best of Ruby2022

  1. 1
    Article
    Avatar of hnHacker News·4y

    tabler/tabler: Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap

    Tabler is a premium and open source dashboard template with a responsive and high-quality UI. Preview Tabler is fully responsive and compatible with all modern browsers. The only requirement is basic HTML and CSS (and some Liquid) knowledge.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    Understanding the Model-View-Controller (MVC) Pattern

    MVC pattern influences the structure of your codebase, with, for example, a separate class for the Controller, the Model, and the View. The Model represents and handles the data your application needs to run, especially as an in-memory, partial and local representation of the data that lives in your database.

  3. 3
    Article
    Avatar of shopifyShopify Engineering·3y

    Shopify Embraces Rust for Systems Programming

    Shopify Embraces Rust for Systems Programming Shopify builds internet infrastructure for commerce to serve the needs of millions of merchants. Shopify's primary server-side application programming language has been Ruby. Rust provides us with predictable native-code performance, including fine control over memory usage, which makes it suitable for the lowest levels.

  4. 4
    Article
    Avatar of leerobLee Robinson·4y

    The Story of Heroku – Lee Robinson

    In 2007, three Ruby developers – James Lindenbaum, Adam Wiggins, and Orion Henry – founded Heroku. Their mission was to make computing more accessible. Heroku made it easy for any developer to build and run applications in the cloud. In 2010, Heroku was bought by Salesforce for $212 million. Now 15 years later, it continues to inspire the next generation of developers.

  5. 5
    Article
    Avatar of gitlabGitLab·4y

    Why we're sticking with Ruby on Rails

    When David Heinemeier Hansson created Ruby on Rails he was guided by his experience with both PHP and Java. With its solid, metaprogrammable Smalltalk heritage and good Unix integration, Ruby proved to be the perfect vehicle for DHH to fill that desirable bottom right corner of the table.

  6. 6
    Article
    Avatar of devdojoDevDojo·4y

    Languages to Learn instead, in 2022!

    The world of computer programming might be confusing at times. You may want to be an app developer but struggle to find a programming language and then end up learning languages that have no use in the future. Instead of Html -> Markdown or CSS, you may stick to HTML.

  7. 7
    Article
    Avatar of rubylaRUBYLAND·4y

    10 Best Tech Podcasts in 2022 (as Chosen by the Rails Community)

    The Maintainable Software Podcast is full of conversations on improving your software project's maintainability. This week's podcast is a weekly chat chronicling the journeys of two entrepreneurs building software companies. The Changelog, a series of discussions with innovators in the software development industry, remained #7 in our 2020 survey.

  8. 8
    Article
    Avatar of rubyflowRuby Flow·4y

    Tailwind CSS —How to Design Custom Animations

    Tailwind CSS -How to Design Custom Animations is a useful tutorial. Share it with the Ruby community here or just enjoy what everyone else has found.

  9. 9
    Article
    Avatar of devtoDEV·4y

    Thinking like containers

    Virtualization is a solution to the problem of isolating and having a completely different environment sharing the same "machine" Virtualization has a cost: it does not share the same OS kernel. For doing so, we should use a flag option in the run command: $ docker run -it ruby:2.7.