25 novembro 2021

Spring Security | FULL COURSE


Text Source: AmigosCode
Spring Security is a powerful and highly customisable authentication and access-control framework. It is the de-facto standard for securing Spring-based applications. Spring Security is a framework that focuses on providing both authentication and authorization to Java applications. Like all Spring projects, the real power of Spring Security is found in how easily it can be extended to meet custom requirements In this full course you will learn everything in detail about Spring Security. Before you begin this course you need to at least have a basic knowledge about Java and Spring Boot.
👉🏾Download repo here: http://bit.ly/2PujUEn or git clone git@github.com:amigoscode/spring-boot-security-course.git 👉🏾Full course also available here: https://amigoscode.com/courses/spring... 👉🏾Join private Facebook group: http://bit.ly/2FbuIkx


Other info

17 fevereiro 2021

WebArticle - Building a RESTful Web Service with Spring Boot Actuator

Tools:

STEPS:
  1. Starting with Spring Initializr
  2. Run the Empty Service
  3. Create a Representation Class
  4. Create a Resource Controller
  5. Run the Application




Source: spring.io

03 dezembro 2020

WebArticle - 8 Common Mistakes in Android Development





1. Things Should Be Where They’re Supposed to Be (Strings, Colors)
2. Not Using Fragments
3. Not Using Data Bindings or View Bindings
4. Not Using Kotlin and Coroutines
5. Design Mistakes
6. Not Being Aware of Security Flaws
7. Not Being Aware of Android Studio’s Capabilities
8. Not Using Jetpack Libraries

Source: medium.com