Conversion of Struct data type to Hex String and vice versa
Serialization and Unserialization
Killing C++ Serialization Overhead & Complexity -> his library https://github.com/eyalz800/zpp_bits
BUILD G++
https://earthly.dev/blog/g++-makefile/
This Blog is first of all memos for me!! From time to time I get exposed to new and cool stuff for developers and architects ,most of the time its a solution for a problem or tips or tricks, so, I would like to track my memos and share it with you, it can save your time and nervous, I hope you will enjoy it - by Yaniv Tzanany.
very good articles and good techniques to know
Large-Scale C++ Software Design
Large-Scale C++ Software Design 2
nice article about improving gcc build time :
https://interrupt.memfault.com/blog/improving-compilation-times-c-cpp-projects
also nice tools for examine-and-adjust-include-dependencies
linux-binary-analysis tools and tips
very good tutorial
https://docs.microsoft.com/en-us/azure/active-directory/develop/tutorial-v2-asp-webapp
Azure B2C is very cool
https://www.youtube.com/watch?v=RK_IaEvzdpM
https://www.red-gate.com/simple-talk/databases/sql-server/performance-sql-server/comparing-multiple-rows-insert-vs-single-row-insert-with-three-data-load-methods/
block chain explained
https://www.youtube.com/watch?v=_160oMzblY8
https://rinkeby.etherscan.io/txsPending
https://www.youtube.com/watch?v=ooN6kZ9vqNQ
asic syntax
https://www.youtube.com/watch?v=DodjM9ablhI
https://ethereum.org/en/developers/tutorials/
https://docs.soliditylang.org/en/v0.8.13/solidity-by-example.html
nicehash - mind software
GPU Mining Rig Buying Guide
https://www.youtube.com/watch?v=hNqs3Fn8TNo
https://www.c-sharpcorner.com/article/web-ap/#:~:text=What%20is%20Token%20Based%20Authentication,the%20client%20as%20a%20response.
Token Based Authentication in Web API
https://www.youtube.com/watch?v=nqs_ZZ2bUYg
Have a look at this free tools , working good for QA and web testers
https://testproject.io/
In case you cant access to shared sheets via your code.
make sure to create a service account , copy the "email" for this service account.
make sure the one who shared the file, share it with your service account email.
and it should work.
working with API_KEY on shared sheets get failure.
only service account.
access to your own sheets could be done via api_key or service account.
links:
https://developers.google.com/api-client-library/dotnet/guide/aaa_oauth#web-applications-aspnet-mvc
https://cloud.google.com/docs/authentication/production
https://developers.google.com/sheets/api/quickstart/dotnet
Enjoy
Yaniv