Search
Emerging Tech Summit AIBC Europe Announces New Conference Dates
24.9.2020
Malta-based tech show will shift dates from November 2020 to February 2021 SiGMA Group has announced the postponement of its tech and gaming focussed Europe summit, which was planned to be held in Malta on November 18–19, 2020. The 4th edition of AIBC Summit will now open its doors early next year...
Match Accented Letters with Regular Expressions
6.8.2020
Regular expressions are used for a variety of tasks but the one I see most often is input validation. Names, dates, numbers…we tend to use regular expressions for everything, even when we probably shouldn’t. The most common syntax for checking alphabetic characters is A-z but what...
142 Million Guests: Hackers Attempt to Sell MGM Grand Data Dump for Cryptocurrency
20.7.2020
Last year the giant resort firm MGM Grand was hacked and the cybercriminals ostensibly obtained a massive dump of names, addresses, phone numbers, and dates of birth. Now according to vendors on the deep web, hackers have been trying to sell the data dump for monero or bitcoin. The hackers claim...
How to Convert a Date String into a Human-Readable Format
25.5.2020
I’ll be the first to admit that I’m writing this article, in part, because it’s something I look up often and want to be able to find it next time. Formatting a date string that you get from an API in JavaScript can take many shapes — anything from loading all of Moment.js to have...
Bitcoin Price ‘Manipulated’ Before Futures Settlement Dates: Research
26.9.2019
Bitcoin dips 75% of the time before futures expire, new data suggests
Ethereum Announces Launch Dates for Testing its Hard Fork, Istanbul
20.9.2019
A recent update on Ethereum maintenance released a while ago, known as Frozen Pyjack, secures in the dates that Ethereum’s mainnet upgrade, where Istanbul will be utilized on Ethereum testnets. For quite some time, Istanbul is Ethereum’s long-time discussed hard fork that pledges...
Git Checkout at Previous Timeframe
9.1.2019
In the past I’ve blogged about checking out branches created on a specific date as well as sorting git branches by date, but one frequent usage of git and dates is checking out a commit at a given time in the past. For example, I often say “Weird, this feature was working a month...
Search Git Commits Between Dates
12.7.2018
One of my weaknesses as a developer is relying on UIs to provide me the data I need. It’s not a fatal weakness but it does hamper me a bit. One prime example is relying on GitHub’s interface to review changes; git’s command line provides the information needed with commands...
React Video Player
14.3.2018
Streaming entertainment is a massive interest of mine as both a consumer and web developer. My love for streaming entertainment dates back to the early days of RealPlayer and the misery of a million codecs. Fast forward to today and I’m working a lot with ReactJS, as well as the dozens...