JavaScript Deep Dive Into Javascript Engines — Blazingly Fast ⚡️ Let’s See How Javascript Works Under The Hood And Possible Performance Optimizations
JavaScript Page Scroller using Web Speech API Would you like to try something using Web Speech API?! How about scrolling a web page using voice commands? Before we start that here's a brief introduction to Web Speech API.
serverless AWS λ + Serverless framework and DynamoDB How about using the Lambda function and not worrying too much about availability with guaranteed execution and direct access to DynamoDB? The purpose of this article is to show you
JavaScript JS: Don't block the event loop What does it mean when someone says to not block the event loop? In my early days of JavaScript programming I was posed with this question and it was one of the most significant ones in my learning process.
TypeScript Typescript and Redux When I first started using Typescript one particular area in which I had to spend some time thinking about type annotations was Redux. These are my two-cents on how to do it properly.
AngularJS Angular 2 First Steps All the examples in this blog post are using TypeScript, since Angular 2 recommends to use it. We will try to keep this post as up to date as possible.
JavaScript Webpack Module Bundler What is Webpack? Webpack is a module bundler. It takes Modules with dependencies and generates static assets representing those modules. The official webpack docs are somewhat difficult to process, so
Laravel The Rise of Middleware Companies Use external services to build faster and cheaper. As we work with startups (being newly formed companies, or new ideas) all the time, we see a clear increase in so-called