JavaScript Execution Context

JavaScript developers do not pay attention much on internals of JavaScript execution, namely execution context. Even experienced JavaScript developers may lack necessary knowledge about execution context.  Nevertheless, concept of execution context is simple. It consists of details for the environment of a function that is executed. To make execution context more clear, we will try to give some insight and […]

Dependency Injection in JavaScript

Dependency injection is about removing the hard coded dependencies and providing way of changing dependencies in compile-time or run-time. This pattern has been exercised in several frameworks like Spring(Java). It is also becoming popular in JavaScript community. There are libraries that support dependency injection like Angular.js, Require.js, Inject.js and more. Following recent developments, we will present what is dependency injection, […]

Achieving Abstraction In JavaScript

In computer science, abstraction is to hide certain details and only show the essential features of the object. Abstraction tries to reduce and factor out details so that the developer can focus on a few concepts at a time. This approach improves understandability as well as maintainability of the code. While abstraction is well understood and well applied in languages […]

Buggy Code on Production, Survived

In the life cycle of a project, you come across different situations. Some you overcome, some you don’t both mentally and technically. Luckily, we survived one such life cycle with buggy code. However, survival doesn’t always mean success, and we may not be so lucky the next time. Every developer who has pushed broken code into production knows that strange […]

Doğum Günü Kurabiyeleri

Her dakika 255 doğumun olduğu dünyamızda, herkes için doğum günlerinin ayrı bir önemi vardır. Ama bazen sizin için önemli olan bir kişinin doğum günü sizi daha çok heyecanlandırır. İşte bizde Ayhan abi ve Gülşen ablanın yumurcakları için heyecanlandıkları anlarında onlarla birlikteydik. Küçük kızımız Eylül, 3 yaşına basmıştı 28 Mart’ta. Doğüm gününü süsleyen o kadar güzel yiyecekler vardı ki, hangisini anlatsam […]

Stay updated

Receive insights on tech, leadership, and growth.