Software Development
-
Creating Your Own Package in Go
A package in Go is a namespace that organizes a set of related files. We can think of packages as…
Read More » -
[MEGA DEAL] ReactJS Programming Bootcamp (91% off)
Master This Popular JavaScript Library with 44 Hours of Training & Start Building Powerful User Interfaces Hey fellow geeks, This…
Read More » -
Pandas/scikit-learn: get_dummies test/train sets – ValueError: shapes not aligned
I’ve been using panda’s get_dummies function to generate dummy columns for categorical variables to use with scikit-learn, but noticed that…
Read More » -
Creating HTTP Server in Go
In this post, we will create a simple HTTP server in Go following some simple steps. Before starting, let me…
Read More » -
JsInterop, Web Components, Polymer: A beginner’s guide
JsInterop Back when GWT was released, there wasn’t that much of Javascript libraries, so having a two way interoperability between…
Read More » -
What Are the Top 10 Causes for Unhappiness Among Developers
A new study lays out the main reasons that lead to unhappy software developers. But why is it so important?…
Read More » -
Dealing with Difficult Stakeholders and Team Members
Experiencing disagreement and conflict is part of our job as product managers and product owners. We work with a broad…
Read More » -
Lucene gets concurrent deletes and updates!
Long ago, Lucene could only use a single thread to write new segments to disk. The actual indexing of documents,…
Read More » -
An Overview of the Logging Ecosystem in 2017
Logging. It’s fair to say that it’s a fundamental tenet of modern computing. It helps developers debug applications, and systems…
Read More »