Preeti Samuelpreetisamuel.hashnode.dev·Oct 10, 2024UI and UX MethodologiesUI and UX methodologies provide structure and consistency for problem-solving, execution, and success in design processes, ensuring alignment within projects, organizations, or industries, with designers having the freedom to select various methods. ...Discussframework
Vijayendra Prasadvijaywrites.hashnode.dev·Oct 6, 2024Things To Be Known for Using Right Framework1. Django Django is a Python web framework that makes building secure websites easier. It uses the Model-View-Template (MVT) pattern. This allows developers to work quickly. Django includes an ORM, an admin panel, and a templating engine. These feat...DiscussFastAPI
Vijayendra Prasadvijaywrites.hashnode.dev·Oct 2, 2024The Ultimate Beginner's Guide To Python FrameworksBefore diving into frameworks, let us understand basic definitions of modules, packages, libraries, and frameworks in Python. Modules are the basic building blocks or individual files containing Python code that define functions, classes, or variabl...DiscussWeb Development
kaverappa c ktimeflag.hashnode.dev·Sep 26, 2024Frameworks: A Developer's Guide to Boosting Productivity and Efficiency"The right framework can turn a good developer into a great one by providing the tools and structure needed to build amazing applications efficiently and effectively." - Unknown As a developer, you've likely heard the term "framework" thrown around ...DiscussMachine Learning
Armaan Singhcode-better.hashnode.dev·Sep 23, 2024Beginner's Guide to React HooksThere are 12 built-in hooks in React. Here is a quick list: useState – For managing state in functional components. useEffect – For side effects like fetching data or updating the DOM. useContext – To use context values across components. useRedu...DiscussReact ArticlesReact
Aaron Smithtrendsintech.hashnode.dev·Sep 18, 2024Blazor vs ASP.NET: A Comparison for Modern DevelopersChoosing between Blazor and ASP.NET is an important decision for developers (image by Tumisu | Pexels) As a web developer, choosing the right framework is crucial, as many share similarities but offer distinct advantages. The right choice can signifi...DiscussBlazor
Shivanshi Singhshivanshi770.hashnode.dev·Sep 17, 2024Hadoop vs. Spark: Which Big Data Framework is Right for You?Introduction In the world of Big Data, Hadoop and Spark are two of the most powerful and widely used frameworks. Both offer robust solutions for handling large-scale data processing, but they differ in how they approach and solve Big Data challenges....Discusshadoop
SANKALP HARITASHsankalp-haritash.hashnode.dev·Sep 15, 2024Exploring the Differences Between CommonJS and ES6 Modules in Node.js: A Personal ExperienceWhen I first started working with Node.js, I knew I had to get comfortable with its module systems. Like many developers, I began with CommonJS, using the familiar require syntax to import modules. As I became more confident and started exploring the...Discuss·1 likeJavaScript
PravinforPravin's blogpnad.hashnode.dev·Sep 15, 2024The Ultimate JavaScript Learning GuideIntroduction JavaScript is a versatile programming language widely used in web development, from creating dynamic front-end interactions to powering server-side applications. Before diving into frameworks, it's essential to build a solid foundation i...DiscussJavaScript
Aman Mishraamanmishra.hashnode.dev·Sep 14, 2024Understanding State in ReactIn React, state refers to data that a component maintains over time, acting like the component’s memory. It's essential for storing information that needs to persist throughout the lifecycle of the app. For example, state is used in features like not...Discuss·2 likesReact