ANKIT KUMAR PANDEYpandeyblog.hashnode.net·Mar 6, 2023"Rapid Development or Scalability: Finding the Best Tech Stack for Your Full Stack Web Development Needs"As the demand for full stack developers continues to grow, choosing the right tech stack is crucial for creating successful web applications. A tech stack is a combination of programming languages, frameworks, and tools used to build software applica...Discuss·12 likes·53 readsWeb Development
Habiba Waelhabibawael.hashnode.net·Dec 19, 2022MEAN, MERN, MEVN: What is the difference?Full-stack development is essential in the world of web development. In today’s world, the demand for a full-stack developer is increasing. Several full-stack development frameworks exist, including the MEAN, MERN, and MEVN stacks. Now let us underst...Discuss·10 likes·53 readsMEVN Stack
Saket Khopkarsaketsk.hashnode.net·Feb 16, 2023Day 5 : Angular - Attribute DirectivesIn the previous article, we have seen Structural Directives (ngIf, ngFor, ngSwitchCase). In this article, we will learn more about Attribute Directives. We will be covering the following Attribute Directives: ngStyle ngClass ngModel -> Used when t...Discuss·1 likeAngularAngular
MEAN Developersmeandevelopers.hashnode.net·Apr 24, 2023The Advantages of Choosing MEAN Stack for Web Development ProjectWeb development is an ever-evolving field that requires constant adaptation to new technologies, frameworks, and tools. One of the latest trends in web development is the use of the MEAN stack, a powerful set of technologies that includes MongoDB, Ex...DiscussMEAN Stack
Fawad Haniffawadh.hashnode.net·Apr 20, 2023How to Install Mean Stack on AWS EC2 UbuntuThe MEAN stack is a popular web development environment that consists of four components: MongoDB, Express.js, AngularJS, and Node.js. In this tutorial, we will walk you through the steps of creating a MEAN stack server on an Amazon Web Services (AWS...DiscussMEAN Stack
MEAN Developersmeandevelopers.hashnode.net·Apr 18, 2023Top Benefits of Becoming a MEAN DeveloperAs technology continues to evolve, the demand for skilled developers increases day by day. A MEAN developer is someone who has intermediate-level programming skills and is proficient in at least one programming language. These professionals are in hi...Discuss·1 likeMEAN Stack
MEAN Developersmeandevelopers.hashnode.net·Apr 14, 2023MEAN Stack Development: Benefits & Building a MEAN Stack ApplicationMEAN stack is a popular technology stack that includes four important technologies, MongoDB, ExpressJS, AngularJS, and Node.js. The MEAN stack provides developers with a simple and efficient way to build robust, scalable, and dynamic web applications...Discuss·1 likemean stack development services
MEAN Developersmeandevelopers.hashnode.net·Apr 13, 202310 Easy Steps to Help You Hire the Right Mean Stack DeveloperHiring the right MEAN stack developer is crucial for the success of any web application or software project. MEAN stack is a popular technology stack used for web development that consists of MongoDB, Express.js, AngularJS, and Node.js. It is importa...Discuss·1 likemean stack development services
Muhammad Hunbal Siddiquihunbalsiddiqui.hashnode.net·Mar 16, 2023Deploy MEAN Application On AWS EC2Deploying an application on an EC2 instance can be a complex task, but with a few straightforward steps, it can be achieved relatively easily. In this blog, we will deploy an application with the following tech stack: Node.js for the backend Angula...Discuss·44 readsAngular
ANKIT KUMAR PANDEYpandeyblog.hashnode.net·Mar 6, 2023"Rapid Development or Scalability: Finding the Best Tech Stack for Your Full Stack Web Development Needs"As the demand for full stack developers continues to grow, choosing the right tech stack is crucial for creating successful web applications. A tech stack is a combination of programming languages, frameworks, and tools used to build software applica...Discuss·12 likes·53 readsWeb Development
Saket Khopkarsaketsk.hashnode.net·Feb 17, 2023Day 8 : Angular - RoutingEver noticed any website's URL bar with path names? For example, when you are on the login page, ".../login" appears at the end. When you view the profile, ".../profile" appears. The word at the end is known as the specified route, which will tell us...DiscussAngularAngular
Saket Khopkarsaketsk.hashnode.net·Feb 16, 2023Day 7 : Angular - Input and Output DecoratorsThe use of Input and Output Decorators is usually handy when sending data between two components when they have a parent-child relationship. Interaction between components is highly possible when they are related like this. To establish a parent-chil...DiscussAngularAngular
Saket Khopkarsaketsk.hashnode.net·Feb 16, 2023Day 6 : Angular - All about Pipes"Pipes are simple functions to use in template expressions to accept an input value and return a transformed value. Pipes are useful because you can use them throughout your application, while only declaring each pipe once." To create a pipe, we will...DiscussAngularAngular