RKRahul Kambleiner-rahulkamble-dev.hashnode.dev·Apr 23, 2025 · 3 min readJunit5 learningspackage com.healthycoderapp; import java.util.Comparator; import java.util.List; public class BMICalculator { private static final double BMI_THRESHOLD = 25.0; public static boolean isDietRecommended(double weight, double height) { ...00
RKRahul Kambleiner-rahulkamble-dev.hashnode.dev·Mar 11, 2025 · 5 min readChange old email and name of Git autherStep-by-Step Guide to Change Email and Name in Git History 1. Backup Your Repository Before making any changes, ensure you have a backup of your repository to prevent any data loss. 2. Clone the Repository If you haven't already, clone the repository...00
RKRahul Kambleiner-rahulkamble-dev.hashnode.dev·Feb 25, 2025 · 10 min readSQL Quick Revisiongive me an my sql script to create employee table with his mananger and his department, city, salary, name, age and employee Id should be unique and also give insert script with 10 employees where in employee names can be duplicates and also one mana...00
RKRahul Kambleiner-rahulkamble-dev.hashnode.dev·Feb 25, 2025 · 1 min readData Structures and AlgorithmsArithmetic fundamentals -https://press.rebus.community/programmingfundamentals/chapter/integer-division-and-modulus/#:~:text=Overview,remainder%20operation%20is%20the%20modulus.00
RKRahul Kambleiner-rahulkamble-dev.hashnode.dev·Dec 21, 2024 · 3 min readKafka Implementation exampleaws.s3.bucketName=${aws.s3.bucket:mediafilesbucket2024} aws.s3.region=${aws.region:us-east-1} aws.s3.accessKey=${aws.s3.access.key:AKIAWFIPSWA4CDJWJFHZ} aws.s3.secretKey=${aws.s3.access.secret:s9uvd4kZhSTdr3vopUYpgViAa/I79AVyq1FaWhkH} aws.s3.hostUrl=...00