Adeesh Sharmaadeesh.hashnode.dev·Oct 13, 2024Part 1/2: Introduction to Web Components and Cross-Framework IntegrationDisclaimer! This 2-part series is not meant for a quick read—it requires you to take the time to analyze the code blocks and connect the functionality as you read through. Since Web Components is a distributed concept, it assumes some prior understan...Discuss·36 readsWeb Components
Maximus49235suhasghorp.hashnode.dev·Jul 23, 2024Exploring constexpr and templates for compile-time evaluationRecently I needed to build a large lookup table that could be cached and reused in a larger program. I wanted to explore how we could fill-in a data structure made up of std::arrays of different sizes using constexpr. Think of a structure that looks ...DiscussC++C++
Haiman Sherhaimanshercloud.hashnode.dev·Jul 8, 2024Key Insights into AWS CloudFormation: Best Practices RevealedAWS CloudFormation is a powerful Infrastructure as Code (IAC) service by AWS that enables you to model and provision AWS infrastructure in a safe, predictable manner. By defining your entire infrastructure as code, CloudFormation eliminates the need ...DiscussAWS
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Jul 1, 2024The Power of SEO in Wix Studio: How to Optimize Your Website for Maximum ExposureOverview :- Building a website no longer requires extensive coding skills or hiring a designer due to platforms like Wix Studio. Using a template to create a website on Wix can be straightforward, efficient, and tailored to suit your personal or busi...Discusswix
Enzo Hugonnierdarleanews.hashnode.dev·Jun 29, 2024Modern C++ Templates: Unleashing the Power (And Apologies for the Absence)What Are Templates, and Why Should I Care? Let's start with the basics. Templates are the backbone of generic programming in C++. They let you write code that's flexible and reusable, regardless of the specific data types involved. It's like having a...DiscussC++ in DepthC++
David Carrdcblogdev.hashnode.dev·May 27, 2024Customize Your Hashnode Blog Frontend with Headless Frontend and LaravelI've built a new site called headlessfrontend.dev See video version https://www.youtube.com/watch?v=oYaOHW1VwtA https://www.youtube.com/watch?v=oYaOHW1VwtA The first focus is using Hashnode's API to pull in your posts and pages into a Laravel appli...Discussheadless cms
Dhaval Singhwww.dsdev.in·May 12, 2024Looping defaultdict In Templates: A long-standing "Bug" in DjangoI am new to Django and recently spent a good chunk of time trying to debug what I thought was quite trivial. Looping a defaultdict in templates. This is a pretty common pattern when using Django, using a dict to pass and render data via templates, bu...Discuss·206 readsDjango
Samantha Leeprintablecollection.hashnode.dev·May 1, 2024Using Printable Templates in Your Office WorkPrintable templates are transformative tools in the modern workplace, streamlining tasks and ensuring consistency across documents and processes. This article explores the strategic use of printable templates in office settings, helping you harness t...Discuss·2 likestemplates
Prakash Tajpuriyaprakash0091.hashnode.dev·Apr 13, 2024Understanding Template Lookup in Web Frameworks: Avoiding Unexpected BehaviorIn the world of web development, template engines play a crucial role in separating business logic from presentation. Whether you're working with Django, Jinja2, or another popular web framework, understanding how template lookup works is essential f...Discusstemplate lookup
Chris Dourisdigitalcreations.hashnode.dev·Apr 11, 2024Day 63/100 100 Days of CodeNot much progress today either. I kept working on the AudioPlayer object. I added a StopAudio() method and an integer to find out which channel the object is using. I also began outlining the object's methods following the template I inserted and hav...Discuss100 Days of CodeC++