As you get more into front-end development, you realize that visual looks and GUI are not the most important thing. Yes, they are the most important thing for the user because it's what they first see. However, there are other equally, if not more important, application segments that a developer needs to take care of. One of them is security. This is such an important aspect that, if you don't have it covered, you can't even deploy your application and have your clients use it safely. Consider the use of APIs. Almost all front-end applications use APIs today. For young developers, it's encouraging to learn API implementation, because it's something they will surely use in their career. There are numerous APIs online to use freely, mostly for the purpose of learning and showcasing your work. Some of them can be found here Free API . In my previous post Using GitHub REST API to display your repositories with Angular , I wrote about GitHub API and how to fetc...
A place for every software developer. Find solutions to your problem when it comes to setting up your project, Angular development, unit testing and many more.