Karuppiah Natarajankaruppiah.dev·Sep 22, 2023What is my IP? 🤔 💭A lot of times I access Togai infrastructure from my house using my house Internet. Togai's infrastructure is set up in such a way that any random IP cannot access the Togai internal infrastructure using SSH. Only certain IPs can SSH - say allow-list...Discuss·2 likes·58 readsip address
Loïc Yabililyabs.hashnode.dev·Sep 21, 2023GitHub chat Copilot: coding will never be the sameIn this blog, we will see the capabilities of GitHub Chat Copilot which is still in beta test as I am writing this article (September 2023). What is GitHub Copilot? Let's start by defining GitHub Copilot which is the global component. GitHub copilot ...Discuss·1 like·39 readsGitHub
Amédée d'Abovilleamedee.hashnode.dev·Sep 21, 2023Git Datavis: The Power of Visualizing Your Git RepoOften "senior+" work is about viewing a problem in a new way or bringing a new perspective to a deep-seated issue. The data in your git repository is a gold mine for analysis and sharing, especially for long-running software projects. You can get rea...Discusssoftware development
Ben-Hur Santos OttforGuia de AppSec :: Blogblog.guiadeappsec.com.br·Sep 18, 2023AppSec Newsletter 0008Links [artigo] Github Blog :: Introducing auto-triage rules for Dependabot [cursos] ProdSec Academy :: Treinamentos em AppSec (2 dias free trial) [tool] Microsoft OSSGadget :: Collection of tools for analyzing open source packages. [artigo] Semgr...Discuss·51 readsappsec
Eric TorreborreProetorreborre.blog·Sep 17, 2023Why you should flox every dayI want to share a very valuable tool that I have been using for almost a year now: flox. How I avoided nix for so long I never had a strong desire to completely control the software running on my machine. I was more focused on setting up an environme...Discuss·518 readsdevelopment
Akhil Bishtakhilbisht.hashnode.dev·Sep 14, 2023Perfect Power Management tool for Linuxauto-cpufreq is one of the best tools for managing your power and performance in your Linux system. auto-cpufreq This is the GitHub for this project. To install and use it you can install it's snap using sudo snap install auto-cpufreq Or you can ins...DiscussLinux
ShubhforCling Multi Solutions blogblogs.clingmultisolutions.org·Sep 13, 202310 Essential Front-End Development Tools for Web Developers10 Essential Front-End Development Tools for Web Developers Web improvement has advanced substantially through the years, with a developing range of equipment and technology to be had to enhance the front-end development process. These gear not simpl...Discuss·1 likeFrontend Development
James Cookjamescook.dev·Sep 12, 2023MegaLinter in Azure DevOpsWhat is MegaLinter MegaLinter is an Open Source tool powered by OX Security. It can be used in CI/CD tools like Azure DevOps and installed on local devices. This post will focus on the CI/CD operation using Azure DevOps. As of writing this, MegaLinte...Discuss·186 readsDevops
Gina Kriebrockrgrrl.hashnode.dev·Sep 11, 2023JavaScript SnippetsJavaScript snippets are a powerful feature within Chrome DevTools that can enhance the debugging and development process. They allow developers to write, execute, and save small pieces of JavaScript code within the DevTools environment. By incorporat...Discuss·27 readsJavaScript
Francisco Morettifranciscomoretti.hashnode.dev·Sep 10, 2023Simple Management of Environment Variables with Vercel EnvAre you tired of manually setting up environment variables every time you work on a local development project? Vercel has a solution for you! Using Vercel Env from Vercel CLI can save you time and trouble, allowing you to work more efficiently and ha...Discussservices