CCristianoincristiano.hashnode.dev·Jan 8, 2022 · 12 min readManaging JS and CSS Assets in Rails 7Image by Pawel Czerwinski On Ruby on Rails 7 the asset management processes have changed from using Webpacker to use the asset pipeline with Import Maps by default as a way to streamline uses of JavaScript based tools and package managers such as W...00
CCristianoincristiano.hashnode.dev·Dec 5, 2020 · 13 min readScoping values in JavaScriptScoping is the concept behind how values of variables, functions and other expressions are made available in a program and where they can be accessed from. A good understanding of scope can avoid bugs or unexpected results in a script. Scope Areas Sc...00
CCristianoincristiano.hashnode.dev·Sep 22, 2020 · 14 min readIntroduction to the REST ArchitectureThe Web’s most common interaction is retrieving HTML pages via requests that are identified with URLs so we can access pieces of information. When we enter a URL on our browser, a request is sent to a server which will work out what sort of response ...00
CCristianoincristiano.hashnode.dev·Jul 7, 2020 · 7 min readHow to setup a Ruby on Rails 7 projectRuby on Rails is a framework that includes a lot of tools to structure and develop dynamic web applications. Rails is a good choice to create an application where a database is required to store information and provides functionality to display, chan...00