Anurag KumarforKubesimplifykubesimplify.hashnode.net·Apr 12, 2022Managing Contexts In Kubernetes With PluginsHow to manage multiple k8s clusters This is a beginner's guide on how to manage multiple clusters when you've multiple config files. When you use a local kubernetes environment then it looks something like this. You may be using minikube, docker de...BUSHRA NAZISH and 2 others are discussing this3 people are discussing thisDiscuss·73 likes·569 readsKubernetes
JDCforJohn Corbin's Blogjdc.hashnode.net·Nov 20, 2020DIY WordPress Plugin Tutorial - COVID-19 Isolation and Quarantine CalculatorGetting Started Hey there! If you're just stopping by, check out my previous WordPress plugin tutorial to see the base of this code that dates back YEARS. It's so simple, but it's a really awesome base that I encourage you to snag, slice, and dice as...Discuss·8 likes·41 readsWordPress
Mat JonesforMat Jones Development Blogmatjones.hashnode.net·Nov 20, 2021How to Write Neovim Plugins in RustWhy Even with the excellent Lua luv async library, uv.new_async is not truly multithreaded because of Neovim's event loop architecture (source). Also, because Rust is awesome and you love it 🦀 How Let's take a look at how Neovim attempts to load L...Discuss·3 likes·5.5K readsRust
Nyah MacklinforSuborbital Launch Padsuborbital.hashnode.net·Feb 21, 2023The Suborbital Editor: Introducing a Light ThemeHouston, we have liftoff. One week ago, we told you we would start revamping the editor, since our current editor does not visually blend into our customer’s applications. We want to provide our customers with a more customizable editor experience t...Discuss·78 readsplugin
Rifat KhanforStepAsideLiLstepasidelil.hashnode.net·May 6, 2022WordPress Plugin Development: Plugin Header CommentWhat is Plugin Header Comment In WordPress plugin development, a header comment is a comment in the root PHP file. It has a specific format that WordPress can read. The comment contains metadata about the plugin. Without this comment, WordPress can n...Discuss·67 readsWordPress Plugin DevelopmentWordPress
Anurag KumarforKubesimplifykubesimplify.hashnode.net·Apr 12, 2022Managing Contexts In Kubernetes With PluginsHow to manage multiple k8s clusters This is a beginner's guide on how to manage multiple clusters when you've multiple config files. When you use a local kubernetes environment then it looks something like this. You may be using minikube, docker de...BUSHRA NAZISH and 2 others are discussing this3 people are discussing thisDiscuss·73 likes·569 readsKubernetes
Mat JonesforMat Jones Development Blogmatjones.hashnode.net·Nov 20, 2021How to Write Neovim Plugins in RustWhy Even with the excellent Lua luv async library, uv.new_async is not truly multithreaded because of Neovim's event loop architecture (source). Also, because Rust is awesome and you love it 🦀 How Let's take a look at how Neovim attempts to load L...Discuss·3 likes·5.5K readsRust
Linus Benknerforlinu.uslinus.hashnode.net·Nov 20, 2021How to nest groups in TailwindCSSUpdate: This article is now outdated as nested groups have become a core feature of Tailwind CSS 3.2.👉 Official docs: https://tailwindcss.com/docs/hover-focus-and-other-states#differentiating-nested-groups👉 Playground example: https://play.tailwin...Discuss·1 like·8.6K readsTailwind CSS
Gil Barbosa Reisforgilzoidegilzoide.hashnode.net·Aug 5, 2021Godot + GDNative + PluginScript: the groundworkVersão em Português In the last post we talked about the design of a plugin for using Lua in the Godot game engine. Today we'll start implementing our plugin with the barebones infrastructure: a GDNative library that registers Lua as a scripting lang...Discuss·246 readsBuilding a Godot PluginScript for the Lua languageLua
Gil Barbosa Reisforgilzoidegilzoide.hashnode.net·Jul 28, 2021Designing a Godot PluginScript for LuaVersão em Português This is the first article in a series about how I'm approaching the development of a plugin for using the Lua language in Godot game engine. Lua is a simple and small, yet powerful and flexible, scripting language. Although it isn...Discuss·1 like·225 readsBuilding a Godot PluginScript for the Lua languageplugin
DmitryforInteractive Data in Actiondataviz.hashnode.net·Mar 5, 2021@rollup/plugin-json imported but doesn't workI'd built my project within rollup.js . Suddenly today when I started it terminal gave me this message: (!) Plugin json: Could not parse JSON file src\data.json [!] Error: Unexpected character '�' (Note that you need @rollup/plugin-json to import JSO...Discuss·403 readsjson
JDCforJohn Corbin's Blogjdc.hashnode.net·Nov 20, 2020DIY WordPress Plugin Tutorial - COVID-19 Isolation and Quarantine CalculatorGetting Started Hey there! If you're just stopping by, check out my previous WordPress plugin tutorial to see the base of this code that dates back YEARS. It's so simple, but it's a really awesome base that I encourage you to snag, slice, and dice as...Discuss·8 likes·41 readsWordPress
alberto montalesiforinspiredwebdev.hashnode.net·Mar 24, 2020Create a JavaScript plugin to highlight and tweet textThis article was originally posted on my blog. Head over to inspiredwebdev.com for more articles and tutorials. Check out my JavaScript course on Educative to learn everything from ES6 to ES2019. Hi, I am Alberto Montalesi, a full-stack self-taugh...Discuss·1 like·57 readsJavaScript