Darshit Anjariadarshitanjaria.hashnode.dev·Dec 21, 2024Did You Know Tree Shaking Can Supercharge Your JavaScript Applications?Introduction Modern JavaScript frameworks like React, Angular, and Vue have transformed web development. However, as applications grow, they often accumulate unused code, leading to bloated bundles and slower performance. This is where tree shaking c...DeadCodeElimination
Simón Lópezblog.loart.dev·Dec 18, 2024How to Set Up EOS Integration Kit in Unreal Engine 5When implementing Epic Online Services (EOS) in your Unreal Engine game, you might want to consider using a third party plugin like EIK (EOS Integration Kit). Because this third party integrations make the process of implementing EOS SDK much easier,...10 likes·32 readsGame Dev TutorialsEIK
Sharath Kumar Thungathurthisharaththungathurthi.hashnode.dev·Dec 18, 2024Aws GlueHere are some common AWS Glue questions and answers that can help you understand the service better: 1. What is AWS Glue? Answer: AWS Glue is a fully managed ETL (Extract, Transform, Load) service that allows you to prepare and load data for analytic...2Articles1Week
FIKARA BILALblog.fikara.io·Dec 17, 2024Subdomain EnumerationSubdomain research allows the identification of subdomains linked to a main domain that could be vulnerable, thus serving as entry points for misconfigured services. Discovering subdomains helps gather information about the technologies and configura...subdomain discovery
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
Darshit Anjariadarshitanjaria.hashnode.dev·Dec 17, 2024I Used to Overload My Browser with Events – Here’s What I LearnedModern web applications often rely on high-frequency events such as scroll, resize, mousemove, or input to provide interactive user experiences. However, firing too many function calls for these events can degrade performance, strain network resource...JavaScript
Pronod Bharatiyadata-intelligence.hashnode.dev·Dec 16, 2024Understanding AI Agents and Agentic AI: A Comprehensive GuideIntroduction Artificial Intelligence (AI) continues to revolutionize the way we live and work, providing transformative tools that range from basic automation to highly autonomous systems capable of navigating complex and dynamic environments. Centra...3 likes·35 readsAI Agents and Agentic AIautonomous systems
KORLA GOUTHAMkorla.hashnode.dev·Dec 16, 2024Learn S3 Basics Using CLI 🌩️ (2024) |Hello EveryOne, In this blog I would like to explain the basics of AWS S3 using Commands with some real world examples. What is S3 It is Simple , Popular, inexpensive storage service. To store your data in Amazon S3, you work with resources known ...AWS_S3AWS
Harsh Soniharshdevopss.hashnode.dev·Dec 15, 2024Easy Steps to Build a Two-Tier Flask Application with DockerIn this blog, we’ll walk through building a two-tier Flask app with a MySQL database using Docker. The project demonstrates two key Docker concepts: Docker Network and Docker Volume. These concepts are essential when dealing with multi-container appl...2Articles1Week
Rutvik Mangukiyarutvikmangukiya.hashnode.dev·Dec 15, 2024Docker Project: Building a 3-Tier Application with Docker Compose and Optimizing Image Size Using Multi-Stage BuildsIntroduction In this blog, we will explore how Docker Compose and Multi-stage Docker builds can help streamline the development workflow and optimize your containerized applications. First, we'll look at some theory behind these tools and then guid...DevOpsDocker