blog.nitrovery.com
Ignite Cluj #1
http://blog.nitrovery.com/events/2014/11/14/Ignite-Cluj-1
Nov 14, 2014. We organized the first Ignite event in Cluj on 13th of November this year. Marketed as enlighten us, but make it quick , Ignite strives to give 5-minute speeches of various topics, but in our first event in Cluj, most of the talks were related to IT. We gathered 10 awesome speakers from the Czech Republic, Slovakia and Romania. See more on the ignitecluj website.
blog.nitrovery.com
Software Development – Knowing What
http://blog.nitrovery.com/itsimply/2014/09/23/Software-Development-Knowing-What
Software Development – Knowing What. Sep 23, 2014. General introduction to software development and focus on the first step knowing what to build. During every software development project, we need to:. Know what to build. Know how to build it. Make sure it does what it should do and it does it correctly. Traditional vs. Agile. Traditionally, a software project consists of sequential steps, careful planning and estimates. Typical representative is the Waterfall methodology. Responding to change over.
blog.nitrovery.com
How to create a landing page under an hour?
http://blog.nitrovery.com/products/2015/10/26/How-to-create-a-landing-page-under-an-hour
How to create a landing page under an hour? Oct 26, 2015. In today’s article, we will show you how to create a beautiful landing page using landingpage.io. In no time. And completely free! Why a landing page? A landing page is similar to a website, the only difference is that landing pages focus is promoting a specific action like purchasing a product, presenting a specific service, bringing visitors, getting likes, downloading a software, subscribing to a newsletter and more. The idea itself is to set u...
blog.nitrovery.com
Introducing landingpage.io
http://blog.nitrovery.com/products/2015/09/21/Introducing-landingPage.io
Sep 21, 2015. Create responsive landing pages in your browser - no tech skills required. Introducing our new product landingpage.io. Create your own landing page now! What is a landing page? A landing page is a simple (usually single-page) website that promotes some product or service. In cases where the product or service does not yet exist the goal of this page is to test responses and collect feedback or email addresses. Why should you use landingpage.io. Just drag and drop photos and edit content.
blog.nitrovery.com
Global Day of Code Retreat, Cluj 2014
http://blog.nitrovery.com/events/2014/11/16/Global-Day-of-Code-Retreat-Cluj-2014
Global Day of Code Retreat, Cluj 2014. Nov 16, 2014. Few facts I learned from facilitating my first Code Retreat. In Cluj last Saturday. We were facilitating in pairs and were assigned a group of 12 participants (= 6 pairs). Some of them were not seniors and that gave me a great opportunity to observe all kind of struggles reminding me my own from some time ago ;). On the other hand, pairing with a more experienced guy teaches you a lot. I witnessed many. Moments during the coding sessions. Similar to pr...
blog.nitrovery.com
Technical Roles
http://blog.nitrovery.com/itsimply/2014/06/25/Technical-Roles
Jun 25, 2014. List of technical roles that can be found on almost every software project nowadays. The traditional technical roles are Developer and Tester. There is also a bunch of other ( additional ) technical roles like DevOps, Support and more. The following chart demonstrates the difference between the ability to write code for the various technical roles:. Let’s describe these roles now, without diving into too much detail, as we will cover them in individual articles later. Testers test the appli...
blog.nitrovery.com
Types of Software Projects
http://blog.nitrovery.com/itsimply/2014/06/18/Types-of-Software-Projects
Types of Software Projects. Jun 18, 2014. Explanation of basic types of software applications / projects. Do not worry if you do not understand all the technologies mentioned in this article as we will discuss them in more detail later. The above diagram shows a super-simplified version of a typical application, which might as well be Facebook. The application has four main parts:. For iPhone / iPad - the front end. For Android - one last front end. Front End vs. Back End. Very often, though, they are ph...
blog.nitrovery.com
The State of IT Market in Romania
http://blog.nitrovery.com/it/2014/12/03/The-State-of-IT-Market-in-Romania
The State of IT Market in Romania. Dec 3, 2014. Romania is known as one of the best destinations for IT companies mostly because of the massive number of talented graduates and professionals in the field. According to Brainspotting 2014 report. The value of the market in 2012 reached 527.3 million. In the same year the top 50 companies grew their teams by 2700 new employees (21% growth). At the moment there are about 1500 jobs posted on recruitment sites in Romania at any given time. 7000 in Timisoara, b...
blog.nitrovery.com
Equals() Confusion in Java
http://blog.nitrovery.com/tegdmk/2014/11/17/Equals-confusion-in-Java
Equals() Confusion in Java. Nov 17, 2014. TegDMK stands for Things Every Great Developer Must Know , and will be a series of articles discussing essential, but often overlooked stuff. So for the first one During doing interviews with Java developers and facilitating Global Day of Code Retreat in Cluj. I have realized how much confusion there is about. Methods in Java. We’ll focus on. Method for you. It might, but you must still understand what you are doing. Start with javadoc for. Not checking for null.