Sinaptiasinaptia.hashnode.dev·Dec 19, 2024Beware of this status updateIn our previous two posts, we discussed why communication matters and what’s the best status update. In this post, we will analyze a very common pattern of communication and how we can prevent it from becoming a problem. More than once we were presen...community
Sinaptiasinaptia.hashnode.dev·Dec 18, 2024A case against form objectsNote: The current article is based on Ruby on Rails examples, but the core idea should apply to other languages and frameworks. The first Let’s start trying to define some concepts: What’s a form object? What’s their architectural purpose? Accord...100DaysOfCode
Sinaptiasinaptia.hashnode.dev·Dec 18, 2024Docker in development: Episode 3The last episode was about dockerizing our Ruby on Rails app. In this episode, we’ll be exploring how to perform everyday tasks in our containers. Running rake tasks and rails commands Running rake tasks is easy. Once you’ve built your images, you ca...Ruby on Rails
Bharat Singhbharatblogs.hashnode.dev·Dec 18, 2024Functions in JavaScriptHi Folks, In this article we will be learning about functions in JavaScript. Functions are the heart of JavaScript. Everything in the JavaScript is based on functions. Functions:- Functions are building block in any programming language, Functions ma...HTML5
Munilakshmi G J100daysdevops.hashnode.dev·Dec 18, 2024Day 53 of 100 Days : Cloud Cost Optimization – A Practical Approach for DevOps and Cloud EngineersIntroduction: Why Cloud Cost Optimization Matters Cloud platforms, like AWS, offer unparalleled scalability and flexibility. However, without proper cost optimization strategies, organizations can incur unexpected expenses, which defeat the purpose o...AWS
Saumyaa Gargsaumyaagarg.hashnode.dev·Dec 17, 2024Day 21: Heaps BasicsHeaps are powerful tree-based data structures designed for efficient priority handling, making them indispensable in optimization problems and real-time systems. Today’s exploration focused on understanding the heap property, implementing heaps using...10 likesWeek 3DSA
Munilakshmi G J100daysdevops.hashnode.dev·Dec 17, 2024Day 52 of 100 Days : The Evolution of Infrastructure Management with IaC & AWS CloudFormationInfrastructure management has come a long way. Imagine setting up everything manually for each server—hours spent clicking through settings, only to repeat the process for every new deployment. Now, imagine doing it in just a few minutes with a singl...#IaC
Pavan Varmapavan-varma.hashnode.dev·Dec 17, 2024Java Functions/Methods: A Beginner's Guide to Writing Efficient CodeIntro: In this article, I would like to share some insights about... Functions/Methods Works Scoping Shadowing Variable Arguments Function Overloading let’s goooo..🙂🔥🔥🔥✌ Functions: A Function/Method is a block of code that only runs when ...Programming Blogs
Saumyaa Gargsaumyaagarg.hashnode.dev·Dec 16, 2024Day 20: Binary Search Trees (BST)Welcome to Day 20 of my 100 Days of DSA challenge! Today, I tackled five problems focused on Binary Search Trees (BSTs). From understanding their fundamental operations to solving more advanced challenges, these problems deepened my understanding of ...10 likesWeek 3DSA
Saumyaa Gargsaumyaagarg.hashnode.dev·Dec 15, 2024Day 19: Binary Trees AdvancedWelcome to Day 19 of my 100 Days of DSA challenge! Today, I tackled five problems focused on advanced binary tree concepts. From structural checks to transformations and various traversal techniques, these problems deepened my understanding of binary...10 likesWeek 3DSA