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
Illimar Tambekillimar.tambek.ee·Jan 12, 2024Storing settings in multi-tenant applicationsBackground I have a pragmatic approach when making architectural decisions for code: start with whatever is easiest and refactor into more complex options when you need to. As I rebuild Sliptree on Laravel, I occasionally find that some of the initia...Discuss·28 readsSliptree
Yichun Zhaoyichunzhao.hashnode.dev·Jan 5, 2024IntelliJ: Avoid Import *Go to 'Setttings'->'Code Stype'->'Java', Reconfig Class count to use import with '*': 999 Names count to use static import with '*':999Discussintellij
Mahira Technology Private Limitedmahiratechnology.hashnode.dev·Dec 6, 2023Mastering GitHub: A Guide to Changing Your Default BranchOver View:- In the evolving landscape of #version control and #collaborative #development, small changes can lead to significant improvements. One such tweak is changing the default branch in #GitHub, a pivotal step for a more inclusive and streamlin...DiscussGitHub
Taegu Kangktg0210.hashnode.dev·Nov 24, 2023Managing the forking policy for your organizationoutline Sometimes, forking a repository is very dangerous. So, we need to prevent fork a repository on the organizational level. Fortunately, the default organization setting for the forking repository is denied. forking repository policy for the...Discussforking repository policy
Stackzerostackzero.hashnode.dev·Jul 15, 2023How to prank your friends with this hilarious wallpaper locker!If you’ve ever wanted to pull a prank on your friends by locking their wallpaper, this is the article for you!I’ll explain how to do it in just a few simple steps. So that your victim could not replace the embarrassing image you choose. The result wi...DiscussPython
Daniel Muyshond (Dan)danielmuyshond.hashnode.dev·May 15, 2023log-format uWSGI, 2 exemples (verbeux, simplifié)Comprendre le logging uWSGI est essentiel pour optimiser et déboguer efficacement vos applications Web. Dans cette brève, je décompose le format détaillé de logging uWSGI pour vous aider à comprendre chaque paramètre que vous pourriez rencontrer dans...Discuss·40 readsuwsgi
Subhamcodexam.hashnode.dev·Apr 11, 2023How to Exclude Specific File Types from Being Formatted on Save in VS CodeVS Code has a handy feature that allows you to automatically format your code when you save a file. This can help keep your code clean and consistent. However, there may be times when you want to exclude specific file types from being formatted on sa...Discuss·401 readsvscode extensions
Nathan Bindingnbde.hashnode.dev·Mar 31, 2023Nintendo execs must not have any kids.It's a common situation for many parents: your child is an enthusiastic gamer, and they can't get enough of the latest and greatest games on their Nintendo device. But when it comes to setting controls, Nintendo lags behind. Unlike Microsoft's Xbox F...Discuss·28 readsBrit-Rantsnintendo
Rune Hansén Steinnes-Westumroderik.no·Nov 26, 2022Settings and PythonSo, while working on this project I found I was using pydantic (a magnificent library btw.) for one thing and one thing only - settings management. To boot, I was managing a client secret and a tenant id. Nothing more. There has to be a simpler way, ...Discuss·57 readsPython 3