Useful tips for everyday
What are the different types of TypeScript? Some common data types in TypeScript are: number , string , boolean , enum , void , null…
How many Tezos supply are there? Tezos Block reward 40 XTZ Block time 30 seconds (since Granada update) Block explorer tzstats.com tezblock.io tzkt.io Circulating supply…
How do I rearrange my apple wallet cards? Go to Settings > Wallet & Apple Pay on your iPhone or iPad, and scroll down to…
What are static assets? Static assets are object you send to the user that the server does not change. Images are an example of static…
How to create an author name for a blog post? Add a basic author that has a more generic name, like the title of your…
What is a bounded context in Microservices? In the context of Microservices, it means one simple thing: a Bounded Context is the exact opposite of…
How to compare two different files in Unix? Nine ways to compare files on Unix First: diff. The command most likely to come to mind…
How do you use XSS to steal cookies? Cookie stealing is when you insert a script into the page so that everyone that views the…
How many data points are needed? Lilienthal’s rule: If you want to fit a straight-line to your data, be certain to collect only two data…
How to determine if data is normally distributed? For quick and visual identification of a normal distribution, use a QQ plot if you have only…