Tech

219 bookmarks
Custom sorting
Introduction to Service Worker: How to use Service Worker - HTML5 Rocks
Introduction to Service Worker: How to use Service Worker - HTML5 Rocks
Service workers essentially act as proxy servers that sit between web applications, the browser, and the network (when available). They are intended, among other things, to enable the creation of effective offline experiences, intercept network requests and take appropriate action based on whether the network is available, and update assets residing on the server. They will also allow access to push notifications and background sync APIs.
Introduction to Service Worker: How to use Service Worker - HTML5 Rocks
Code Review Best Practices
Code Review Best Practices
At my current company, we do a fair amount of code reviews. I had never done one before I started here so it was a new experience for me. I think i...
Code Review Best Practices
Markov Chains
Markov Chains
Introduction A Markov Chain is a set of transitions from one state to the next; Such that the transition from the current state to the next depends only on the current state, the previous and future states do not effect the probability of the transition. A transitions independence from future and past sates is called the Markov Property. What we are going to do is explore Markov Chains through a little story and some code.
Markov Chains
prakhar1989/awesome-courses
prakhar1989/awesome-courses
:books: List of awesome university courses for learning Computer Science! - GitHub - prakhar1989/awesome-courses: List of awesome university courses for learning Computer Science!
prakhar1989/awesome-courses