-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xml
More file actions
78 lines (63 loc) · 4.79 KB
/
index.xml
File metadata and controls
78 lines (63 loc) · 4.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Everyone Can Code - coding is for ANYONE, not just for engineers</title>
<link>/</link>
<description>Recent content on Everyone Can Code - coding is for ANYONE, not just for engineers</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sat, 07 Sep 2019 00:00:00 +0000</lastBuildDate>
<atom:link href="/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Short introduction to Spring Security Architecture</title>
<link>/blog/2019/09/spring-security/</link>
<pubDate>Sat, 07 Sep 2019 00:00:00 +0000</pubDate>
<guid>/blog/2019/09/spring-security/</guid>
<description>Short introduction, how spring works step by step 1. Authentication Filter Http Servlet Request Authentication Filter (Extract Username and Password from Header) Create Username and Password &quot;Authentication Token&quot; &quot;UsernamePasswordAuthenticationToken&quot; Pass &quot;Authentication Token&quot; to &quot;Authentication Manager&quot; 2. Authentication After the system is successfully Authenticated the identity, it will return new &quot;Authenticated Token&quot; with:
Principal: UserDetails Credentials: (we no longer need to keep the password in our memory because it is not safe) Authorities: ROLE_USER Authenticated: true Example: AbstractUserDetailsAuthenticationProvider protected Authentication createSuccessAuthentication(Object principal, Authentication authentication, UserDetails user) { UsernamePasswordAuthenticationToken result = new UsernamePasswordAuthenticationToken( principal, authentication.</description>
</item>
<item>
<title>Functional Programming (Specification Guide)</title>
<link>/blog/2019/08/fp/</link>
<pubDate>Wed, 28 Aug 2019 00:00:00 +0000</pubDate>
<guid>/blog/2019/08/fp/</guid>
<description>Follow this link for more information: https://everyone-can-code.github.io/fp/</description>
</item>
<item>
<title>Solid principles</title>
<link>/blog/2019/08/solid/</link>
<pubDate>Wed, 28 Aug 2019 00:00:00 +0000</pubDate>
<guid>/blog/2019/08/solid/</guid>
<description>Follow this link for more information: https://everyone-can-code.github.io/solid/
Solid examples: https://github.com/SanderV1992/SOLID-examples</description>
</item>
<item>
<title>Symfony 4.2 skeleton with fully configured Docker, PHPSTORM, Xdebug, PHPUnit</title>
<link>/blog/2019/08/docker/</link>
<pubDate>Wed, 28 Aug 2019 00:00:00 +0000</pubDate>
<guid>/blog/2019/08/docker/</guid>
<description>Follow this link for more information: https://everyone-can-code.github.io/Symfony-setting-up-PhpStorm-with-Xdebug-and-Docker-configuration/</description>
</item>
<item>
<title>The Best Books For Software Developers</title>
<link>/books/</link>
<pubDate>Mon, 01 Jul 2019 00:00:00 +0000</pubDate>
<guid>/books/</guid>
<description>Software Design and Architecture Clean Architecture: A Craftsman&rsquo;s Guide to Software Structure and Design (Robert C. Martin Series) https://drive.google.com/open?id=1BH_hFyeRmmXfLstsjWCYVTF_K9bd5OSZ
Чистая архитектура. Искусство разработки программного обеспечения (Роберт Мартин) https://drive.google.com/open?id=1Z7A7T5W69lHAA-WOvD4vI1l2PyepG4MI
Patterns of Enterprise Application Architecture (Martin Flower) https://drive.google.com/open?id=11I6rICrCuPixuCPnSu0--9AM9gDVIfom
Шаблоны корпоративных приложений (Мартин Фаулер) https://drive.google.com/open?id=0B1YmWQl01wtoSDdrbWxBMUF4YTA
Principles, patterns, practices Domain Driven Design (Эрик Эванс) https://drive.google.com/open?id=1f8zbxuOSsmVN3KX5WXE1NvkaV8BCr9UX
Domain Driven Design Quickly (Abel Avram, Floyd Marinescu) https://drive.google.com/open?id=1riGq17l6K6RTwvRcs55QGdPwaL4KmLNW
Domain Driven Design in PHP (Carlos Buenosvinos, Christian Soronellas, and Keyvan Akbary) https://drive.</description>
</item>
<item>
<title>The Best Presentations made by Developers</title>
<link>/presentations/</link>
<pubDate>Mon, 01 Jul 2019 00:00:00 +0000</pubDate>
<guid>/presentations/</guid>
<description>NGINX Nginx boilerplate &ldquo;Изящная настройка Nginx&rdquo; https://drive.google.com/open?id=1_2kglYu57pm7imAFeJqsU4JomuS41Giq
Algorithms The Soul of Functional Programming https://drive.google.com/file/d/1X4frzOP2g6DH7ZH3orPgcvwZS2IVwnID</description>
</item>
</channel>
</rss>