Scala On Cloud

Wednesday, September 27, 2017

Create Java Project running on JBoss using Eclipse

›
Pre-requisition: How to start JBoss Server using Eclipse Create Java Project running on JBoss using Eclipse: Start Eclipse, and click ...

How to start JBoss Server using Eclipse

›
Software: JBoss application server 5.1 https://sourceforge.net/projects/jboss/files/JBoss/JBoss-5.1.0.GA/ Eclipse Indigo http://www.ecl...
Tuesday, July 4, 2017

24 Principles Running a Small Startup

›
Properly advertise yourself. i.e.: Telling people what you do on your front page. Do not make your website looks corporate. People like t...

Create Scala Project using SBT and Jar using sbt-assembly

›
Download and install SBT - http://www.scala-sbt.org/download.html Create SBT Scala Project by running this command - sbt new sbt/scala-s...
Wednesday, April 12, 2017

18 Important Notes To Be a Tech Founder

›
Why Tech Startup failed badly? Below are the 18 important notes to be a Tech Founder. You must be willing to wear multiple hat. Do one on...
Thursday, January 19, 2017

JavaScript: Module Pattern with Anonymous Closure

›
Most developers create module JavaScript only with Public properties. var ARMORY = {   weaponList : [ * List of weapon object * ],   remove...

JavaScript: Ternary Conditional

›
Some simple conditionals take a lot of code to choose on assignment. let isAuthor = false; let weapon; if (isAuthor) {   weapon = "Ex...
‹
›
Home
View web version
Powered by Blogger.