From 41c25766be6024521c5138a498e724cd1742baea Mon Sep 17 00:00:00 2001 From: Ebennetteng <60264726+Ebennetteng@users.noreply.github.com> Date: Fri, 22 Oct 2021 12:37:13 +0100 Subject: [PATCH] Update README.md removed broken link and added new resource, thank you --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7818fa..530f290 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,6 @@ * [*Character encoding*](https://en.wikipedia.org/wiki/Character_encoding) * What is [*role-based access control*](https://en.wikipedia.org/wiki/Role-based_access_control) and [*access control list*](https://en.wikipedia.org/wiki/Access_control_list)? * What is session and persistent cookies, sessionStorage and [localStorage](https://en.wikipedia.org/wiki/Web_storage#Local_and_session_storage)? -* How to implement *remember-me*? (http://jaspan.com/improved_persistent_login_cookie_best_practice) * Authentication using cookies, [*JWT*](https://en.wikipedia.org/wiki/JSON_Web_Token) (JSON Web Tokens). #### [[⬆]](#toc) SQL: @@ -408,6 +407,7 @@ void qSort(int[] a, int fromInclusive, int toInclusive) { * What is *virtualization*? * What is total/partial order? * How to work with legacy code? (http://programmers.stackexchange.com/a/122024) +* Elasticsearch developer interview questions (https://logit.io/blog/post/the-top-50-elk-stack-and-elasticsearch-interview-questions) #### [[⬆]](#toc) Machine learning: * [*Bayes' theorem*](https://en.wikipedia.org/wiki/Bayes%27_theorem):