-
The discussion on gender diversity in tech recently heats up with the viral memo on gender issues (titled "Google's Ideological Echo Chamber") by ex-Googler James Damore. Since then it has attracted several follow ups, including prominent ones by the New York Times or by The Washington Post. At Gooroo, it is pretty relevant to us as the tech industry is our main focus. We are specifically interested in knowing the facts behind the state of gender balance/diversity in tech companies...
-
-
-
-
-
-
-
Love these skills? Find your Match.
-
-
As Machine Learning (ML), a specialization of Data Science / Artificial Intelligence (AI), moves from a hype to becoming mainstream, there are still a lot of unknowns around the role ML plays in businesses. What exactly do companies hire ML for? What are the skills they need? As this article puts it For instance, did you know the top hiring role in Data Science is no longer "Data Scientist". In fact, it’s relating to Machine Learning skills. As it is happening, at Gooroo.io, we are...
-
-
-
-
-
-
Love these skills? Find your Match.
-
-
For the data science team at Gooroo.io, a question commonly asked is, how can big data be utilized to improve recruitment, for both those hiring and job seekers? Like many big HR tech companies, we also use data to produce insights and trends on jobs and salaries (like Stackoverflow Trend Survey or SEEK's job trend). What's more, at Gooroo we are looking beyond general insights and into smart, innovative analytics that can help individual recruiters and applicants with their job...
-
-
Love these skills? Find your Match.
-
-
As a Software Engineer I'm always keeping up to date with technology and one of the things that helps me do that is book reviews. Right now, I'm reviewing The Book of R: A First Course in Programming and Statistics by Tilman M. Davies. R is a programming language used in statistical computing and has gained in popularity in the recent years due to the explosion of data and its applications like Machine Learning.
-
-
-
-
-
-
-
Love these skills? Find your Match.
-
-
Microsoft a annoncé le programme Microsoft Professional Degree Program (MPD), le premier programme du genre crée pour répondre à l'évolution des besoins de formation des clients et utilisateurs et pour aider à combler le déficit de compétences surtout dans le Business Intelligence BIMPD est une initiative dirigée par Microsoft qui fournit aux professionnels ayant une expérience de la connaissance et pratique du monde réel pour développer leurs compétences dans des domaines critiques comme le cloud...
-
-
-
-
-
-
-
-
-
Love these skills? Find your Match.
-
-
Debian 8 (Jessie) doesn't contain RoundCube in it's repositories. Why, I don't know :) .
In ISPConfig3, Perfect Server, Debian 8, you get SquirrelMail, but I don't like how it looks.
With some trouble setting it up, I managed to configure RoundCube on Debian 8 and make it wokring with ISPConfig3. Used many sources to make it work and decided to create this manual that you’re reading.I presume that you have configured your server with Perfect Server Debian 8 (Apache, BIND, Dovecot, ISPConfig 3) configuraton...
-
-
-
-
-
-
-
Love these skills? Find your Match.
-
-
How to initiate git through sshlogin using shh~~~git
$ ssh
[email protected]
~~~creating a folder
~~~git
$ mkdir folder_name
~~~changing to that newly created folder~~~git
$ cd folder_name
~~~initiating as a master branch~~~git
$ git init --bare
~~~changing the windows pack~~~git
$ git config pack.window 0
~~~##step 5 : clone to local machine usingcloning the newly created folder to local~~~git
$ git clone
[email protected]:/home/folder_name
~~~adding the all files which are created
-
-
-
-
-
-
-
-
-
Love these skills? Find your Match.
-
-
This article will show how to calculate the distance beween two addresses using Google Maps API. Blog.I was looking to an easy way to calculate the distance between two addresses using SQL and Google Maps Distance Matrix API and I found this post from stackoverflow very useful.Here is how I use the Google Maps Distance Matrix API:CREATE PROCEDURE [dbo].[CalculateDistance] (
@ToAddress NVARCHAR(100) = '',
@FromAddress NVARCHAR(100) = '',
@DistanceistanceInKm FLOAT OUTPUT )
ASBEGINDECLARE @Object...
-
-
-
-
Love these skills? Find your Match.
-
-
A progress resource is usually a temporary resource that is created automatically by the server to provide status on some long running process that has been initiated by a client. It is used to provide feedback to an end user and point to the results of an operation once it has completed.HTTP is a client/server request and response protocol. It does not provide for server initiated communications. If a client makes a request to a server that is likely to take a long time, e.g. 5 seconds or longer,...
-
-
-
-
Love these skills? Find your Match.
-
-
A factory resource is one that is used to create other resources.Sometimes it is difficult to create a complete resource representation on the client without some involvement from the server. It may be that the server is responsible for creating a unique identifier for the new resource, so a PUT request is not possible. Or other attributes of the resource may be dependent on existing server state. For example, creating a order resource where the order quantity may be adjusted based on in-stock quantity.
-
-
-
-
Love these skills? Find your Match.
-
-
-
-
Love these skills? Find your Match.
-