Coding
In which way should I insert a lot of rows
I have a client and they want a new feature. There are currently multiple api’s we can use, but it’s too expensive (like 2k a year). He asked me to create the api, which is Read more…
I have a client and they want a new feature. There are currently multiple api’s we can use, but it’s too expensive (like 2k a year). He asked me to create the api, which is Read more…
Hi guys, I wrote a post on how to get a web app to communicate with a native app on the user’s local machine. https://justsimplycode.com/2021/01/03/web-app-communicates-to-native-app-on-user-local-machine/ Useful info! Thx. Regretfully chrome only though. In the past Read more…
I’m using Dapper to create an equipment inventory from my database. Multiple comments are mapped from a Comments table to the Comments property of EquipmentModel. I’ve successfully used StringBuilder to populate the inventory in a Read more…
Credit: Adam Sinicki / Android Authority As there is no in-built function, if you want to know how to reverse a string in Python, you will need to use one of two McGyver techniques. Fortunately, Read more…
Cloud platforms, also referred to as Infrastructure as a Service (IaaS), are used by a wide variety of businesses to store data, handle machine-learning, and more. IT professionals looking to enhance their resume should therefore Read more…
I’m having increasingly serious thoughts about becoming a ‘digital nomad’, i.e. finding a work/life pattern where I do piecework / gig work / contracts etc so that I can stop and start as I please Read more…
Given a binary tree, find its minimum depth. The minimum depth is the number of nodes along the shortest path from the root node down to the nearest leaf node. For example, the minimum depth Read more…
Hey there, PHP 8 introduced attributes – declarative meta-data which can get analyzed to control behaviour. Most PHP-Developers already know similar technique called annotations like doctrine annotations. I read some good articles to get a Read more…
Gsm Detector is a PHP package which allows to know the name of the GSM operator from phone number. Installation Usage Using the package remains quite simple, you have to create a new instance of Read more…
I’ve been a developer a long time, however I’ve always found it fascinating to learn how people structure their solutions and by extension the applications that they build. With its infinite flexibility, I’ve found that Read more…