Omid Eidivandiserverlessfolks.com·Sep 28, 2024You Are Not Saved By IaCTechnology exists to simplify human challenges, and as tech professionals, we must also leverage it to solve our own problems. One common area we deal with daily is Infrastructure as Code (IaC), raising frequent questions such as which tool is better...Discuss·2 likes·175 reads#IaC
Omid EidivandiforServerless Folks Blogsblogs.serverlessfolks.com·Sep 28, 2024You Are Not Saved By IaCTechnology exists to simplify human challenges, and as tech professionals, we must also leverage it to solve our own problems. One common area we deal with daily is Infrastructure as Code (IaC), raising frequent questions such as which tool is better...DiscussInfrastructure as code
Josep Projohomo.hashnode.dev·Aug 7, 2024Choosing the Right Dependencies: Ensuring Quality and Security in your Software ProjectsBuilding a project from scratch is rare due to the complexity and time constraints involved. Instead, developers often build applications on top of existing software. This means our software depends on other software. Dependencies are necessary and u...Discuss·26 readsDeveloper Career Growthopenssf scorecard
Pulkitblogs.devpulkit.in·Jul 13, 2024Simplifying Python Dependency Management with PoetryManaging Python dependencies can be hard, especially as projects get bigger. It's important to have the right packages and versions installed without conflicts. Poetry helps with this. It's a tool that makes managing project dependencies, packaging, ...Discuss·1 like·54 readsPoetry
Jasai Hansdajasaiblogs.hashnode.dev·Jul 4, 2024Installing Dependencies for Running Java, Python, and JavaScript Applications: A Simple GuideIn software development, efficiently managing dependencies and setting up projects is crucial for seamless development workflows. This article provides a comprehensive guide on installing dependencies for running applications and running GitHub-clone...DiscussJavaScript
Ayush Kumarkrayush1109.hashnode.dev·Jun 24, 202401 config: db connection, multer, nodemailer1. /app.js // Load environment variables from .env file require('dotenv').config({ path: './.env' }); // Import required modules var createError = require('http-errors'); var express = require('express'); var path = require('path'); var cookieParser...Discuss·29 readsBackend - Node, DB, Authconfiguration
Ondrej Sebeladoitpshway.com·Mar 11, 2024How to get all Graph PowerShell SDK modules required to run selected code using PowerShellIn my previous article, I've shown you, how to get the permissions required to run selected PowerShell code. Today I will focus on getting Microsoft Graph PowerShell SDK modules. The official Find-MgGraphCommand function, which retrieves the parent m...Discuss·614 readsAzurePowershell
Ondrej Sebeladoitpshway.com·Mar 11, 2024How to get all Graph API permissions required to run selected code using PowerShellNow that Microsoft Graph API is the main management tool for most of the Microsoft Cloud services, more and more admins will need to be able to work effectively with it. Graph API can be quite hard to understand, mainly the scope/permission part of i...Discuss·1.4K readsAzurePowershell
Gemma Blackgemmablack.dev·Feb 6, 2024NodeJS: We can run tests natively!Once upon a time, there was Mocha. Then there was Jasmine. Or perhaps it was the other way around. But Mocha was first for me. There was Jest. Now there's Vitest. If you want to write tests for your Nodejs app, you're spoilt for choice. You just run ...Discuss·1 like·284 readsNode.js
Ondrej Sebeladoitpshway.com·Jan 23, 2024Import new (or update existing) PowerShell module (including its dependencies!) into Azure Automation Account using PowerShellI bet you would agree that importing PowerShell modules to Azure Automation Account using GUI is super annoying. Moreover, if such a module has some dependencies, you have to import them one by one beforehand and often in the correct order too. Not t...Discuss·1 like·915 readsAzurePowershell