Unless you’re a Multimillion or a Billion dollar company, you probably don’t have a multimillion-dollar ad budget or professional Spinners.
Your product needs to stand out on its own merits like More
Golang — Time utility functions you will always need
How to use timestamp and other utility functions?
In this blog, we will discuss some of the utilities like adding days or finding differences between timestamps, etc. Which we many times come around but are not available at the library level. May this article will save some of your minutes!
Add days to or subtract days from a given time
Get day start time
Get Day end time
Check whether the given two days are the same or not
Find a number of days between given timestamps
Find a number of weekdays(Mon, Tue,…) between two dates
Check if a given year is a leap year
Android — Send live audio stream from client to server using WebSocket and OkHttp client
A long time back, I was looking for a solution to send a live audio stream from an android device to a backend server. After lots of effort, I finally made it work.
In this article, you will learn how to stream live audio from client to server using OkHttp client & WebSocket.
Find why and how choosing the proper architectural style can make your life easier.
Keylines of the podcast:
What is web service?
What is GraphQL?
What is Rest?
Does GraphQL replace REST?
How to start development in GraphQL and in REST?
Is GraphQL relies on Frontend or Backend?
Conclusion
This podcast will guide you on which is the best choice, REST OR GraphQL, and with which you should go.