Reddit Programming
200 subscribers
1.22K photos
126K links
I will send you newest post from subreddit /r/programming
Download Telegram
Kadne’s efficiency algorith
https://www.reddit.com/r/programming/comments/1h2exn3/kadnes_efficiency_algorith/

<!-- SC_OFF -->Kadane’s Algorithm 🚀 Master the Magic of Kadane’s Algorithm! Unravel the brilliance behind finding the maximum subarray sum in just O(n) time! This legendary algorithm simplifies complex problems with elegance and efficiency. Check out my latest Medium article, where I break it down step-by-step for you to ace your next coding interview or project. 🔗 Read more here: https://bitbee.medium.com/kadanes-algorithm-the-journey-to-maximum-efficiency-e74b45784c2b 📌 Tags: #Algorithms #Kadane #Coding #dsa #Programming #Bitbee #YouTube #TechExplained #CodingLife <!-- SC_ON --> submitted by /u/bitbee01 (https://www.reddit.com/user/bitbee01)
[link] (https://bitbee.medium.com/kadanes-algorithm-the-journey-to-maximum-efficiency-e74b45784c2b) [comments] (https://www.reddit.com/r/programming/comments/1h2exn3/kadnes_efficiency_algorith/)
Is it worth to buy Lenovo IdeaPad 5
https://www.reddit.com/r/programming/comments/1h2jlbm/is_it_worth_to_buy_lenovo_ideapad_5/

<!-- SC_OFF -->Body: I am pursuing a career in programming, will this laptop be a good solution. Is it worth it for the price, and can it handle most projects Laptop Lenovo IdeaPad Slim 5, 16", ", Intel Core i7-1355U, 16GB LPDDR5-SDRAM, 512GB SSD, Integrated Intel Iris Xe Graphics, for 679€ <!-- SC_ON --> submitted by /u/sabit-limoni-1234 (https://www.reddit.com/user/sabit-limoni-1234)
[link] (https://gjirafa50.com/laptop-lenovo-ideapad-slim-5-16-intel-core-i7-1355u-16gb-lpddr5-sdram-512gb-ssd-integrated-intel-iris-xe-graphics-i-kalter) [comments] (https://www.reddit.com/r/programming/comments/1h2jlbm/is_it_worth_to_buy_lenovo_ideapad_5/)
Bruno: Open-Source and Git-friendly API Client
https://www.reddit.com/r/programming/comments/1h2wcei/bruno_opensource_and_gitfriendly_api_client/

<!-- SC_OFF -->So happy I found an easy to use, free no stupid extras api client! <!-- SC_ON --> submitted by /u/JollyShopland (https://www.reddit.com/user/JollyShopland)
[link] (https://youtu.be/FXckKHtZo4o) [comments] (https://www.reddit.com/r/programming/comments/1h2wcei/bruno_opensource_and_gitfriendly_api_client/)
Too many Dockers in CICd
https://www.reddit.com/r/programming/comments/1h32wx2/too_many_dockers_in_cicd/

<!-- SC_OFF -->At work, we have an application running in the cloud. We have multiple docker containers and images just to run this thing. We have an image that contains the next JS code, we have an image for the python backend server, and we also have images for lambda functions. I feel like those alone take years for our pipelines to build, then to test those doctor images for vulnerabilities, then uploading to ECR, and then finally running them. I guess my point is that when I do side projects, it tends to be much more simple, like a Vite JavaScript bundle that is built and exported as a bundle then deployed on some CDN. She’s crazy how complicated things can get and it makes it so that we really can’t test things very well until they’re deployed to a development branch. Makes the idea of local build and testing almost impossible. <!-- SC_ON --> submitted by /u/bunoso (https://www.reddit.com/user/bunoso)
[link] (http://docker.com/) [comments] (https://www.reddit.com/r/programming/comments/1h32wx2/too_many_dockers_in_cicd/)