Hugo Tavareshugotav.hashnode.dev·Nov 5, 2024MVC: The Superhero Trio of Web DevelopmentWhen building web apps, the MVC (Model-View-Controller) pattern provides a structured approach that enhances manageability, scalability, and collaboration. Models handle data, Views display information, and Controllers manage interactions, making dev...Discussmvc
DbVisualizerthetable.hashnode.dev·Oct 10, 2024PostgreSQL Materialized Views: Boosting Query PerformancePostgreSQL’s Materialized Views allow developers to store query results for faster access, making them ideal for optimizing slow queries. This brief guide explains their basic usage and examples to help you get started. Basic Materialized View Materi...DiscussPostgreSQL
DbVisualizerthetable.hashnode.dev·Aug 22, 2024Streamlining SQL with Views: A Quick GuideSQL views help simplify complex queries and create reusable templates. This guide provides a concise overview of creating, managing, and optimizing SQL views for developers. Creating and Managing Views This is how to create a view in SQL. CREATE VIEW...DiscussViews
Nile Bitsnilebits.hashnode.dev·Aug 17, 2024How To Use The SQL Server ALTER Keyword To Modify Database ObjectsIntroduction The SQL Server ALTER keyword is a fundamental tool in a database administrator's toolkit, allowing for modifications to database objects without the need to drop and recreate them. This powerful command is versatile, enabling changes to ...DiscussSQL
DbVisualizerthetable.hashnode.dev·May 30, 2024Exploring Views and Materialized Views in DatabasesDatabase views and materialized views are essential for anyone involved in data management, providing distinct advantages based on how data is accessed and used. Here’s a brief overview of their functionalities. Simplifying with Views Database views ...DiscussViews
Ahmed Abdelaalahmedabdelaal.hashnode.dev·Apr 29, 2024Custom Error Pages in LaravelLaravel makes it easy to display custom error pages for various HTTP status codes. For example, to customize the error page for 404 HTTP status codes, create a resources/views/errors/404.blade.php view template. This view will be rendered for all 404...Discuss·10 likes·82 readsLaravel
DbVisualizerthetable.hashnode.dev·Jan 25, 2024View vs Materialized View in databases: Differences and Use casesUnderstanding views and materialized views is key to using a database effectively. Knowing their differences and how to use them optimally is central to efficient data management. While tools like DbVisualizer can help, the focus should be on address...DiscussViews
DbVisualizerthetable.hashnode.dev·Jan 15, 2024PostgreSQL Materialized Views: A Beginner's GuideUncover the power of PostgreSQL's Materialized Views with our beginner’s guide. Dive deep into optimization techniques, discover the vital role of DbVisualizer, and master the art of creating, managing, and refreshing views seamlessly. Whether you're...DiscussPostgreSQL
Seb Wilgoszswilgosz.hashnode.dev·Dec 1, 2023FeaturedPhlex with Hanami - make your views written in Ruby. Completely.https://youtu.be/Vg-ifUh-r4Q When I started with web development, I remember this overwhelming feeling, after starting to gain information about new tech stacks, more modern tech stacks, and even more modern tech stacks. I did it in the pace, I cou...Discuss·25 likes·268 readshanami
Samson Oladipooladipo.hashnode.dev·Nov 16, 2023Jenkins ViewsTask Requirements : The DevOps team of ABC Industries is planning to create some Jenkins jobs for different tasks. So to easily manage the jobs within Jenkins UI they decided to create different views for all Jenkins jobs based on the usage/nature of...DiscussJenkins