Nguyễn Mậu Minhmew.hashnode.dev·Dec 20, 2024Svelte vs React: Which Framework to Choose?TL;DR: This blog post compares and contrasts Svelte and React, two popular JavaScript frameworks, to help developers make informed decisions based on their project needs. We are almost in 2025, and the emphasis on choosing the right framework for fro...React
NovitaAInovita.hashnode.dev·Dec 14, 2024Dynamic KV Cache compression based on vLLM frameworkMotivation By reviewing recent academic papers from the past year in the field of KV sparsity (H2O、SnapKV、PyramidKV), we apply KV sparsity to different layers of the model. By employing a pruning strategy, we eliminate KV pairs with lower scores whil...llm
Yug Jadvanitheyugjadvani.hashnode.dev·Dec 8, 2024Why We Finally Moved Out of Next.js: A Developer's PerspectiveThe landscape of web development frameworks is constantly evolving, and developers frequently weigh their options to find the best tools for their projects. Next.js, a React-based framework, has been a game-changer for server-side rendering (SSR) and...Web Development
LakshmiPerumalmalalakshmi.hashnode.dev·Dec 4, 2024Spring Boot Microservices Tutorial - Part 4In Part 4 of this Spring Boot Microservices Tutorial series, we will secure our API Gateway using Keycloak What is Keycloak? Keycloak is an open-source Authorization Server that can be used to outsource the authentication and authorization from our a...Springboot
NITYOM TIKHEnityomrr.hashnode.dev·Nov 30, 2024Understanding REMIX: The Future of Web DevelopmentThe world of web development has seen constant evolution, with new frameworks and tools emerging to improve efficiency, enhance user experience, and reduce the complexity of building modern web applications. One such tool that has been gaining tracti...Remix
Jesse HallforfreeCodeCampfreecodecamp.org·Nov 19, 2024Understanding Modern Development Frameworks: A Guide for Developers and Technical Decision-makersAs a developer for over 20 years, I've seen firsthand how choosing the right framework can make or break a project. The term "framework" has become so broad that it's often misunderstood. Let's clear up the confusion and help you make better technica...Developer
LakshmiPerumalmalalakshmi.hashnode.dev·Nov 19, 2024Spring Framework and Spring bootSpring Core: Spring is one of the most powerful frameworks in Java. Of course, there are many other frameworks like Struts and EJB, and on the database side, we have JPA. However, with the help of Spring, we can achieve everything in one framework. O...10 likes·30 readsSpringboot
olovaolova.hashnode.dev·Nov 15, 2024🌟 Introducing Olova: The Lightweight JavaScript Framework for Modern DevelopmentAre you tired of bloated frameworks that slow you down?Do you crave a developer-friendly framework that simplifies your coding experience without compromising performance? Meet Olova—the lightweight, intuitive, and fast JavaScript framework designed ...1 likeolova
DevShubheffortless-nextjs.hashnode.dev·Nov 15, 2024Begin Your Next.js Adventure: Project Setup GuideIntroduction Welcome back, developers! Following our deep dive into the Next JS: Exploring the Origins, let's roll up our sleeves and kickstart our first Next.js project. In this guide, we'll walk you through creating your initial Next.js setup and d...Effortless Next JSJavaScript
Matt Paulmattpaul.hashnode.dev·Nov 14, 2024What is Vue JS? A Complete GuideIntroduction The front end of web development has seen significant transformation lately. User interfaces (UIs) of websites have transitioned from static pages to animated text and icons. The user interface is now interactive and alters colors accord...Vue.js