IMELGRAT.ME

Resources for Developers

Tag

javascript

Iteration in JavaScript Arrays

Share it!

Share it! Array and object iteration (i.e., walking through its elements while performing an action with each of them) is one of the most basic tasks in programming. In JavaScript, the Array data type is a list of elements. Unlike… Continue Reading →


Share it!

React components: Pick the right flavor

Share it!

Share it! As in most modern JavaScript frameworks (Angular, Vue.js, etc.), React is a framework based on the concept of components. Within this framework, there are different types of components (class components, function components, pure components, etc.), each with their… Continue Reading →


Share it!

JavaScript Functions and ES6. When and How

Share it!

Share it! ES6 is a major update to JavaScript that includes dozens of new features, along with some cool new features that make programming in JavaScript more flexible and streamlined. Before ES6, functions were defined using either a “function declaration”… Continue Reading →


Share it!

Program Execution Model and External Resources

Share it!

Share it! When developing software, especially when it’s meant to run high-performance tasks, it’s important to be aware of how the code  will run on the target machine. This is known as the execution model and is important to optimize… Continue Reading →


Share it!

X-Men and JavaScript. Mutation and Spaghetti

Share it!

Share it! Mutation means to be able to change an object’s form, behavior or nature. Something that’s mutable can be changed, while something that’s immutable cannot. In order to begin talking about mutation and why (in most cases) it’s not… Continue Reading →


Share it!

Node.js Inside Out

Share it!

Share it! The first thing we need to know about Node.js is that it is Platform, not a Framework. It contains many components to develop, test and deploy Enterprise applications. It’s an open-source, cross-platform JavaScript runtime. The Node.js project began… Continue Reading →


Share it!

AppConfig and Cordova: Getting EMM configuration data

Share it!

Share it! One of the most significant announcements that came out the 2016’s Mobile World Congress is the birth of the AppConfig Community,  a collaboration of some of the top Enterprise Mobility Management (EMM) providers. What is AppConfig? When Enterprise… Continue Reading →


Share it!

Youtube IFrame API: Controlling videos using JavaScript

Share it!

Share it! The Youtube IFrame API allows you to embed a YouTube video player (using an IFrame to contain the video) on your website and control the player using their JavaScript API that works across IFrames. This way, you are… Continue Reading →


Share it!

© 2023 IMELGRAT.ME

Theme by Iván MelgratiTop ↑