Articles tagged with: Development

Tiny Markdown-Based Wiki

Summary: Created a simple web alternative to sync and view markdown files using HTML, CSS, and JavaScript. It fetches markdown files, renders them client-side, and supports light/dark themes


Reproducible Builds

Summary: Compiling code does not always generate the exact same output, leading to issues with security and build caching. Different tools and languages have different levels of determinism.


Course Review: ChatGPT Prompt Engineering for Developers (DeepLearning.AI)

Summary: Review of the course 'ChatGPT Prompt Engineering for Developers', from DeepLearning.AI.


Some Code Generation papers

Summary: Code generation is advancing with the help of machine learning and large language models. Several papers and projects in this field are discussed in this post.


Course Review: Building Java Microservices with gRPC (LinkedIn Learning)

Summary: Review of the course 'Building Java Microservices with gRPC', from LinkedIn Learning.