Published inJavaScript in Plain English·Pinned5 Most Used Packages or Frameworks in Node.jsThe most-used Node.js packages and frameworks you can use in your projects. — There are numerous packages available for Node.js on npmjs but surely we don’t use them all, so today I will be sharing a list of the top 5 most used packages it is not in any order I am just sharing a list of packages which any Node.js developer use…Nodejs4 min readNodejs4 min read
Published inJavaScript in Plain English·PinnedJavaScript is Weird and That’s Why We Love itJavaScript is one of the most popular languages in the world. It's not surprising that most tech-savvy companies are looking for JavaScript devs. But apart from that, it is a weird language as well. …JavaScript3 min readJavaScript3 min read
Published inJavaScript in Plain English·Sep 28, 2022How to Get Started with Node.js on Ubuntu | Beginner GuideIntroduction Node.js is a server-side Javascript that makes dev can write the front-end and back-end of web applications in Javascript more quickly and efficiently. Node.js is an open-source application under MIT License. This article will discuss how to set up your first Node.js …Nodejs3 min readNodejs3 min read
Published inFAUN — Developer Community 🐾·Jul 8, 2022Local Scopes - Advanced Way to Query data in LaravelIntroduction Laravel is one of the most used and most advanced frameworks ever developed in PHP, If you are here you must be already using it, So today we will discuss one of the Querying advanced methods in Laravel that will save you time as well and also will be an…Laravel3 min readLaravel3 min read
Published inJavaScript in Plain English·Jun 22, 2022Deploy an Angular Application with Surge Using GitLab CI/CDThis article will help you set up GitLab CI/CD pipeline for an Angular project and deploy it over Surge — Surge (.sh)Angular4 min readAngular4 min read
Published inJavaScript in Plain English·Jun 15, 2022How to Dockerize Your Angular ApplicationIntroduction to Docker Docker is a set of platforms as service products that use OS-level virtualization to deliver software in packages called containers. In simple words, it provides an environment to any application which removes the headache of setting up a project every time a new member is added to the team. 🍻 Prerequisite …Angular4 min readAngular4 min read
Published inJavaScript in Plain English·Jan 24, 2022How to Set Up Your First Angular AppA beginner’s guide on setting up an Angular app and the basics of Angular framework by Google. — What is Angular? Angular is a JavaScript Application Design Framework developed and maintained by Google for developing efficient front-end applications. It is first rolled out as AngularJS Library then later on from version 2 and above it is considered and developed as a framework. So now we end up with two different things:Angular5 min readAngular5 min read