Browse By

Category Archives: Javascript

howto-virtual-dom

Write your own Virtual DOM

There are two things you need to know to build your own Virtual DOM. You do not even need to dive into React’s source. Or into source code of any other Virtual DOM implementations. They are so large and complex — but in reality the main part

firebase logo

How to Use Firebase Cloud Functions to create a user profile

Interesting tutorial by Jorge Vergara on how to use Firebase Cloud Functions to create an authentication listener on Firebase servers. The listener triggers every time a new account is created, and it creates the user profile for that account. Continue reading here: https://javebratt.com/firebase-cloud-functions-profile/

React Optimizing Performance

Internally, React uses several clever techniques to minimize the number of costly DOM operations required to update the UI. For many applications, using React will lead to a fast user interface without doing much work to specifically optimize for performance. Nevertheless, there are several ways

nest_framework_logo

Nest – A Node.js framework build on Typescript

Nest is a powerful web framework for Node.js, which helps you effortlessly build efficient, scalable applications. It uses modern JavaScript, is built with TypeScriptand combines best concepts of both OOP (Object Oriented Progamming) and FP(Functional Programming). It is not just another framework. You do not

Prepack_logo

Prepack – AOT tool

Prepack is a tool that optimizes JavaScript source code: Computations that can be done at compile-time instead of run-time get eliminated. Prepack replaces the global code of a JavaScript bundle with equivalent code that is a simple sequence of assignments. This gets rid of most

ViewJS 2.0

Vuejs v2.0.0-alpha.1 released

First release of Viewjs 2.0 is available for download. Many improvements over the previous but also quite a few breaking changes. Quite exciting time to be a javascript developer with all these changes in popular frameworks if you ask me.  Keeps your mind busy! Have

Horizon the realtime javascript backend

If you like the idea of Firebase but hosting your data somewhere else except your servers is not an option for you, then you might consider Horizon, the new open source javascript backend which offers similar features.  Horizon let you build and deploy web or mobile apps

GraphQL Logo

GraphQL Intro

Spend 30 minutes learning how to adapt your existing ORM, SOA, or REST API to GraphQL so that you can begin to use GraphQL-based technologies like Relay. What is GraphQL? A GraphQL query is a string interpreted by a server that returns data in a

Free Javascript ebooks

Are you looking for some free resources to learn more about javascript, Nodejs, Angular? Have a look on the list below. Javascript Enlightenment Eloquent Javascript Building A JavaScript Framework JS in ten minutes  Up and Running with Node.js  jQuery Fundamentals  Developing Backbone.js  Javascript Guide  JavaScript

freecodecamp basic algorithm scripting solutions

Basic algorithm scripting solutions [Freecodecamp]

FreeCodeCamp.com is one of the gems on the internet in my opinion. You can start your career as a developer absolutely free with the courses you can find there. The project is open source and this means you can contribute if you are an experienced