Victor Ukohatpscript.hashnode.dev·Feb 14, 2025Python Hacking: Techniques in Python Library HijackingIntroduction Today, a lot of programming languages are being used for development of software ranging for simple to complex applications. Of these languages used, Python is a largely used language which has grown in popularity over the years, since i...ArticlesPython
Soyuliasoyulia.hashnode.dev·Feb 9, 2025[ Spring ] 프레임워크 vs 라이브러리목표 : 프레임워크와 라이브러리의 차이점을 제어 흐름의 주체와 사용 방식을 중심으로 확인하기 (Spring Framework와 일반 Java 라이브러리 활용) 출처 : 위니브 - 이승주 강사님 강의, https://ctrlcccv.github.io/code/2024-03-04-framework-library/ 1️⃣ 프레임워크 ? 프레임워크는 애플리케이션의 전체적인 구조를 제공하며, 개발자는 프레임워크가 정의한 규칙과 절차에 따라 코드를 작성...framework
Merge Simpsonblog.letsdev.me·Feb 7, 2025클래스에 Serializable 인터페이스를 구현 받는 이유가 무엇인가요? #42이 아티클은 깃허브 nettee-space 조직의 디스커션 #42 항목을 옮겨 온 것입니다.관련 논의: nettee-space/backend-sample-hexagonal-simple-crud/discussions/42 Question: 클래스에 Serializable 인터페이스를 구현 받는 이유가 무엇인가요? 여러 소스들을 접하면서 VO 객체 등에 Serializable를 구현받는 것을 많이 접했습니다. 저희 헥사고날(스터디 팀내 2단계 ...10 likesJava
Rohan Shrivastavarohanblogs.hashnode.dev·Feb 6, 2025Exploring ShadCN UI: A Developer's ExperienceIntroduction Recently, I explored ShadCN UI, and I must say, it’s one of the best UI component libraries I’ve come across. If you are a developer who loves clean, accessible, and highly customizable UI components, this is something you should defin...shadcn
Filip Trivanfiliptrivan.hashnode.dev·Jan 26, 2025How to make a library in Angular 17Guide and given steps how I transferred general code from specific application to Angular library This document is not for those who are just starting to implement library, if you are just starting see the following Angular guide and come back here, ...Angular 2
Vikas RathoreforUiOrbituiorbit.hashnode.dev·Jan 25, 2025UIOrbit: Your One-Stop Solution for Choosing the Perfect UI LibraryIn the ever-evolving world of frontend development, choosing the right UI library can be one of the most daunting tasks. With countless options like Material UI, Chakra UI, TailwindCSS, and many more, developers often find themselves overwhelmed by e...1 likeUIUX
Nguyễn Mậu Minhmew.hashnode.dev·Jan 19, 2025Modern React UI Component Libraries 2025Featured Libraries Aceternity UI Aceternity UI offers a collection of trendy and easy-to-use components and templates for building websites with Tailwind CSS and Framer Motion. Modern UI components with stunning animations and effects. Perfect for cr...React
Michael Pipermichaelpiper.hashnode.dev·Jan 16, 2025Structured Error Handling for TypeScriptThe Result Library is a TypeScript utility designed to offer structured error handling using Ok and Err types, providing a robust way to manage both success and failure scenarios. This library is inspired by Rust, borrowing its error-handling pattern...TypeScript
Nguyễn Mậu Minhmew.hashnode.dev·Jan 13, 2025React UI Component Libraries in 2025As we start 2025, React continues to be a popular choice in frontend development. The ecosystem of React UI component libraries has evolved significantly, offering developers tools to build modern, efficient, and accessible user interfaces. Let's exp...React
Abdul Ahmedformorsebitsmorsebits.hashnode.dev·Jan 8, 2025Starting with documentation-level comments and creating a library in Rust .Before arriving at this page, you’ve likely visited crates.io multiple times to explore your favorite crates. Have you ever pondered how crate documentations are constructed? Do developers manually craft all the HTML tags and designs? Let’s delve int...Rust