Josep johomo.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...Discussopenssf 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·50 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...DiscussBackend - 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·540 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.3K 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·271 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·692 readsAzurePowershell
Timothy Mutugidigitalchemist.hashnode.dev·Nov 16, 2023The Symphony of Dependencies: A Harmonious Orchestra in Web DevelopmentIntroduction In the intricate world of web development, creating a seamless and robust application requires orchestrating a symphony of dependencies. Each note played by these dependencies contributes to the harmonious execution of a web project. In ...DiscussMERN Stack
Vipul Singhvipulsingh.hashnode.dev·Nov 10, 2023Install Php Using Source CodeTo install PHP from source code, you can follow these general steps. Keep in mind that the exact commands and steps may vary depending on your operating system. Below, I'll provide a basic guide for a RPM-based CentOS, assuming you have the necessary...Discuss·1 like·38 readsec2