-
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.
-
-
"What is the one technology I need to learn to get a job like the one you have?" - this is a question I've received from time to time, and my answer would vary, depending on who asked. Or rather; who I perceive the questioner to be - I cannot *know* for a fact what most suits his or her particular ambitions and style.. But in the last few years my answer, more often than not, has been "PowerShell"! Simply because I see it as one of the most important and game-changing technologies to come out of...
-
-
-
-
-
-
-
-
-
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.
-
-
Recently, I was drafting some PowerShell codes and stumbled across which conditional statement should I use for a very simple task and decided to explore abit more on their performance differences.Below is a sample code that I have coded to display the result of the overall performance between some of the conditional statements method and it is purely for educational coding purposes.If anyone is interested to find out, copy the codes below, paste it on PowerShell ISE and run it.
-
-
-
-
-
-
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.
-
-
This script is based on Mike Pfeiffer'sIt shows how many users are currently connected to each CAS detailing each sessions per protocol (RPC, OWA and EAS)You can get the client load distribution per server, how many users are connected in each server and know when the mail client services are ready after a maintenance reboot.The following powershell script will grab performance counter data from each CAS server to determine the number of active EAS, OWA and RPC sessions:~~~powershell[PSObject[]]...
-
-
-
-
-
Love these skills? Find your Match.
-
-
-
-
Love these skills? Find your Match.
-