Dev Leaderhashnode.devleader.ca·12 hours agoAutomatic Module Discovery With Autofac — Simplified RegistrationIn the realm of software development, modularity stands as a cornerstone principle. It not only ensures that software components remain organized but also facilitates easier maintenance and scalability. One tool that has gained traction in the .NET e...Discussdotnet
Joan Kaburakaburaj.hashnode.dev·Sep 24, 2023Building a Multilingual Translation Plugin in JavaScriptIn our increasingly interconnected world, communication knows no boundaries. Whether you're running a global business, managing a multicultural team, or simply trying to connect with people from diverse linguistic backgrounds, language should never b...Discuss·1 like·1.4K readsOuterbase
Dev Leaderhashnode.devleader.ca·Sep 22, 2023Plugin Architecture In Blazor – A How To GuideIn modern software development, modularity is a key principle. It promotes the creation of software components that are independent and organized. This approach aids in efficient development, maintenance, and scalability and the plugin architecture a...Discussdotnet
Pieces for Developerspieces.hashnode.dev·Sep 8, 2023Filter Your Snippet Lists: Pieces for Obsidian 1.3.0 & Pieces for JupyterLab 1.4.0The Pieces for Developers Obsidian and JupyterLab plugins have undergone huge changes since their debuts earlier this summer. If you use either plugin, you can manage your snippets, chat with the Pieces Copilot, and more! Today, we’re extending one o...Discussplugins
Balogun Oluwaseyilevitate.hashnode.dev·Sep 2, 2023Article - Woo-commerce Etsy Integration, How to do itDo you know you can seamlessly integrate your Etsy shop into your Woo-commerce store to give you more selling leverage and access to more E-commerce features? The Woo-commerce Etsy integration is a plugin that allows you to sell your products on Etsy...Discusswoocommerce
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Aug 18, 2023CLI Plugin and Migration Guide Using NestJs and OpenAPIIn a previous blog post, we explored the powerful combination of MappingTypes and Decorators with NestJS framework 💡 https://blog.bytescrum.com/mapping-types-and-decorators-in-typescript A CLI plugin is like an extra tool that you can add to your...Amit Kumar Verma and 1 other are discussing this2 people are discussing thisDiscuss·100 likes·107 readsNestJS plugins
Zerroug Nadjiboctobreak.hashnode.dev·Aug 11, 202325 best ChatGPT plugins in 2023 and how to install and use themThere are several extras you can use to get the most out of the chatbot so whether you want to have it talk to your Google Sheets or order from your favourite local store (yes, really) there’s a plugin for that. The feature was first launched at the ...Discusschatgpt
Odinachi Davidodinachi.hashnode.dev·Aug 2, 2023Testing Flutter Plugins: A Step-by-Step GuideTesting is a critical aspect of Flutter development, and comprehensive test coverage is essential to ensure the reliability of your application. Although unit testing methods, packages, and widgets are relatively straightforward, unit testing a plugi...George Ikwegbu and 1 other are discussing this2 people are discussing thisDiscuss·3 likes·122 readsFlutter
Dev Leaderhashnode.devleader.ca·Aug 2, 2023Plugin Architecture in ASP.NET Core – How To Master ItIntroduction In the ever-evolving world of software development, flexibility and extensibility are key. As developers, we constantly strive to write code that not only solves the problem at hand but also accommodates future changes and enhancements. ...Discussdotnet
Stefan BirdProscbird.hashnode.dev·Jul 27, 2023Polishing the pluginFind the complete code for this article on Github In the first 4 articles of this series, we created an Apollo Server plugin to identify fields in our schema that we want to make non-nullable, but are presently returning null. In this final article, ...DiscussSafely removing nullables from a GraphQL schemaGraphQL