You are here |
preslav.me | ||
| | | |
www.outcoldman.com
|
|
| | | | I wrote two parts about how you can analyze the Access Logs from AWS Amplify. And it was a time to write a third part of the series. But after touching AWS QuickSight again (I use it for Outcold Solutions) I realized that I don't want to go through configuring it. As it is purely drag and drop way of building dashboards, and I am not very happy with that. Another option was to use AWS SES with lambdas to run SQL over Athena and send reports as CSV or nicely formatted emails with AWS SES. But if you have ever built yourself an email template, you know that it is not an easy task as well. HTML is limited in emails, and you have to be very careful with what you use. | |
| | | |
ashvardanian.com
|
|
| | | | Experienced devs may want to skip the intro or jump immediately to the conclusions. The backbone of many foundational software systems - from compilers and interpreters to math libraries, operating systems, and database management systems - is often implemented in C and C++. These systems frequently offer Software Development Kits (SDKs) for high-level languages like Python, JavaScript, GoLang, C#, Java, and Rust, enabling broader accessibility. But there is a catch. | |
| | | |
abdulapopoola.com
|
|
| | | | I finally took the compulsory software engineering course notorious for its very difficult course project - writing a bitcoin client in C.Alhamdulilah, we successfully completed the project: about 18k lines of code, automated builds/documentation/tests and lots of other stuff. I figure we rank around 7 or 8 on the Joel 12-point scale even though some... | |
| | | |
blog.gradle.org
|
|
| | Introduction |