Reddit Programming
211 subscribers
1.22K photos
124K links
I will send you newest post from subreddit /r/programming
Download Telegram
Tool for dynamically managing Cookies and URL Parameters
https://www.reddit.com/r/programming/comments/1kfkg78/tool_for_dynamically_managing_cookies_and_url/

<!-- SC_OFF -->I made this script that adds dynamic functionality to managing URL parameters and cookies in HTML and JavaScript. <!-- SC_ON --> submitted by /u/philtrondaboss (https://www.reddit.com/user/philtrondaboss)
[link] (https://github.com/MineFartS/JS-Data-Manager/) [comments] (https://www.reddit.com/r/programming/comments/1kfkg78/tool_for_dynamically_managing_cookies_and_url/)
What does this mean by memory-safe language? | namvdo's technical blog
https://www.reddit.com/r/programming/comments/1kfyq46/what_does_this_mean_by_memorysafe_language/

<!-- SC_OFF -->- 90% of Android vulnerabilities are memory safety issues. - 70% of all vulnerabilities in Microsoft products over the last decade were memory safety issues. - What does this mean that a programming language is memory-safe? Let's find out in this blog post! <!-- SC_ON --> submitted by /u/vannam0511 (https://www.reddit.com/user/vannam0511)
[link] (https://learntocodetogether.com/programming-language-memory-safety/) [comments] (https://www.reddit.com/r/programming/comments/1kfyq46/what_does_this_mean_by_memorysafe_language/)
Mastering Kafka in .NET: Schema Registry, Error Handling & Multi-Message Topics
https://www.reddit.com/r/programming/comments/1kfzmkp/mastering_kafka_in_net_schema_registry_error/

<!-- SC_OFF -->Hi everyone! Curious how to improve the reliability and scalability of your Kafka setup in .NET? How do you handle evolving message schemas, multiple event types, and failures without bringing down your consumers?
And most importantly — how do you keep things running smoothly when things go wrong? I just published a blog post where I dig into some advanced Kafka techniques in .NET, including: Using Confluent Schema Registry for schema management Handling multiple message types in a single topic Building resilient error handling with retries, backoff, and Dead Letter Queues (DLQ) Best practices for production-ready Kafka consumers and producers Fun fact: This post was inspired by a comment from u/Finickyflame (https://www.reddit.com/u/Finickyflame) on my previous Kafka blog — thanks for the nudge! Would love for you to check it out — happy to hear your thoughts or experiences! You can read it here:
https://hamedsalameh.com/mastering-kafka-in-net-schema-registry-amp-error-handling/ <!-- SC_ON --> submitted by /u/DotDeveloper (https://www.reddit.com/user/DotDeveloper)
[link] (https://hamedsalameh.com/mastering-kafka-in-net-schema-registry-amp-error-handling/) [comments] (https://www.reddit.com/r/programming/comments/1kfzmkp/mastering_kafka_in_net_schema_registry_error/)
Startup project
https://www.reddit.com/r/programming/comments/1kg6yfa/startup_project/

<!-- SC_OFF -->Im doing a startup project as a freshly graduated high schooler. The project consist of an mobile app, which will be an alarm that wakes up the user guaranteed by making the user do a task of his choice. I found my idea a really good solution for people who can't wake up easily, since i made an research using google forms and got around 50 answers.Most of the answers have at least 3 alarms ringing every morning which is insane for me personally. My question is how do i raise awareness to my project and how should i promote it? The mobile app is in development and i am still brainstorming ideas for many features in the future. I am also developing website for the app but it will probably take awhile since im the only developer of the app. I would appreciate any great tips for how should i proceed with the development stage and any prior experience of any member here! <!-- SC_ON --> submitted by /u/Muslim__Man (https://www.reddit.com/user/Muslim__Man)
[link] (https://github.com/Nooze-Alarm) [comments] (https://www.reddit.com/r/programming/comments/1kg6yfa/startup_project/)