devblog.qcobjects.orgAccelerate Your Development with RAD and QCObjectsIn the fast-paced world of software development, efficiency and adaptability are key. This is where Rapid Application Development (RAD) and the QCObjects framework come into play, offering powerful solutions to streamline your development process. Wh...Jul 23, 2024·2 min read
devblog.qcobjects.orgQCObjects Smart WidgetsThe idea of QCObjects is to make the code as simple and clean as possible, so you can scale to large scale projects effectively avoiding to write spaghetti code. What are QCObjects Smart Widgets? In short words: They are a simplified way to write cu...Sep 16, 2021·1 min read
devblog.qcobjects.orgSimplifying JavaScript Objects Inheritance in QCObjects FrameworkObjects Inheritance Objects Inheritance means that it is possible to inherit attributes and methods from one class to another. In JavaScript, a class is a representation of an object's prototype, and a prototype is a subset of definitions for the pro...Apr 7, 2021·5 min read
devblog.qcobjects.orgDynamic Imports and Full Support & compatibility with top-level awaitThe top-level await explained Since the latest version of NodeJs and V8 in what they were announcing full support and compatibility with top-level await proposal of tc39, there was a storm of diverse opinions around the Internet. The most popular was...Apr 7, 2021·3 min read
devblog.qcobjects.orgCode Benchmark: QCObjects similarities to Python 3 using JavaScriptList Comprehensions are a language feature that is commonly associated with Python Data Structures. A list comprehension in Python consists of brackets containing an expression followed by a for clause, then zero or more for or if clauses. This is a ...Mar 29, 2021·3 min read