PawHavenpawhaven.hashnode.dev·Nov 9, 2024Boost Design Projects with Cake Khoki Playful FontElevate Your Design Projects with Cake Khoki: The Perfect Playful Font Are you looking to add a touch of fun and boldness to your design projects? Whether you're creating posters, invitations, or any creative project, choosing the right font can make...Discussamusing
linhbqforSRE Tribeblogs.sretribe.net·Oct 2, 2024Algorithms PyTorch VersionWhat’s Included The following algorithms are implemented in the Spinning Up package: Vanilla Policy Gradient (VPG) Trust Region Policy Optimization (TRPO) Proximal Policy Optimization (PPO) Deep Deterministic Policy Gradient (DDPG) Twin Delayed ...Discusspytorch
Divya MahajanforPartner Penspartnerpens.hashnode.dev·Mar 20, 2024Amazon S3 Versioning: Hands-On | A Step-by-Step GuideStep 1: Navigate to Amazon S3 console Open your web browser and go to the AWS Management Console at https://console.aws.amazon.com/. Sign in to your AWS account using your credentials. Once logged in, locate and click on "S3" under the "Storage" c...DiscussAWS Cloud Hands-On Kit | Step-By-Step Guidesversioning
Faizan Habibfaizan842.hashnode.dev·Feb 20, 2024Changing Node.js Version Using nvmIf you've already installed any Node.js version eg. 20 using nvm (Node Version Manager), you can still use nvm to switch to any other version, including 18.16.0. Here's how you can do it: 1. Installing nvm (Node Version Manager): If you don't have nv...Discuss·3 likesNode.js
Loïc Yabililyabs.hashnode.dev·Nov 29, 2023Flutter 3.16: the new features you shouldn't missQuaterly, Flutter releases a new stable version that has minor and major changes from both Flutter's team and external contributors. Since November 15, Flutter announced the release of version 3.16, in this article I invite you to take a quick look a...Discuss·1.1K readsFlutter
Dinesh Jagdish Vermadineshjverma.hashnode.dev·Aug 11, 2023Setting up Kubernetes using the Kubeadm toolPre-requisites: Two machines running on Ubuntu 20.04. 2 GiB or more of RAM per machine. At least 2 CPUs on the machine that you use as a control-plane node. Full network connectivity among all machines in the cluster. You can use either a public ...Discuss·2 likes·64 readsKubernetes
Darth Byter8bytes8.hashnode.dev·Jul 21, 2023Chronicles of the Code Crusader: A Humorous Tale of Linux vs. Windows, Node.js Wars, and Python Predicaments!Oh, joyous day! Another morning in programmer paradise, where the battle of operating systems and version mismatches awaits me. As I boot up my computer, I can already feel the cosmic forces aligning against my code. In one corner, we have Windows, t...Discussos
Balaji Somasalebalajisomasale.hashnode.dev·Jul 3, 2023[July 2023 - Solved] javac is not recognized as an internal or external command, operable program or batch fileIf you are trying to run the java application but unfortunately it throws an error saying : "javac is not recognized as an internal or external command, operable program or batch file" This is the pure indication that it is not identifying the java ...Discuss·31 readsJava
Md. Kaiyomkaiyom.hashnode.dev·Jun 12, 2023NPM or NODE error and solutionVersion related ERROR: npm v9.6.2 is known not to run on Node.js v12.22.12. You'll need to upgrade to a newer Node.js version in order to use this version of npm. This version of npm supports the following node versions: ^14.17.0 || ^16.13.0 || >=18...Discuss·48 readsnpm
Rajveer Srivastavarajveersrivastava.hashnode.dev·Feb 7, 20235 New Features You Should Know About in React Native 0.71React Native 0.71 is here, and it's bringing some big new features to the table. You can now embed Web fonts in your React Native apps We've been shipping Web fonts in React Native for a while, but now they are supported on the iOS platform. This ...Discuss·21 likes·127 readsReact Native