Lucky victoryblog.lucky-victory.dev·Sep 18, 2023Choosing the Right Frontend Framework: React vs. AngularIntroduction In the ever-evolving landscape of web development, choosing the right frontend framework is a pivotal decision for any web developer or development team. Frontend frameworks have revolutionized the way we build web applications, enabling...DiscussAngular
Yaroslav Prozorovbyka.hashnode.dev·Sep 17, 2023Spring Security 6.0 or Deprecated WebSecurityConfigurerAdapterIn Spring Security 6.0, many methods and classes have been deprecated. Let's look at the main deprecated elements: Deprecated Methods authorizeHttpRequests() - Use authorizeHttpRequests(Customizer) instead antMatchers() - Use requestMatchers() whic...DiscussJava
Meet Makwanatechmeet.hashnode.dev·Sep 16, 2023Understanding the Difference Between Programming Libraries and FrameworksIntroduction In the world of software development, two terms that often get thrown around are "libraries" and "frameworks." While both play essential roles in building applications, they serve different purposes and have distinct characteristics. In ...Discuss·1 like·37 readsProgramming Blogs
Dania Emaridania.hashnode.dev·Sep 15, 2023Bootstrap VS DaisyUIWhat are Bootstrap and DaisyUI? They are both front-end development frameworks and toolkits, but they are different from each other. DaisyUi is a UI component library and plugin for Tailwind CSS, a popular utility-first CSS framework. And Bootstrap i...Discuss·10 likesBootstrap
jet2018jetezra.hashnode.dev·Sep 15, 2023Up and Running with Django, the crazy way! -- Part 1Currently, I get geeks to work on and my clients get amused by my performance as a developer and that's what matters to the client, getting things done, no matter how. So usually, we talk about a project let's say at 8:am, I give them a dashboard to ...Discuss·57 readsdjango rest framework
pheranmy Olabiyidevf.hashnode.dev·Sep 13, 2023F For Flutter!!Flutter is fun and fantastic and this brief documentation is for the new developers learning Flutter and others who would like to know more about the framework. Let's dive in! In my previous documentation, I talked about the Flutter framework how to ...Discuss·2 likesFlutter
ShaaNmirageazlit.hashnode.dev·Sep 13, 2023React 101.1The Concept > ReactJS is an open-source, component-based front-end library responsible only for the view layer of the application. It is maintained by Facebook. A React application is made up of multiple components, each responsible for outputting a ...DiscussReact 101 React
vishal krishnavishal8.hashnode.dev·Aug 27, 20237 Concepts to know before learning javascript framework• Javascript fundamentals 1.Basic syntax 2.Variables 3.Data structures 4.DOM • Classes 1.Structuring a class 2.Constructors 3.Methods and properties 4.Extending classes • Arrow functions 1.Syntax and usage 2.Lexial 'this' • Promises 1.Async/Await 2.....Discuss·2 likesJavaScript
Ivan Cernjashuttle.hashnode.dev·Aug 23, 2023Choosing the Right Rust Web Framework: An Overviewauthor: Stefan Baumgartner; Owner at Oida.dev; Rust Linz Organizer In the dynamic landscape of web development, Rust has emerged as a language of choice for building safe and performant applications. As Rust's popularity grows, so does the array of ...Discuss·1 likeRust
Aditya Bandatechpm.hashnode.dev·Aug 22, 20236 step system design framework for non-technical PMsThis article explains a 6-step framework that non-technical PMs can use to crack system design interview questions Step 1: list major functional and non-functional requirements Functional requirements — Features/use cases that the product should supp...DiscussSystem Design