Welcome to my platform
Hello there, welcome to my platform! I’m an experienced developer with a demonstrated history of working in the computer software...
Hello there, welcome to my platform! I’m an experienced developer with a demonstrated history of working in the computer software...
A disruptive technology is a new innovation in an industry that radically improves the current way of doing things and...
Taking out a loan on a DeFi platform today usually requires you to lock in more money than you take...
There are a few ways to declare functions in Javascript. Below are some common examples. 12345678910111213var sum = function (a,...
In this post I want to explore three ways of making asynchronous calls in C# with a for-loop. Async calls...
One of the power with using Git is that you have the whole development history. You can go back in...
Git hooks are scripts that are executed either on you local machine or server-side when certain events happen. They are...
With this blog post, I will aim to explain how ARKit works and how it should be used. I will...
From my experience, CSS grids is not as widely used (or known) as for example Flex-box. Since it is a...
In many higher level programming languages there exists garbage collection, which turns memory management into a long forgotten issue. Swift...
The delegation pattern is commonly used pattern in Swift. Many of the native components like UISearchBar, UICollectionView, UITableView use this...