Nisarg Bhavsarnisargnbhavsar.hashnode.dev·Aug 10, 2024Scaffolding in Ruby on Rails: Boost Productivity to Next LevelRuby on Rails has been one of the most popular frameworks in the software development landscape for many years. One reason for this popularity is its rapid development capabilities, which are due to the employment of tools such as scaffolding. This c...1 likeScaffolding in Ruby on Rails
Jay Kumar Guptajaygupta.hashnode.dev·May 17, 2024Scaffolding React Project using Bash scriptingWhat is Bash scripting? As developers, we often find ourselves performing repetitive tasks while setting up new projects. This can include creating directories, installing dependencies, configuring tools, and more. Bash scripting, a powerful scriptin...3 likes·212 readsReact
Thomas Surmannbootifyio.hashnode.dev·Mar 26, 2024Generate an admin interface with CRUD operations in minutesSpring Boot is a powerful framework to develop enterprise applications. Using Bootify a Spring Boot application can be generated including a modern admin backend - with CRUD operations for the selected entities of your database schema. With the SQL i...Springboot