Pulkitblogs.devpulkit.in·Nov 15, 2024Boost Your Link Previews: Implementing Open Graph Images in Next.jsIntroduction In today's digital playground, having a social media presence is like having a megaphone for your awesomeness. One of the secret ingredients to making your content pop on platforms like Facebook, Twitter, LinkedIn and event WhatsApp is t...1 like·78 readsopenGraph
Hamid Ghorashibackinsight.hashnode.dev·Oct 28, 2024Boost Your SEO with Laravel SlugifyOverview In web development, every small detail counts toward creating a polished, optimized, and easily accessible online presence. One essential yet often overlooked element is the URL slug. URL slugs are not only practical but also play a signific...beautify url
Keep Codingkeepcodingblog.hashnode.dev·Sep 19, 2024How to implement Consent Mode for free?At least once a month, I meet with a couple of Heads of Marketing from other companies. We exchange our experiences, discuss interesting tools and the industry in general. During our February 2024 meeting, one subject dominated, and almost everyone e...Google
Indrajeet Gourindrajeetgour.hashnode.dev·Sep 2, 2024Git - Clone branch at tagTo clone a specific tag from a GitHub repository, you can follow these steps: 1. Clone the repository First, clone the repository without checking out the code by using the --no-checkout option: git clone --no-checkout <repository-url> 2. Fetch the ...GitHub
Nikita Sarkanianikitasarkania.hashnode.dev·Aug 30, 2024Elements vs. Tags: A Friendly GuideEver wondered what the difference is between an element and a tag in HTML?Let's break it down in a way that's easy to understand. Imagine a House Think of a house. The house is like an element in HTML. It's the whole building. Inside the house, you h...HTML
AASHIFaashif.hashnode.dev·Aug 23, 2024Recent Advancements in Technology and Emerging InnovationsNotable Techs By Mohammed Aashif MJ The landscape of technology is constantly evolving, with rapid advancements and breakthroughs changing how we live, work, and interact with the world around us. From artificial intelligence to quantum computing, re...technology
Finance Freakfinancefreak.hashnode.dev·Aug 18, 2024Sustainable Investing: How to Align Your Portfolio with Your ValuesSustainable investing, otherwise referred to as socially responsible investing or ESG, has recently increased in the course of years. It helps to make sure that individuals can align their portfolio with personal values while striving for financial r...features
Kshitija Bartakke-Malwadekshitijaa.hashnode.dev·Aug 5, 2024How to Remove All <None> Tag on Docker ImagesKeeping your Docker environment clean and efficient is crucial for maintaining smooth operations. Removing images tagged as <none> is a simple yet effective way to reclaim disk space and reduce clutter. By following the steps outlined, you can easily...56 readsDocker
Gedeon Mabengigedeonmabengi.hashnode.dev·Aug 3, 2024Attributs HTML : les clés pour personnaliser vos élémentsLes attributs HTML sont de précieux outils qui vous permettent de modifier le comportement et l'apparence de vos éléments HTML. En leur attribuant des caractéristiques spécifiques, vous pouvez créer des pages web dynamiques et interactives. Découvron...2Articles1Week
Saurav Swainsauravswain.hashnode.dev·Jul 8, 2024Hidden Gems: 5 Overlooked HTML Tags or Attributes to Enhance Your Web Pages1. The <q\> tag <q> Hi 👋, my name is Saurav Swain </q> Browsers by default will generally surround text within the <q\> tag with quotation marks. see use case below 👇 2.The <ruby\>, <rt\>, and <rp\> tags The Ruby <ruby> HTML element represents sm...HTML5