Looking for the perfect programming language for writing your application? And so many experts told you that there isn’t one, only certain tools for certain tasks. Yes there is, it’s your imagination. You just have to know how to share it with the others. The types paradigm Historically, programming languages divided between two major categories: […]
JavaScript
The 3 data models
With the rise of the web as a programming platform, a series of design patterns starting with MVC, MVVM and ranging to data binding, state store and GraphQL have been implemented in web applications. But what’s becoming a major tendency in app development is the data-centric approach of describing an application. The application is the […]
Advanced JUL Concepts part 2
In the previous article we have seen that JUL can generate component trees and manage the work with configuration objects. But JUL has more cards in its sleeve when playing in the field of the configuration namespaces. Namespaces – utility & relativity In JavaScript, a namespace is a global object that stores various other objects […]
Advanced JUL Concepts – part 1
Defining a configuration tree for building a user interface is one of the easiest and straightest ways of rapidly developing a modern web application. JUL uses this configuration tree to create component instances and to assign parent-child membership in a controlled and automated sequence. Recap of layout and logic separation There are two properties of […]
References in JavaScript
There are several myths about JavaScript shortcomings when it comes to modern features of a programming language. One of them is the statement that you should declare the local variables at the top of a function because they span over all the local scope of that function. While local variables are not restricted to block […]
JUL Designer – a RAD tool for JavaScript
Building a complete web application requires some talent and several tools. While the talent develops along with the study and testing, the required tools seem to depend especially on the chosen platform of development. When it comes to the JavaScript libraries, many authors have created the tools appropriate to their framework and to its philosophy. […]
Why JavaScript?
Modern days software migrates massively to a web platform. But, while the trend is the same throughout the world, the Implementations vary greatly. On the server side, there are the most diverse frameworks and a couple of popular programming languages such as PHP, Java, .NET. On the client side, things are a bit simpler, with […]