Shortcodes Ultimate

SaaStr Annual 2019 Conference
“Culture is more important than strategy” said Tom Bogan – CEO of Adaptive Insight as he began his presentation at the SaaStr Annual 2019 conference. The three-day conference with an impressive 200+ sessions held, brought together over 12,000 participants and…
Read More …

Time Series Anomaly Detection with LSTM and MXNet
As software engineers, we try our best to make sure that the solution we build is reliable and robust. Monitoring the production environment with reasonable alerts and timely actions to mitigate and resolve any issues are pieces of the puzzle…
Read More …

The San-Francisco Engineering Leadership Community Summit
The discovery that leadership and learning are indispensable to one another is what has driven the San Francisco Engineering Leadership Community (SFELC) to its current success. In the spirit of leadership, Lohika is proud to be one of the gold…
Read More …

AWS SAM – My Exciting First Open Source Experience
My first acquaintance with AWS Cloud happened through a wonderful tool – SAM CLI. It was a lot of fun playing around with it – writing straightforward YAML based resource templates, deploying them to AWS Cloud or simply invoking Lambda…
Read More …

Methods invocation inside of a Java Virtual Machine
Java Virtual Machine (JVM) is an abstract virtual machine that executes Java bytecode. JVM has a number of implementations, the most popular being HotSpot JVM, which will be used as an example of the implementation throughout the article. Initially, JVM…
Read More …

How to not be deceived by Redux
Over the past year I have come across a number of engineers who appear to have some misunderstandings about how certain aspects of React communicate with Redux. I’d like to clarify two of these aspects which are the most frustrating…
Read More …

Extended Reality Аs Marketing Technology
Technology is continuously changing everyday life, along with consumer habits. Yesterday we could click on targeted Facebook ads which led to a mobile app or a website. Today Snapchat offers the ability to shop directly on Amazon simply by taking…
Read More …

Building microservices for Telegram bot using Node.js, RabbitMQ, MongoDB and Docker from scratch
Last week I felt inspired to write a weekend project, but I had no idea what to create. So I asked my best friend for help. Luckily she is more clever than me, so I got a blazing fast response:…
Read More …

MXNet as simple as possible
This article describes our recent experience with MXNet deep learning framework. This is a step by step instruction showing how to use CNN with pre-trained models for solving image recognition tasks (for instance, recognizing pizza type), how to prepare data…
Read More …

Pizza type recognition using MXNet and TensorFlow
In the last few years, TensorFlow has became the industry standard for any task related to neural networks and deep learning. However, are there any other credible alternatives, or has Google attained the full monopoly and there is nothing new…
Read More …