I just wanted to say thank you. Thanks for being kind and supportive. Wishing you all a Happy New Year 2022. learn programming |
- I just wanted to say thank you. Thanks for being kind and supportive. Wishing you all a Happy New Year 2022.
- I'm trying to learn CSS (specially Flexbox) techniques and best practices by studying other people's codes. Help me find good repositories on Github with clean code.
- What are some open source contributions that would look really impressive in a resume?
- Tutorialspoint, W3schools, if not, what is the best?
- As someone who doesn't need to solve problems for myself using code, how can I get into projects? Especially if I'm looking for a career in this?
- Cyber security for web development?
- question on code wars
- If a made an app with social features where users could post stuff, what do you think would be the best way to monitor all of the content (or at least most of it) that is uploaded?
- What do you consider essential or important programming skills for any developer?
- Data Structures & Algorithms Discord/Wiki Project (Feedback Appreciated)
- Remote work
- What are the differences between boot camps and a comp sci degree for landing a job?
- Questions about Java, C++, and Python
- How to implement and output Binary Tree?
- Am I taking the right approach to my personal project?
- EASY: How do I use ffmpeg with Selenium Python to download a video?
- What do I do now?
Posted: 29 Dec 2021 09:25 PM PST When I started my YouTube journey didn't received much support, but it was my friends and you are in forefront of those who motivated me to kept going. I wanted to develop a set of free DevOps courses that will allow people with minimal coding experience, and take them step by step with clear plan to reach their goals. Whatever your background, as long as you are willing to put in the work you can find an entry into this field.This is completely free, there's no stealth upsell. You gave me a safe place to be and encouraged my interests. Everyone went above and beyond to make sure I didn't fall through the cracks. And I wanted to let you know: I remember and you all will be in my heart. The work I did is not in vain. As a programmer & DevOps engineer, I was committed to share my knowledge with community on DevOps, Docker, Kubernetes, Ansible, Cloud, Terraform, GitLab CI, Jenkins,Splunk, Prometheus and More!. Where I (We together) have reached now, I couldn't have done it with out your support. You are loved, and appreciated, and make a literal lifetime of difference to a YouTuber like me. As I'm not a professional YouTuber, I'd love to hear your feedback and support Thank you. Admin: I just want to say thanks to all of the Learning community for their support. [link] [comments] |
Posted: 29 Dec 2021 09:11 PM PST I've watched a few hours of YouTube tutorials and have done the HTML/CSS sections of The Odin Project but I'm not satisfied with my layouts. They are messy and unattractive. So I want to take my time with learning Javascript and put effort into perfecting my CSS design knowledge. I want to find people with professional, clean design and study their codes. Can you direct me to find some such designers on Github? Thanks in advance. [link] [comments] |
What are some open source contributions that would look really impressive in a resume? Posted: 29 Dec 2021 08:28 PM PST I already have contributed to an open source project, written quite a few personal projects and have a couple of internships. I am just wondering what the next step I could take that would make my really make my resume look impressive. [link] [comments] |
Tutorialspoint, W3schools, if not, what is the best? Posted: 29 Dec 2021 07:16 PM PST I'm in process of learning Java and I was pointed in the direction of W3schools and Tutorialspoint. I heard these resources are good, but not the best. I need to learn this, including advanced concepts of Java, in the next few weeks. Any suggestions, ideas would be greatly appreciated. Please help. Thank you! [link] [comments] |
Posted: 29 Dec 2021 07:39 PM PST Any projects I could start? Or what can I do? I am just starting but I'm looking ahead. [link] [comments] |
Cyber security for web development? Posted: 29 Dec 2021 10:01 PM PST Should I take some cyber security courses if I want to become a web developer or is it not necessary? [link] [comments] |
Posted: 29 Dec 2021 07:53 PM PST practicing c++ on code wars, usually the editor is empty right? but for some reason when I entered a kata to attempt, the solution was preloaded. is that a security issue? or does that happen from time to time? [link] [comments] |
Posted: 29 Dec 2021 08:51 PM PST I've been having this question for a long time already, and i decided to post it here on reddit because i am planning on developing such app, but i don't really now how to handle content moderation, and i don't really know how to put it up in words so i didn't get any good answers on google. I guess you all know what i mean by content moderation, but just i case, I'm referring to managing all of the content users upload to make sure all of that content follows the rules and terms of service (no spam, promoting illegal activities, 18+ content, etc). I'd be very grateful if any of you could clear up my doubts. [link] [comments] |
What do you consider essential or important programming skills for any developer? Posted: 29 Dec 2021 08:40 PM PST I am tasked with coming up with a list of "bread and butter" skills for anyone who claims to be a proficient programmer in their language of choice. Thus far I have come up with:
In your opinion, what is an essential or at least important programming skill to demonstrate programming proficiency? [link] [comments] |
Data Structures & Algorithms Discord/Wiki Project (Feedback Appreciated) Posted: 29 Dec 2021 09:13 PM PST I'm in the process of building a community based resource for learning DSandA at a deep level (referencing materials like CLRS and Art of Computer Programming). I'm interested in getting some ideas/feedback based on what is currently being developed: -Extensive analysis of all core algorithms with associated problems for practice -Visuals for all topics -Weekly video covering an algorithm problem/topic -Open source wiki development -Project development recruitment The idea is to build a more niche community that is serious about CS (not necessarily experienced tho, as we all started somewhere). Better side projects can be built, better resources developed. That's the general aim of this project. Honest feedback is appreciated. If you like the idea, what would you add? If you hate it, what about it don't you prefer? [link] [comments] |
Posted: 29 Dec 2021 08:53 PM PST I'm a full-stack developer that I'm working remotely for a person without any other team member, everything is good, I have everything I want, but there is a minor problem and that's lonely! I want to ask how can I communicate with others when I work lonely without any colleagues, I need someone to talk with him like a colleague. is there anybody who has the same issue as me? [link] [comments] |
What are the differences between boot camps and a comp sci degree for landing a job? Posted: 29 Dec 2021 08:36 PM PST I am wondering which route I should go? And the pros and cons to both if anyone has experience with either of these it would be much appreciated. [link] [comments] |
Questions about Java, C++, and Python Posted: 29 Dec 2021 11:08 PM PST Can somebody give me a quick explanation of the three languages I want to learn (Java, C++, and Python) I'm currently planning on changing majors a bit for IT and IS; ie cyber security [link] [comments] |
How to implement and output Binary Tree? Posted: 29 Dec 2021 11:04 PM PST Greeting! The language I'm using is Java and my question is: how to implement add()/insert() method in Binary Tree? I have looked up on google about how to implement Binary Tree, but mostly what I found was about Binary Search Tree instead. I saw in Geeksforgeeks, they add nodes to tree by hand, meaning they assignment each element step by step: (link: https://www.geeksforgeeks.org/binary-tree-set-1-introduction/) => Is there a way to automatically input nodes to binary tree? for example if I add(a), add(b), add(c), add(d), add(e) -> the program can assign a to the root, b to root.left, c to root.right, d to root.left.left, e to root.left.right itself... And what is simple yet effective way to output binary tree? should I print a whole tree diagram in output or it is too much? Thank you! [link] [comments] |
Am I taking the right approach to my personal project? Posted: 29 Dec 2021 10:45 PM PST I have zero web development or programming experience (beyond writing really basic scripts in Matlab which I've totally forgotten how to do at this point) and I want to learn more. I have an idea for a basic website/web application for a personal project. My friends and some coworkers will play darts at a local bar every so often, I want to have a site I can pull up on my phone that is sort of a "bracket manager" (I know this already exists and that I could probably just use a spreadsheet, but I want to make it more specific to what we're doing) where I can set up a bracket with everyone that is there and we can have a tournament. I can keep track of scores, save stats, and each player can have an account they can log into to see their record and stats over time. I would also like to make some sort of real time voting thing, so we can vote on what type of game we will be playing (different variations of darts) I'm not really sure where to start. I was thinking of using React for the front end and then storing the data from each tournament/bracket into an SQL database and pulling it when it's needed. Is React what I want to use? Do I need something else? I don't know React, I just want to be confident that's what I need before I start learning it I guess. I know I'll probably need to know HTML, CSS, and JavaScript as well, but I guess React makes things way simpler in some way. I'm sure something like this will take me about a year by the time I learn how all of this works but I'm willing to learn. Thanks for any answers. If you have any suggestions I would appreciate them. [link] [comments] |
EASY: How do I use ffmpeg with Selenium Python to download a video? Posted: 29 Dec 2021 10:30 PM PST I can see the desired .m3u8 link under Inspect > Network in Chrome. How exactly do I extract this link using Selenium? Also, once I extract the link, how do I paste it to ffmpeg? Are there any tutorials for this? [link] [comments] |
Posted: 29 Dec 2021 10:26 PM PST I have learnt python in school for 2 years wherein loops, conditional statements, functions, file reading, MySQL connectivity was taught. I am now in uni where I am persuing computer security and in my first sem we covered html, css, js. I want to know where to go with python since my next sem will teach Java and I don't want to lose touch.l want advice as to where to go from here. Pls help [link] [comments] |
You are subscribed to email updates from learn programming. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment