A Journey Through HMS Awareness – Part 1
Awareness Kit provides your app with the ability to obtain contextual information, including users’ current time, location, behavior, audio device status, ambient light, weather, and nearby beacons. There are two ...
52 seconds
-
Day 15 of 30 Ruby Coding Challenge – Fibonacci Sequence Recursively
Hey friends! This is the blog post version of the Youtube video from the 30 Ruby Coding Challenges in 30 Days series Hey friends! This is the blog post version ...
12 seconds
-
Day 16 of 30 Ruby Coding Challenge – Sum Even Numbers in a Fibonacci Sequence
Hey friends! This is the blog post version of the Youtube video from the 30 Ruby Coding Challenges in 30 Days series Hey friends! This is the blog post version ...
12 seconds
-
Getting Started With AVRO
Recently we want very fast communication between our distributed system, our payload was also considered so we try to evaluate different protocols like AVRO, Thrift, Protobuff, and MessagePack. I will ...
1 minute 0 seconds
-
Synchronous vs Asynchronous Programming
Introduction In this article, we will discuss What Synchronous Programming is? What Asynchronous Programming is? And whether JavaScript is Synchronous or Asynchronous? Many developers struggle to understand topics like Callbacks, ...
30 seconds
-
Writing .Net Core Application’s Log into ElasticSearch with NLog
We could write all types of log into ElasticSearch by configuring our application. As the first step, you need to create an empty web application(.net core) in Visual studio. We ...
18 seconds
-
I created a tool for busy software teams. Looking for beta users and feedback
Hello /r/softwaredevelopment ! I’m Patrick. I’ve been writing software professionally for about twenty five years, and I’m as enthusiastic about it as ever 🙂 I’ve created a tool for busy ...
2 minutes 42 seconds
-
Agile vs. Waterfall: Which Methodology to Choose for Your Project?
One of the most challenging and eternal questions in project management is “Which software development methodology will be the right option?” This is about development methodologies. This topic gets a ...
16 seconds
-
Recommendation for analyzing code for extracting tags
Hi all, let me describe my scenario because maybe I’m not looking in the right direction. I’m developing a microservice architecture right now and one of my fears is that, ...
1 minute 17 seconds
-
Common Selenium XPath Mistakes
Xpath is widely used in Selenium for web automation testing. We all have gone through challenges to find perfect XPath for that web element yet due to time constrain or ease ...
1 minute 13 seconds
-