Tutorial by Topics: me

Firebase Cloud Messaging (FCM) is a cross-platform messaging solution that lets you reliably deliver messages at no cost. Using FCM, you can notify a client app that new email or other data is available to sync. You can send notification messages to drive user reengagement and retention. For use ca...
In order for NetSuite to know how to utilize our source code, we need to be able to tell it which functions to call, when to call them, and who to call them for. We accomplish all of these with the Script and Script Deployment records.
A Three.js Mesh is a base class that inherits from Object3d and is used to instantiate polygonal objects by combining a Geometry with a Material. Mesh is also the base class for the more advanced MorphAnimMesh and SkinnedMesh classes. new THREE.Mesh(geometry, material); Both the geometr...
This section provides an overview of what gstreamer is, and why a developer might want to use it. It should also mention any large subjects within gstreamer, and link out to the related topics. Since the Documentation for gstreamer is new, you may need to create initial versions of those relate...
The Go time package provides functionality for measuring and displaying time. This package provide a structure time.Time, allowing to store and do computations on dates and time. time.Date(2016, time.December, 31, 23, 59, 59, 999, time.UTC) // initialize date1 == date2 // returns true when t...
This article is to introduce a simple and professional practice to use Entity Framework. Simple: because it only needs one class (with one interface) Professional: because it applies SOLID architecture principles I don't wish to talk more.... let's enjoy it!
Progress ABL supports two contitional statements: IF/THEN/ELSE and CASE.
Code that compiles can still run into errors, at run-time. This topic lists the most common ones, their causes, and how to avoid them.
This is a simple example demonstrating how to create a drop down menu in the Active Sheet of your workbook by inserting a Combo Box Activex object in the sheet. You'll be able to insert one of five Jimi Hendrix songs in any activated cell of the sheet and be able to clear it, accordingly.
Here you find examples for transition between Activities or Fragments using a shared element. An example for this behaviour is the Google Play Store App which translates an App's icon from the list to the App's details view. transaction.addSharedElement(sharedElementView, "targetTransitio...
The FIND statement is used to retrieve a single record from a single table. It has some limitations compared to FOR or QUERY, but it's a simple and handy statement for fast access to records.
This section provides an overview of what geometry is, and why a developer might want to use it. It should also mention any large subjects within geometry, and link out to the related topics. Since the Documentation for geometry is new, you may need to create initial versions of those related t...
WordPress themes are the front-end of your website. They are what people see when they visit the site. There are thousands of themes to choose from, paid and free versions. You can even create your own custom theme with just a couple of necessary files.
This topic shows how to produce and consume records in Java.
In JMeter performance testing, Correlations means the ability to fetch dynamic data from the server response and to post it to the subsequent requests. This feature is critical for many aspects of testing, like token-based protected applications.
This section provides an overview of what spark-dataframe is, and why a developer might want to use it. It should also mention any large subjects within spark-dataframe, and link out to the related topics. Since the Documentation for spark-dataframe is new, you may need to create initial versio...

Page 37 of 46