Munilakshmi G J100daysdevops.hashnode.dev·Nov 19, 2024Day 24 of 100 Days : Exploring Jenkins Pipelines, Plugins, and IntegrationsHello, Jenkins explorer! 🌟 After setting up your first Jenkins job, it's time to expand your understanding of how Jenkins works conceptually. Today’s focus is on Pipelines, Plugins, and Integrations—the core elements that make Jenkins the powerhouse...DiscussJenkins
Jyotiprakash Mishrablog.jyotiprakash.org·Nov 18, 2024Dynamic Plugin Loading in Java: From Configuration to Annotation-Based Dependency InjectionIn modern software development, dynamically loading and managing plugins at runtime allows for high flexibility, extensibility, and modularity in applications. This blog will walk through creating a dynamic plugin architecture using Dependency Inject...DiscussJava
Dawitblog.minch.dev·Nov 11, 2024How to Register Custom Vue Directives in Nuxt 3TL;DR Create a plugin file in your plugins/ directory, which is where we'll have access to our Vue app instance. We can define and register our custom directive there: // ~/plugins/my-directives.ts export default defineNuxtPlugin((nuxtApp) => { n...DiscussNuxt
DJ Amadeusbuildingaudioplugins.hashnode.dev·Oct 25, 2024Starting My Journey in Building Audio Plugins for Digital Audio WorkstationsAs a newcomer to software engineering, I’m only just beginning to explore the process of creating plugins for digital audio workstations (DAWs). My goal is to eventually build tools that will help musicians, producers, and sound engineers enhance the...Discussplugins
Okoye Ndidiamakaamikdigital.hashnode.dev·Oct 24, 2024Mastering Content Management Systems: Getting Specific About WordPress, Joomla, and OthersIn the modern digital space, Content Management Systems have become the backbone of web development. Mastering one-irrespective of whether you are a seasoned web developer or are just starting your journey-can really make quite a difference to both y...DiscussSEO
Mohd Talibwoogenie.hashnode.dev·Oct 24, 2024Exploring Subscription and Membership Models for Your WooCommerce StoreSubscription and membership models have emerged as powerful tools for driving long-term customer loyalty and recurring revenue for businesses of all sizes. By offering customers a seamless way to access products and services on a recurring basis or t...Discusswoocommerce
Himanshu NikhareforSideQuirk Blogssidequirk.com·Oct 13, 2024Unlocking the Power of Plugins in ObsidianIntroduction Obsidian is a powerful tool on its own, but its real strength comes from the vast library of plugins available. Plugins allow you to tailor your Obsidian experience to suit your specific needs, whether you're managing projects, writing, ...DiscussObsidian - Your Personal Knowledge Base and Note-Taking AppquickAdd
Himanshu NikhareforSideQuirk Blogssidequirk.com·Oct 12, 2024Daily Notes and Task Management in ObsidianIntroduction Taking notes isn’t just about capturing ideas; it’s also about tracking daily thoughts, tasks, and progress. Daily Notes in Obsidian allow you to create a new note for each day, helping you manage your tasks, journal your thoughts, and l...DiscussObsidian - Your Personal Knowledge Base and Note-Taking Appdaily notes
Preeti Samuelpreetisamuel.hashnode.dev·Oct 10, 2024UI and UX MethodologiesUI and UX methodologies provide structure and consistency for problem-solving, execution, and success in design processes, ensuring alignment within projects, organizations, or industries, with designers having the freedom to select various methods. ...Discussframework
Sheraz Manzoorsherazmanzoor.hashnode.dev·Oct 1, 2024Next.js Middleware Explained: Simple Guide with ExamplesLet's talk about routing in Nextjs. Today, we will talk about the one of most powerful thing middleware. Middleware in Nextjs offers a powerful and flexible way both to intercept requests from server and control requests flow (redirects, URL rewritin...DiscussNextjs TutorialsNext.js