Had my first programming interview, legs still shaking. learn programming |
- Had my first programming interview, legs still shaking.
- DataCamp is giving free access to all its courses till September 9th !
- My first contribution ever to Open source has been merged!
- I'd like to work on your open-source or personal project if you need an intern/apprentice.
- Is C++ good for website development?
- What is the point of structs in C++ when it's almost the same as a class?
- If you want to learn web programming using Python/Django, check out this guide.
- For those who self-taught, exactly what topics should i learn to land a job/internship? Super lost
- An introduction to Linux through Windows Subsystem for Linux
- Confusion over O(M+N) being more correct than O(2N) for multiple parameters in code
- I want to fix a bug with a display adapter driver. Where do I start?
- Setting up git permissions
- Books Vs Courses
- What project to build for C++ OOP?
- Help me how to find out the odd column index in a two dimensional array
- Cheatsheet
- Do you have any advice for me? (Freelancing)
- What are the best youtubers that teach coding for web development like PHP, JavaScript and HTML?
- Extremely hard leetcode problem 675. Cut off Trees for Golf Event
- C++ sfml-d-2.dll not found issue
- Just graduated with a history degree & I want to pursue a career in programming but I am not sure why
- C - Program Changes Results Between Runs
- Im sure this a dumb question but how do properties(C#) and getter/setter methods protect class members when they can be changed through those methods and properties?
- Anyone else (not yet employed in the career) feel that there are possibly too many people trying to do the same thing?
Had my first programming interview, legs still shaking. Posted: 02 Sep 2020 09:41 AM PDT I can't even. The amount of times I said "no, sorry idk what that means?". Still got the job, you can do it guys. Keep grinding. Edit: Wow! Thanks a lot for all your comments and the awards!! Some FAQs I am a male, 17 years old, HS senior. Completely self taught (utube, udemy, edx and a few books and articles). Have been learning for 3 years now. I live in a big city so there are a lot of local software houses here. This wasn't actually my 'first' interview, have been applying since covid, actively and did get a couple interview offers but I declined. Interview was for a junior level backend developer. Php, laravel and sqlite and a little vue. Logical assessment was beginner level algorithms from leetcode and stuff. Like binary search, ordering arrays etc. How would u design the Twitter Api. Questions about my previous web dev projects Techincal questions were programming related, mainly php. Questions like what features does oop have? Advantages of oop, oop vs functional? Overloading, coupling, boxing unboxing, stuff like that. Facades, frameworks, web scraping, web sockets etc. There were questions related to version control, programming paradigms, test driven development and the likes which I completely flunked. Give that stuff a read before you take an interview. Also postman! Some people are surprised bh how I got the job on the first try. There could be a lot of reasons but one I think of is I have major imposter syndrome and before applying to a place I would spend days reading docs and scanning through github projects,I think, that might have contributed a bit. Again, Thank you everyone! [link] [comments] |
DataCamp is giving free access to all its courses till September 9th ! Posted: 02 Sep 2020 04:08 AM PDT Just make and account and start learning. I know this is a programming subreddit and DataCamp is primarily for those interested in data science but there are courses on scala, python, SQL and R on there so I though I'd put it here. Have been hanging out here for quite a while so decided to put it up. Forgive me for any formatting errors or stuff, this is my first ever post. Source: https://twitter.com/DataCamp/status/1300765729537626113 Minor Edit: They provide certificates for any courses you complete. [link] [comments] |
My first contribution ever to Open source has been merged! Posted: 02 Sep 2020 07:12 PM PDT Same as the title, I feel so proud of myself because I really didn't think I could do it at first because I thought I wasn't ready and I thought I should just focus on some side projects for my portfolio since that would be more at my level. But I'm glad I did it anyway because I learned so much even though my contribution wasn't some sparking new feature, just a bug. I learned how to read C# code written by other people, how to debug a dll, I quickly learned how to write some unit tests and etc. etc.. the project is also apart of the .net foundation too! Anywho I'm happy this has been a major boost in my motivation in learning and moving forward with my projects. To anyone out there wanting to do the same, you can do it don't listen to your anxiety and self-doubt, you cant get better if you don't try. p.s sorry for the ramble I literally don't have anyone to talk to about programming that understands what I am referring to. [link] [comments] |
I'd like to work on your open-source or personal project if you need an intern/apprentice. Posted: 03 Sep 2020 12:05 AM PDT I'm a 2020 batch CS grad. Due to the pandemic, most of my plans have gone out of the window. I've been home alone for so long that I'm losing my mind. I'd like to work on something with other people. I'd like to learn new programming and CS concepts from you all. I have worked in Python, Java, C++, JS, frontend stuff, design stuff. If you need a partner for your project, please let me know. I can work on the project for 3-4 hours everyday. [link] [comments] |
Is C++ good for website development? Posted: 02 Sep 2020 06:52 PM PDT Is C++ good for web development? and what are the pros and cons? [link] [comments] |
What is the point of structs in C++ when it's almost the same as a class? Posted: 02 Sep 2020 11:39 PM PDT Is it only for things where you don't have methods ? And as soon as you have a method you should use a class? Is it there for legacy reasons? I know the only difference is that a strict has all members public hy default. Everything else is the same as a class. [link] [comments] |
If you want to learn web programming using Python/Django, check out this guide. Posted: 02 Sep 2020 05:01 PM PDT When I was learning Django, I watched countless youtube videos but I never found a cohesive guide of how to start developing web apps with Django. I have written a book to help beginners learn django web development. The first three chapters are free, see link below. If you find it useful after reading the preview, please consider buying my book. Thanks Django 3...2...1...Takeoff!: Quick Guide to Learning Django 3 Web Development Free Preview: https://drive.google.com/file/d/1uqSzghY1kRIWVFQ4HXV-Befv9-1UHbN6/view Entire Book: [link] [comments] |
For those who self-taught, exactly what topics should i learn to land a job/internship? Super lost Posted: 02 Sep 2020 11:54 AM PDT Im a 100% self-taught, beginner in learning Python, and this is my first ever brush with anything computer science-related. I would love to become a jr software developer in the next 1-2 years (preferably back-end but am obviously willing to try anything), but im lost on what to learn. I understand the best way to learn is writing code aka doing projects, but what do i LEARN first to get to that point? Right now, im still in the middle of Automate the Boring Stuff. I do practice problems the book has as i learn each topic (practice projects). Some have advised me to learn data structures next. Im lost on what to learn after data structures, and what to learn after that. What topics should I be studying next to at least get my foot in the door for an interview in the future? Does anyone have advice on general roadmap of topics to learn that would help me have a solid understanding? Each topic/skill i do, i will be creating mini projects as i learn, but my main issue is, what do i learn? For those who started a job as jr developer or even internship, what are the topics i should learn? PS: please don't be afraid to dumb down your answers; im new to this field and would appreciate all the help i can get!! [link] [comments] |
An introduction to Linux through Windows Subsystem for Linux Posted: 02 Sep 2020 01:26 PM PDT I'm working as an Undergraduate Learning Assistant and wrote this guide to help out students who were in the same boat I was in when I first took my university's intro to computer science course. It provides an overview of how to get started using Linux, guides you through setting up Windows Subsystem for Linux to run smoothly on Windows 10, and provides a very basic introduction to Linux. Students seemed to dig it, so I figured it'd help some people in here as well. I've never posted here before, so apologies if I'm unknowingly violating subreddit rules. Getting Windows Subsystem for Linux running smoothly on Windows 10Introduction and motivationtl;dr skip to next section So you're thinking of installing a Linux distribution, and are unsure where to start. Or you're an unfortunate soul using Windows 10 in CPSC 201. Either way, this guide is for you. In this section I'll give a very basic intro to some of options you've got at your disposal, and explain why I chose Windows Subsystem for Linux among them. All of these have plenty of documentation online so Google if in doubt.
Setting up WSLSo if you've read this far I've convinced you to use WSL. Let's get started with setting it up. The very basics are outlined in Microsoft's guide here, I'll be covering what they talk about and diving into some other stuff. 1. Installing WSLPress the Windows key (henceforth Winkey) and type in Now you'll want to perform a hard shutdown on your computer. This can become unecessarily complicated because of Window's fast startup feature, but here we go. First try pressing the Winkey, clicking on the power icon, and selecting If you get a large text output, WSL has been successfully enabled on your machine. If nothing happens, your computer failed at performing a hard shutdown, in which case you can try the age-old technique of just holding down your computer's power button until the computer turns itself off. Make sure you don't have any unsaved documents open when you do this. 2. Installing UbuntuGreat! Now that you've got WSL installed, let's download a Linux distro. Press the Winkey and type in ![Windows Store](https://theshepord.github.io/intro-to-WSL/docs/images/winstore.png) Installing plain-old "Ubuntu" will mean the app updates whenever a new major Ubuntu distribution is released. The current version (as of 09/02/2020) is Ubuntu 20.04.1 LTS. The other two are older distributions of Ubuntu. For most use-cases, i.e. unless you're running some software that will break when upgrading, you'll want to pick the regular Ubuntu option. That's what I did. Once that's done installing, again hit Winkey and open up Ubuntu. A console window should open up, asking you to wait a minute or two for files to de-compress and be stored on your PC. All future launches should take less than a second. It'll then prompt you to create a username and password. I'd recommend sticking to whatever your Windows username and password is so that you don't have to juggle around two different user/password combinations, but up to you. Finally, to upgrade all your packages, type in And then
3. Making things nice and crispy: an introduction to UNIX-based filesystemstl;dr skip to the next section The two above steps are technically all you need for running WSL on your system. However, you may notice that whenever you open up the Ubuntu app your current folder seems to be completely random. If you type in So where is my Windows home folder? Is WSL completely separate from Windows? Nope! This is Windows Subsystem for Linux after all. Notice how, when you typed For now, though, we'll focus on 4. Changing your default home folderType in Anyway, once you've typed that in, your shell should look something like this: ![vim /etc/passwd](https://theshepord.github.io/intro-to-WSL/docs/images/vim-etc-passwd.png) Using arrow-keys, find the entry that begins with your Ubuntu username. It should be towards the bottom of the file. In my case, the line looks like See that cringy, crummy Next, press The Great! If you now open up a new terminal and type in 5. Importing your configuration files into the new home directoryYour home folder contains all your Ubuntu and bash configuration files. However, since we just changed the home folder to your Window's home folder, we've lost these configuration files. Let's bring them back! These configuration files are hidden inside
6. Tips & tricksHere are two handy commands you can add to your
Appendix A: overview of top-level UNIX directoriestl;dr only mess with
Appendix B: random resources[link] [comments] |
Confusion over O(M+N) being more correct than O(2N) for multiple parameters in code Posted: 02 Sep 2020 09:55 PM PDT I have heard how the correct or tightest upper bound in this code would be O(N+M). My question is why would saying O(N+N) be wrong. I have heard how this would be a loose or false upper bound. If that is the case, how do we know if O(n) is < O(m), or how do we know if O(n) > O(m)? The main reason I keep seeing is that we use O(N + M) over O(2N) is because there is no guarantee if O(N) = O(M). My confusion is how can we not tell that O(N) = O(M) is true? Clearly we have two simple for loop that run linearly, which will allow us to add them in my head and make it O(N + N). Where am I going wrong? Is it because we do not know if the two linear growth rates have any relation? If that is the case in regular math we can add 2x with 3x and make it 2x+5x knowing that both linear growth rates are different. [link] [comments] |
I want to fix a bug with a display adapter driver. Where do I start? Posted: 02 Sep 2020 09:14 PM PDT I have an Acer laptop, which has a strange bug. If I close the lid and reopen it, the screen stays turned off, though the laptop itself is still on and running. No sleep/hibernate or anything like that. This only happens when the display adapter driver from Acer's website is installed. If I downgrade the driver to the generic Microsoft one then I no longer have this problem, but I lose the ability to control screen brightness, and probably some graphics performance. This is the source of the official driver (the Intel one): https://www.acer.com/ac/en/CA/content/support-product/6305?b=1&pn=NX.G36AA.001 Is there a way I can fix the bug in the Intel driver from Acer? [link] [comments] |
Posted: 03 Sep 2020 12:41 AM PDT Hello, I have a personal project that's currently housed in a private repo in GitHub. I want to allow other contributors into the repo but I want to keep tight control over what goes in as an admin. Is there a free way on GitHub or other git clients to only allow PRs after it has gone through approval from me? I have recently learned that protected branches in GitHub isn't free for private repos. Any and all help would be greatly appreciated. [link] [comments] |
Posted: 03 Sep 2020 12:38 AM PDT Hello everyone :) I'm a complete beginner, just finished Colt Steele's python3 Bootcamp and CS50 and small other coursera courses. I'm feeling I am improving, specially with CS50. My question is very simple, when do I have to learn from books + how to learn from a book. For an online course I watch the lectures and solve the problems " which are marked automatically" what about books then? And what I will get from books far than I can take from the online courses? Thanks all [link] [comments] |
What project to build for C++ OOP? Posted: 03 Sep 2020 12:36 AM PDT Hey, I just started out with OOP on C++, but I have experience with other languages. I was wondering what projects I could build that utilize OOP in C++. I was also thinking about doing a CRUD App with C++ and some sort of SQL, but I have no idea what GUI or type of SQL i should use. Any ideas? Thanks! [link] [comments] |
Help me how to find out the odd column index in a two dimensional array Posted: 03 Sep 2020 12:24 AM PDT I need help to copy the elements in the odd column index in another array. Basically, the number of my col and rowws depend on the user so I have a scanner. I can't copy the elements since I don't know what to do to find the odd column index. And can you give me also an idea on how to copy the other elements in another array. [link] [comments] |
Posted: 03 Sep 2020 12:04 AM PDT Does the industry look down on people who uses cheat sheets? There is no in way hell I can remember everything I learn. I have a binder full of cheatsheet ranging from basic file creation to rocket science (some chemistry crap from high school). I just try to remember the syntax of most languages and refer to my cheatsheet when I'm studying at home. I can't even remember my mom birthday ffs. Do you guys use cheat sheet? What's your favorite? Share please. [link] [comments] |
Do you have any advice for me? (Freelancing) Posted: 03 Sep 2020 12:01 AM PDT I'm software Engineer Student. Recently I joined Fiverr trying to earn some extra money since I'm struggling. I published a Web Scraping GIG and I had 2 clients contacting me for projects. Good as beginning right? Problem is I was unable to take any of the projects since I tried to develop solutions and failed ! First Project : Script that gets 100 Google results for every keyword in an Excel Sheet (3k keywords) Second Project : Script that downloads every new Instagram Post/Story for several users and publishes to discord I just want to know, are the projects too hard or they are just fine and I need to learn more about Web Scraping before making a GIG or do I need to change the Niche (I have experience with Flask/Django/Bootstrap/React) ?? PS : I've already made 3 personal scraping projects (Ebay reviews Scraper, Amazon Affiliate links generator, Google results scraper for SEO) using Bs4, Requests & Selenium .. [link] [comments] |
What are the best youtubers that teach coding for web development like PHP, JavaScript and HTML? Posted: 02 Sep 2020 11:58 PM PDT Title just looking for youtube recommendations on people that are good at teaching those languages [link] [comments] |
Extremely hard leetcode problem 675. Cut off Trees for Golf Event Posted: 02 Sep 2020 07:59 PM PDT Would really appreciate the help in understanding the solution for this problem! I have no idea what's happening, not even familiar with the syntax being used in the first 2 lines. First the problem: You are asked to cut off trees in a forest for a golf event. The forest is represented as a non-negative 2D map, in this map:
In one step you can walk in any of the four directions top, bottom, left, and right You are asked to cut off all the trees in this forest in the order of tree's height - always cut off the tree with lowest height first. And after cutting, the original place has the tree will become a grass (value 1). You will start from the point (0, 0) and you should output the minimum steps you need to walk to cut off all the trees. If you can't cut off all the trees, output -1 in that situation. You are guaranteed that no two trees have the same height and there is at least one tree needs to be cut off. Example 1: Example 2: Example 3: Constraints: Solution: Can someone help explain what is happening in the trees = sorted(..) not even familiar with that syntax. Also what is the underscore in for _, tr, tc in trees line? And just a quick summary of what's happening in this code would be really helpful, or any help really. Thanks in advance! [link] [comments] |
C++ sfml-d-2.dll not found issue Posted: 02 Sep 2020 11:28 PM PDT I'm sure this is a newbie thing, but I am working on making a basic game in microsoft visual. I am following a tutorial and was directed to download the SFML Files and correctly linked the sfml lib and include in the proper places. I know this because there are no errors when I write the code for the sprite background. I am getting an error when launching the code that the SFML d-2.dll is missing even though I have those in the project file. I am working on a school AWS system and cant get access to the Program files. Is this the issue, or is there another place I can put the DLL2 files that the computer will recognize? [link] [comments] |
Posted: 02 Sep 2020 07:27 PM PDT Just kind of reading through some posts it seems that people often have a purpose in learning how to code and why they want to and the specific language they want to do. I just guess I feel very discouraged in pursing and learning how to code as I have never been very "technology-oriented" and never really expressed any interest in this before. Whenever I tell someone that I am interested in pursing that type of career they just shrug me off, so I guess I am just wondering if anyone has any stories or life experiences on completing changing directions on career choice and pursing a career in programming? [link] [comments] |
C - Program Changes Results Between Runs Posted: 02 Sep 2020 11:08 PM PDT So I'm trying to learn c and I was able to get the code compiled and running. The point of the code is to read a file and only read the lines that doesn't start with #. However, after running the program consecutively (in the exact same build), the output is randomly different. Sometimes it is as desired: a But sometimes there is a random @ sign following the first char: a@ After increasing the initial length of the char array, I have found that sometimes it will send a bunch of /s after it: a/////////// What could be causing this? [link] [comments] |
Posted: 02 Sep 2020 04:59 PM PDT I'm sure I'm missing the obvious so I apologize in advance but you learn that you should make members of a class private and then use properties or getter/setter methods to access those variables. But how does that make your code more secure? Yes, you can't directly change the values of those private members but you can use the properties or getter/setter methods to change them. So they are still accessible and can still be changed outside of the class. How does this provide protection for those private members? [link] [comments] |
Posted: 02 Sep 2020 01:04 PM PDT Idk I guess one of those days. I feel like I'm learning something that I personally enjoy about 3 months into C# and i love it and ive come a very long way, but I keep feeling like I'm learning something that I will not be able to actually get hired doing because of the vast numbers of people also doing the same thing. I Specifically avoided learning Python for that reason, all the guides to becoming programmers recommend python and YouTube the views on videos I've seen are 5-6x the views of any other language I've seen past few months. Was thinking maybe C# will be less saturated? Maybe I'm depressed about nothing. Lol. Well my question is, is the programming job market over saturated realistically speaking or not really? Anyone know? [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