Skip to content
View rupeshtiwari's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@fsms-angular
Block or Report

Block or report rupeshtiwari

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Add an optional note:
Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
rupeshtiwari/README.md

Hi, I am a Microsoft Certified Sr. Software/Solution Architect. Currently focusing on Azure cloud solution architecture. I am also a professional trainer, Pluralsight author, speaker, blogger and YouTuber. I am passionate about problem solving and learning new technologies. I help students and professionals to become Full Stack Software Developer in less than a year! I am the founder of Fullstackmaster.net.

Here is what I offer FREE resources to freshers and developers!

Latest technical blogs FREE for developers ✍️

Steps to become Angular developer

If you want to become Angular developer follow below steps:

  1. Learn basics of Html, CSS and JavaScript from W3school.com.
  2. Make some JavaScript and Typescript projects check this link
  3. Learn basics of npm and node.js from w3school or youtube.
  4. Learn server side programming using JavaScript Express node package. Check this link
  5. Next learn RxJS check this link
  6. Finally create Angular projects from basics to advance level.

Client Side programming using JavaScript for beginners

JavaScript is important to learn if you want to become front-end developer or full stack developer using JavaScript node.js. Here are the list of free video courses that you will enjoy and learn about JavaScript and node.js from beginning. Visit JavaScript Beginner Web Application that you will be building after finishing both client side and server side learning materials.

📑 Note

Below learning materials will help you to learn JavaScript from beginning, Typescript. You will be creating web application with Add User use case only. Please go through the material as listed in sequence. Go to next link if you have finished watching previous link.

Server side programming for beginners with JavaScript

Below learning materials will help you to learn express and finish the web site by adding Add and Delete user use cases with both client and server side coding knowledge.

Visit the site User registration. Here is the final site deployed in Heroku using Typescript, jQuery, express. That you will build together with me by the end of course.

Visit Fullstack Master YouTube channel to get more such videos and playlist.

✍️ Read my all JavaScript related technical blogs for developers here.

RxJS for beginners FREE

RxJS is most important topic you should learn if you want to start your carrier in Angular. Here is a most viewable RxJS Youtube videos that will help you to build good foundation on RxJS and reactive programming.

✍️ Read my all RxJS related technical blogs for developers here

Angular for beginners FREE

Angular is most popular UI framework that helps you to build modern SPA based frontend projects. If you want to learn angular, checkout below angular resources (videos, source-code, articles).

✍️ Read my all Angular related technical blogs for developers here.

Angular for experts

NgRX Sample Apps FREE

Angular Workspace FREE

Multiple Angular projects can be combined in a single repo. If you have large team and multiple repositories. It will create large churn in the team. Therefore, learn about Angular workspace or monorepo. Here are the resources that will help you to build your monorepo workspace using multiple angular projects.

Monorepo using NRWL.Nx Framework FREE

Do you want to do micro-frontend and build a Composed UI? Suppose your company has various services, for example, customer and sales service. And you want to make a site with composition UI where both services want to show their widgets. How would you attempt it by not creating a monolith in the client side code base? The answer to this question is MonoRepo with Multi Project architecture. I am using the Nrwl.Nx framework to create my monorepo to achieve UI composition. Also in order to isolate the state of services to corresponding services you could consider using NgRX to manage the state of your application. In your company, are you planning to introduce monorepo? Then consider using Nx library. I have couple of coding examples for angular and nx monorepo worth checking them out.

GitHub Source for Nx Monorepo

UI-Composition and Micro-Frontend Example using Angular and NgRx FREE

In general Big ball of mud is not good architecture. Therefore, nowadays microservice architecture is popular. Therefore, in the UI also engineers are trying to apply micro-frontend architecture. I have used angular and ngrx to try to solve UI Composition and created one e-store app to demonstrate the solution. Feel free to check out the source code and live app. I have created composed ui application demonstrating using sales and finance services and creating e-commerce online application to show products, cart and checkout pages. Here is the live demo for ui composition example/demo app.

Angular npm packages that I created

✍️ Read my all monorepo related technical blogs for developers here.

Resume preparation guideline

If you want to prepare you resume and need my guideline then watch below videos.

SOLID Design & Architecture styles

In order to solve big system design problems, you must know about SOLID design principal, Design patterns and Architecture styles. Check out below videos to learn them.

Azure for beginners

Azure is a cloud compute service provider. Make sure you learn any cloud technology. You could learn AWS, Google Cloud or Azure. I am learning Azure now a days. Here are the resources if you want to learn Azure with me then check them out.

✍️ Read my all Azure related technical blogs for developers here.

Data Structures and Algorithms

I myself is from Electronics and Telecommunication Branch. Therefore, I had to learn all computer science fundamental from scratch. And I got some good experience and here I will take that opportunity to teach you as well. I hope you will enjoy them and also learn computer science fundamentals. I will try my best to make them very easy and simple for you. You will become problem solver and well equipped with data-structure and algorithm.

Learn below computer science topics from scratch and prepare for coding interview in Facebook, Amazon, Google, Microsoft etc.

  • Data-Structure
  • Algorithms
  • Coding Interview Questions & Answers

Learn Data-Structure & Algorithms, Solve many interview coding questions using JavaScript.

Learn DataStructure

System Design Fundamentals

You will learn below:

Projects that I worked on

Here are some more projects that I worked on.

Challenges I faced and solved

I found my team and myself finding difficulties on below things and I build tools/utilities & frameworks to solve them.

  • Multi-monitor browser communication: I worked on Fujifilm Medical project to show cardio etc. reports on Web application. That was challenging project I had to solve multi-monitor communication issue using JavaScript.
  • Messaging Framework: On Angular project by creating pub/sub library that helps to create loosely coupled modules in Angular.
  • UI Composition problem: We have many business services while assembling and authoring exams. It is challenging to create website that will have UI components from various services and communicate each other. I leaded the UI composition framework and implemented the solution both in client side (Angular framework) and in Server side ( C# Asp.net ).
  • Migrating AngularJS to Angular: Came up with strategy and used new Angular features to simplify while brining AngularJS to Angular framework.
  • Migrating old Typescript code to ES6 format: I had to write my own lil node.js tool to auto migrate lots of old code to ES6 format to migrate large set of code base.
  • Creating VsCode snippets for helping developers to get boilerplate code.
  • Created JavaScript CLI for our team to create Angular, NgRX, JS enterprise projects to start.

Mistakes done by Me!

  • When I started on my software carrier I was not clear about Separation of Concerns and I used to mix the concerns. Like used to put Repository classes implementations in Domain layer.

My Hobbies

  • Learning new programming skills
    • PHP Laravel framework learned to build my Fullstackmaster.net
    • Ruby I learned to create my blog
    • Learned React and React-Native to create iOS and Android apps
    • Learned Xamarin and created & published iOS App iReformat using Xamarin
  • Making YouTube Videos for developers
  • Writing blogs for developers
  • Speaking on technical topics in local developers seminars
  • Playing precaution instruments like Tabla, Drums
  • Reading and writing about spirituality sample posts

Pluralsight Author

Now a days RxJS is much popular and testing RxJS is challenge. I would recommend using Marble Diagrams to write specs for your RxJS methods. Learn everything you should know about RxJS Unit Testing with Marble Diagram course at Pluralsight from scratch. If you like my course please add ratings and comments. Visit my Pluralsight profile

Resume

I have been working on IT industry since 17+ years.

Rupesh Tiwari as Fullstack Developer/Architect

Paid online training for developers & freshers 👨🏼‍🏫

I conduct software development trainings. Here are some of my training materials you have to buy them though!😃 If you want to become full stack developer and grow your carrier as Lead Developer/Architect then consider my training courses.

  • Build Fullstack Angular real world app from scratch. It is online shopping ecommerce site and deploy over cloud Heroku. Visit online shopping site live. Get the complete source code and guided video course to create this project from scratch Mastering MEAN.Js for full stack development at fullstackmaster.net.
  • Create your first JavaScript application using event driven architecture and deploy over cloud Heroku. Visit the live JavaScript application. Get the complete source code and guided videos to create this project from scratch. Create JavaScript App from Scratch and Deploy to Cloud (Heroku) at fullstackmaster.net.
  • Advance your Angular skills by mastering RxJS and Higher order RxJS operators. Get the complete source code and guided videos to create this project from scratch. Mastering RxJS Higher Order Observables at fullstackmaster.net.
  • If you don't want to buy individual courses then we have monthly membership plans and you will get unlimited access to all of our video courses, slides, source code & Monthly video calls.
    • Please subscribe to All Access Membership Pro to watch angular, JavaScript, node.js and related technology courses.
    • Please subscribe to All Access Membership Elite to get everything from PRO plan additionally you will get access to monthly live Q&A video call with Rupesh and ask doubts and get more tips and tricks.

Your bright future is waiting for you so visit today FullstackMaster and allow me to help you to board on your dream software company as a new Software Developer, Architect or Lead Engineer role.

Thank you!


Rupesh Tiwari
www.rupeshtiwari.com
✉️ rupesh.tiwari.info@gmail.com
Founder of www.fullstackmaster.net
Rupesh Tiwari Resume copy

Pinned

  1. e-store e-store Public

    Sample application that demonstrate client side UI Composition necessary for Service Oriented Architecture (SOA) using Angular and Redux

    TypeScript 7 4

  2. coding-examples-angular-monorepo-with-nx coding-examples-angular-monorepo-with-nx Public

    Sample code to demonstrate core nx monorepo features like dependency graph, dependency constraints and affected build and test.

    TypeScript 3 2

  3. amplify-react-stabledapp amplify-react-stabledapp Public

    Stable Diffusion from Stability AI and AWS Sagemaker. Full stack application with AWS API gateway and Amplify React App

    JavaScript 9 2

  4. aws-samples/serverless-patterns aws-samples/serverless-patterns Public

    Serverless patterns. Learn more at the website: https://serverlessland.com/patterns.

    Python 1.3k 757

  5. aws-cdk-examples aws-cdk-examples Public

    Forked from aws-samples/aws-cdk-examples

    Example projects using the AWS CDK

    Python 1

  6. amplify-react-text-to-image amplify-react-text-to-image Public

    JavaScript 2

88 contributions in the last year

No contributions on December 4th.No contributions on December 11th.No contributions on December 18th.No contributions on December 25th.No contributions on January 1st.No contributions on January 8th.No contributions on January 15th.No contributions on January 22nd.No contributions on January 29th.No contributions on February 5th.No contributions on February 12th.No contributions on February 19th.No contributions on February 26th.No contributions on March 5th.No contributions on March 12th.No contributions on March 19th.No contributions on March 26th.No contributions on April 2nd.No contributions on April 9th.No contributions on April 16th.No contributions on April 23rd.No contributions on April 30th.No contributions on May 7th.2 contributions on May 14th.No contributions on May 21st.No contributions on May 28th.No contributions on June 4th.No contributions on June 11th.No contributions on June 18th.No contributions on June 25th.No contributions on July 2nd.No contributions on July 9th.8 contributions on July 16th.No contributions on July 23rd.No contributions on July 30th.No contributions on August 6th.No contributions on August 13th.No contributions on August 20th.No contributions on August 27th.No contributions on September 3rd.No contributions on September 10th.No contributions on September 17th.No contributions on September 24th.No contributions on October 1st.No contributions on October 8th.No contributions on October 15th.No contributions on October 22nd.No contributions on October 29th.No contributions on November 5th.3 contributions on November 12th.No contributions on November 19th.No contributions on November 26th.No contributions on December 3rd.No contributions on December 5th.No contributions on December 12th.No contributions on December 19th.No contributions on December 26th.No contributions on January 2nd.No contributions on January 9th.No contributions on January 16th.No contributions on January 23rd.No contributions on January 30th.No contributions on February 6th.2 contributions on February 13th.2 contributions on February 20th.No contributions on February 27th.No contributions on March 6th.No contributions on March 13th.No contributions on March 20th.No contributions on March 27th.2 contributions on April 3rd.No contributions on April 10th.No contributions on April 17th.No contributions on April 24th.2 contributions on May 1st.No contributions on May 8th.1 contribution on May 15th.1 contribution on May 22nd.No contributions on May 29th.No contributions on June 5th.No contributions on June 12th.No contributions on June 19th.No contributions on June 26th.No contributions on July 3rd.No contributions on July 10th.No contributions on July 17th.No contributions on July 24th.No contributions on July 31st.No contributions on August 7th.No contributions on August 14th.No contributions on August 21st.No contributions on August 28th.No contributions on September 4th.No contributions on September 11th.1 contribution on September 18th.No contributions on September 25th.No contributions on October 2nd.No contributions on October 9th.1 contribution on October 16th.No contributions on October 23rd.No contributions on October 30th.No contributions on November 6th.No contributions on November 13th.No contributions on November 20th.2 contributions on November 27th.No contributions on December 6th.No contributions on December 13th.No contributions on December 20th.No contributions on December 27th.No contributions on January 3rd.No contributions on January 10th.No contributions on January 17th.No contributions on January 24th.No contributions on January 31st.No contributions on February 7th.No contributions on February 14th.No contributions on February 21st.No contributions on February 28th.No contributions on March 7th.No contributions on March 14th.No contributions on March 21st.No contributions on March 28th.No contributions on April 4th.No contributions on April 11th.No contributions on April 18th.1 contribution on April 25th.2 contributions on May 2nd.No contributions on May 9th.No contributions on May 16th.No contributions on May 23rd.No contributions on May 30th.No contributions on June 6th.No contributions on June 13th.No contributions on June 20th.No contributions on June 27th.No contributions on July 4th.No contributions on July 11th.No contributions on July 18th.No contributions on July 25th.No contributions on August 1st.No contributions on August 8th.No contributions on August 15th.No contributions on August 22nd.No contributions on August 29th.No contributions on September 5th.No contributions on September 12th.No contributions on September 19th.No contributions on September 26th.5 contributions on October 3rd.1 contribution on October 10th.No contributions on October 17th.No contributions on October 24th.1 contribution on October 31st.1 contribution on November 7th.No contributions on November 14th.No contributions on November 21st.No contributions on November 28th.No contributions on December 7th.No contributions on December 14th.No contributions on December 21st.No contributions on December 28th.No contributions on January 4th.No contributions on January 11th.No contributions on January 18th.No contributions on January 25th.1 contribution on February 1st.No contributions on February 8th.1 contribution on February 15th.No contributions on February 22nd.No contributions on March 1st.No contributions on March 8th.No contributions on March 15th.No contributions on March 22nd.No contributions on March 29th.No contributions on April 5th.No contributions on April 12th.1 contribution on April 19th.No contributions on April 26th.1 contribution on May 3rd.1 contribution on May 10th.No contributions on May 17th.No contributions on May 24th.No contributions on May 31st.3 contributions on June 7th.No contributions on June 14th.No contributions on June 21st.No contributions on June 28th.No contributions on July 5th.No contributions on July 12th.No contributions on July 19th.1 contribution on July 26th.1 contribution on August 2nd.No contributions on August 9th.No contributions on August 16th.No contributions on August 23rd.No contributions on August 30th.No contributions on September 6th.No contributions on September 13th.No contributions on September 20th.2 contributions on September 27th.2 contributions on October 4th.No contributions on October 11th.No contributions on October 18th.No contributions on October 25th.No contributions on November 1st.No contributions on November 8th.No contributions on November 15th.No contributions on November 22nd.No contributions on November 29th.No contributions on December 8th.No contributions on December 15th.No contributions on December 22nd.No contributions on December 29th.No contributions on January 5th.No contributions on January 12th.No contributions on January 19th.No contributions on January 26th.No contributions on February 2nd.No contributions on February 9th.2 contributions on February 16th.No contributions on February 23rd.No contributions on March 2nd.No contributions on March 9th.No contributions on March 16th.No contributions on March 23rd.No contributions on March 30th.No contributions on April 6th.No contributions on April 13th.No contributions on April 20th.No contributions on April 27th.No contributions on May 4th.No contributions on May 11th.No contributions on May 18th.No contributions on May 25th.4 contributions on June 1st.3 contributions on June 8th.No contributions on June 15th.1 contribution on June 22nd.No contributions on June 29th.No contributions on July 6th.No contributions on July 13th.No contributions on July 20th.No contributions on July 27th.No contributions on August 3rd.No contributions on August 10th.No contributions on August 17th.No contributions on August 24th.No contributions on August 31st.No contributions on September 7th.No contributions on September 14th.No contributions on September 21st.1 contribution on September 28th.No contributions on October 5th.No contributions on October 12th.1 contribution on October 19th.No contributions on October 26th.No contributions on November 2nd.No contributions on November 9th.No contributions on November 16th.No contributions on November 23rd.No contributions on November 30th.No contributions on December 9th.No contributions on December 16th.No contributions on December 23rd.No contributions on December 30th.No contributions on January 6th.No contributions on January 13th.No contributions on January 20th.No contributions on January 27th.No contributions on February 3rd.No contributions on February 10th.No contributions on February 17th.No contributions on February 24th.No contributions on March 3rd.No contributions on March 10th.No contributions on March 17th.No contributions on March 24th.No contributions on March 31st.No contributions on April 7th.No contributions on April 14th.No contributions on April 21st.2 contributions on April 28th.No contributions on May 5th.No contributions on May 12th.No contributions on May 19th.No contributions on May 26th.1 contribution on June 2nd.No contributions on June 9th.1 contribution on June 16th.No contributions on June 23rd.No contributions on June 30th.No contributions on July 7th.No contributions on July 14th.No contributions on July 21st.No contributions on July 28th.No contributions on August 4th.No contributions on August 11th.No contributions on August 18th.No contributions on August 25th.No contributions on September 1st.1 contribution on September 8th.1 contribution on September 15th.No contributions on September 22nd.No contributions on September 29th.No contributions on October 6th.No contributions on October 13th.No contributions on October 20th.2 contributions on October 27th.5 contributions on November 3rd.No contributions on November 10th.No contributions on November 17th.No contributions on November 24th.No contributions on December 1st.No contributions on December 10th.No contributions on December 17th.No contributions on December 24th.No contributions on December 31st.No contributions on January 7th.No contributions on January 14th.No contributions on January 21st.No contributions on January 28th.No contributions on February 4th.No contributions on February 11th.No contributions on February 18th.No contributions on February 25th.No contributions on March 4th.No contributions on March 11th.No contributions on March 18th.No contributions on March 25th.No contributions on April 1st.No contributions on April 8th.4 contributions on April 15th.No contributions on April 22nd.No contributions on April 29th.1 contribution on May 6th.No contributions on May 13th.No contributions on May 20th.1 contribution on May 27th.No contributions on June 3rd.No contributions on June 10th.No contributions on June 17th.No contributions on June 24th.No contributions on July 1st.No contributions on July 8th.3 contributions on July 15th.No contributions on July 22nd.No contributions on July 29th.No contributions on August 5th.No contributions on August 12th.No contributions on August 19th.No contributions on August 26th.No contributions on September 2nd.No contributions on September 9th.No contributions on September 16th.No contributions on September 23rd.No contributions on September 30th.No contributions on October 7th.No contributions on October 14th.No contributions on October 21st.No contributions on October 28th.1 contribution on November 4th.1 contribution on November 11th.No contributions on November 18th.No contributions on November 25th.No contributions on December 2nd.
Contribution Graph
Day of Week December January February March April May June July August September October November
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

A graph representing rupeshtiwari's contributions from November 27, 2022 to December 03, 2023. The contributions are 61% commits, 21% pull requests, 12% issues, 6% code review.

Contribution activity

December 2023

rupeshtiwari has no activity yet for this period.

Seeing something unexpected? Take a look at the GitHub profile guide.