CRAFTING A USP You will learn how to create a USP for your next application inside this blog post and get the edge you need to compete with others selling a similar product or service. This will work for you if you are working on a Software As A Service (SaaS), … [Read more...] about Unique Selling Proposition (USP) For Software Products
Programming
How to Capitalize the First Letter of a String in JavaScript
Here is a quick and practical guide on how to capitalize the first letter of a string using JavaScript plus I'm also including a function you can reuse. The function CapitalFirstName is used to capitalize the first letter of the string but we go a step further … [Read more...] about How to Capitalize the First Letter of a String in JavaScript
How to setup CRON jobs for Mautic
From looking at the documentation for Mautic, it's required to set up a couple of cronjob in order for Mautic to work properly. This was not the case with older versions, please be aware this only applies to version 1.1.2. Which is the latest release as of this … [Read more...] about How to setup CRON jobs for Mautic
How to Merge Two Videos Together with the Command Line
Recently I have been working with a list of video files for JSecademy, and I don't have the luxury of sitting down for hours at a time and editing every single little small part of a video. MP4Box allows you to stitch two or more videos together to have a final … [Read more...] about How to Merge Two Videos Together with the Command Line
How to install MP4Box in OSX
MP4Box is included when you install GPAC. Go over and download one of the builds for GPAC. DOWNLOAD GPAC Once you have downloaded the application drag and drop the installer into your Applications folder. Once the application is in your Applications directory … [Read more...] about How to install MP4Box in OSX
How to launch the iOS Simulator from Terminal?
If you are building a mobile application native or html5 application it's probably a good test to run it through an emulator/simulator and depending on how you want to accomplish this, it can be done by simply using Apple iPhone simulator. Learn more about what the … [Read more...] about How to launch the iOS Simulator from Terminal?
The Release of Angular 7
This is a highly speculative post, I'm not part of the core team of Angular or contribute code to the main repository. I'm interested in knowing the official release date of Angular 7 for new projects we undertake in our consulting business. Not knowing when a … [Read more...] about The Release of Angular 7
Tutorial de Nodejs – Introducción a crea un programa
My first blog post in Spanish :) … [Read more...] about Tutorial de Nodejs – Introducción a crea un programa
How To Submit A Mobile App To The App Store
Setup and Install Xcode Sign up for the Apple Developer Program Create icons for application Setting up Xcode to publish application Create icons for application Apple requires that you create an app Icon with a 1024x1024 resolution. You can use your … [Read more...] about How To Submit A Mobile App To The App Store
How to authenticate users with Tokens using Cognito
This blog post is going to show you how to refresh sessions of Cognito User with Node.js and Express. Your Refresh Token can be used along with the Access Token, and the Id Token to obtain a valid user session. Here is the working example that I have for … [Read more...] about How to authenticate users with Tokens using Cognito