Hare Krishna! I need to learn: Back end: 1) ASP .net 2) dotnet core 3) EF core 4) SQL server of postgres 5) Database 6) C# Front end: 1) HTML 2) CSS 3) Typescript 4) Angular 5) Javascript: jquery, ajax, jason 6) Brotstrap Learning the list of technologies you've mentioned for both back-end and front-end development is certainly attainable, and many developers have successfully learned these skills. However, it will require dedication, time, and persistence. Here are some tips to help you approach this learning journey: **Back End:** 1. **ASP.NET and .NET Core (Now .NET 6)**: Start with understanding the fundamentals of C# programming. Then move on to ASP.NET (now part of .NET 6), which includes web development using MVC or Web API. 2. **EF Core (Entity Framework Core)**: Once you have a good grasp of ASP.NET, learn EF Core for working with databases. It's an Object-Relational Mapping (ORM) framework that simplifies database interactions. 3. **SQL Server or PostgreSQL**: Choose...