Reddit Programming
200 subscribers
1.22K photos
126K links
I will send you newest post from subreddit /r/programming
Download Telegram
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/)
Join the Ultimate Hackathon for Developers! 🚀 Build innovative solutions, win exciting prizes, and network with top tech minds! Open to all skill levels, with mentorship, challenges, and career opportunities. Don't miss out—register now and showcase your coding talent! 💻 #Hackathon #Programming
https://www.reddit.com/r/programming/comments/1h36t0r/join_the_ultimate_hackathon_for_developers_build/

submitted by /u/skillcef (https://www.reddit.com/user/skillcef)
[link] (https://portal.skillcef.com/specificevent/aee94e45-84ce-466d-8da8-b6ed93a33a74) [comments] (https://www.reddit.com/r/programming/comments/1h36t0r/join_the_ultimate_hackathon_for_developers_build/)
JavaScript Interactive Quiz
https://www.reddit.com/r/programming/comments/1h39ouh/javascript_interactive_quiz/

<!-- SC_OFF -->For my JS interview, I was bored of scrolling through the GitHub repo of some famous JS trivia questions repo so ended up creating an interactive JS Quiz game. Though I wanted to learn, I hardly learnt anything, spent entire time building this. (In my defence, I spend time playing JS quiz instead of scrolling Reddit while in toilet) I know this is nothing fancy, but might help you to revise concepts before the interview. Feedback, Suggestions, PR welcome. Repo link : https://github.com/ishwarrimal/javascript-quiz <!-- SC_ON --> submitted by /u/theHumbleBeing (https://www.reddit.com/user/theHumbleBeing)
[link] (https://ishwarrimal.github.io/javascript-quiz/) [comments] (https://www.reddit.com/r/programming/comments/1h39ouh/javascript_interactive_quiz/)