My professor recommends us making a GitHub account as soon as possible. Why should I? learn programming |
- My professor recommends us making a GitHub account as soon as possible. Why should I?
- Is math required for programming?
- Tips for Women in Tech
- Is it ok to add commonly done projects on my portfolio?
- Overwhelmed with different technologies
- I'm a Junior in High School, and I want to create a Coding Club of some sort at my High School in my Senior year when I am back in person, should I do it?
- Experience with DS bootcamps?
- Cant convert a char to int
- Are there any useful tips for finding a missing/extra bracket in your code?
- Do really need test cases and saved them in a folder?
- What's the difference between Front-end WEB developer & Front-end SOFTWARE developer
- First software engineering job, nervous as balls. How do I prepare or at least calm my nerves?
- isinstance py3 help
- "Return true if this string is a palindrome" can be done in O(n). Why not O(n/2)?
- Daily Challenges?
- What is the optimal sort algorithm for this array?
- [Java] Why is this string container printing empty?
- Which database suits XML best?
- ASP.NET front end development
- Time Complexity and Big O Resources
- Beginner learner
- [Python] ImgKit taking too long to convert an html file to a jpg file (3 minutes)
- For vs. While Loops
- Learn by building real world application using Angular
My professor recommends us making a GitHub account as soon as possible. Why should I? Posted: 09 Mar 2021 04:27 PM PST It's an honest question. His reasoning was like "in a couple of years, when you graduate and look for a job, you'll be able to show them that you used github for the past couple of years" and I get that. But right now I'm making programs that are too simple and that are introductory. Like create an array, print only the odd numbers from an array, write Hello world in a .txt file. Scan a .txt and count the occurences of a given word, etc. I don't know about github but it seems that that's not "worthy" of uploading. Don't get me wrong I'm not embarrased but is it a good strategy that my employer 3 years from now sees that I struggled with / learned opening files only 3 years ago? Is there something I'm missing? Edit: Thanks for all the answers! I realized now that there is a private and public mode for github so I'm cool with that. See you on github! [link] [comments] |
Is math required for programming? Posted: 09 Mar 2021 03:30 PM PST A friend of mine recently told me that being good at math helps with programming which I would agree with but I didn't think was necessary. So basically what I am asking is how many of you are good at math and do I absolutely need math for programming? I haven't really needed math for the type of coding I've been doing Also do I need college? I am currently doing java [link] [comments] |
Posted: 09 Mar 2021 04:53 PM PST I have created another post today but creeps will be creeps & I had to delete it and post again with a throwaway account. In light of some previous posts & today being Women's day, I just want to give some tips to other women. If you're a guy and you're reading this post, you can also learn a thing or two. Gender bias exists and it's worsened by people who deny it. Women dont expect to be treated differently but dont make judge/conclude/decide based solely on their sex. If you still dont like this topic, just move on. I dont give a damn about you. I feel the need to address this issue mainly because I work in a tech team of 15 where I'm the only woman SDE. My partner takes interviews for a FANG company and the ratio of women is awfully low. The recruiters dont get many resumes either. Of the ones that get an offer, they are lowballed because they dont negotiate as much as guys do. The list goes on. Whether you're a student or looking for a first job or been in tech forever or a male, lets just help each other out. These tips that I'm adding are purely based on my opinions. And very specifically to software engineers. They might not apply in every situation so if you dont like anything, I'm more than happy to learn your experience.
If you have any suggestions, I will them to the post. [link] [comments] |
Is it ok to add commonly done projects on my portfolio? Posted: 09 Mar 2021 11:14 PM PST i am trying to make a good CV for myself and good portfolio ( front end - react js). there are projects like netflix clone and stuff that almost everybody put them on their portfolio. should i do that too or i just add projects that i have done and the idea is mine? [link] [comments] |
Overwhelmed with different technologies Posted: 09 Mar 2021 09:04 PM PST I'm coming from a Python, machine learning, computer science background into the web development field. I know HTML, CSS, and some basic vanilla Javascript. I'm trying to learn how the whole frontend+backend all with Javascript thing works. I've started to learn React but all these different things called Babel, Webpack, Nextjs, Parcel, Apollo, URQL, Prisma, Mongodb, ORM etc. are confusing me. Everyone says that these will all make sense once I gain more experience but I was wondering if there was any article or video that explains how all these different technologies come together and work with each other to make a complete website/app. [link] [comments] |
Posted: 09 Mar 2021 01:33 PM PST Although I had an interest for coding and computers in general from a young age, I did not get to actual coding (besides learning the processing.JS language taught in Khan Academy in 5th grade) until around 6-7 months ago, and now I have some basic Python knowledge. I had taught that the AP Computer Science Principles class that I am taking this year would teach me a language or the basics of a language, but it mainly goes over how code works, and how certain things like loops work, but nothing besides that, and that leaves me inexperienced. With that said, should I even bother starting such a club, even as I am inexperienced? I plan to bring more experienced students to help me run the club, and the club will mainly be focused at finding and working on projects fit for people of all skill levels at coding, and working on them, and if the students in the club want to gear the club towards going towards competitions, that could be done as well. [link] [comments] |
Posted: 09 Mar 2021 11:16 PM PST I've been taking free data science classes, but I want a little more interaction with a professor and peers. Any of you take a data science bootcamp that you recommend? thanks! [link] [comments] |
Posted: 09 Mar 2021 08:40 PM PST Im having trouble trying to convert a char to an int. atoi() needs a const char *. Its saying that the operand must be a pointer but *number is a pointer? I cant figure out why its not converting. [link] [comments] |
Are there any useful tips for finding a missing/extra bracket in your code? Posted: 09 Mar 2021 10:18 PM PST Actually an 'end' since im lua but same thing. im using notepad++ which lets you collapse for/while/if blocks and i can tell that one of my statements isn't closed properly. is there a technique where i can use the collapse feature to pinpoint the missing end? ive noticed that its collapsing improperly since each statement is choosing the wrong closing end. [link] [comments] |
Do really need test cases and saved them in a folder? Posted: 09 Mar 2021 12:52 PM PST I don't work with a team, I just work on my own and i have personal projects, so I still don't know what the purpose to use the test cases and saved them in specific folder Don't get me wrong, of course, I test my functions, but i test them once I created them I don't use libraries like Jest in Javascript I test my function by adding edit: collapsing [link] [comments] |
What's the difference between Front-end WEB developer & Front-end SOFTWARE developer Posted: 09 Mar 2021 12:34 PM PST I'm a front end web developer, i just created my portfolio design and sent it to my friend to review it. He told me i should replace Front-end web developer with Front-end Software developer. [link] [comments] |
First software engineering job, nervous as balls. How do I prepare or at least calm my nerves? Posted: 09 Mar 2021 02:46 PM PST Hey all, I have been self teaching over the course of a year. I landed my first job working with Laravel and React. I had been working my ass off and this was all I could think/dream about for awhile. I am coming from a trade, I was tired of the inconsistency and working on my feet/outside. How can I set myself up to be successful. What should I expect? As the day is getting closer I'm wondering if I made the right call. I love solving problems with code but now I am having doubts. It is especially hard because i am leaving a family business but the trades was never "my thing", I was always fascinated by code & computers. Once I got the news that got the job I went from being ecstatic to nervous to being a bit bummed. I am having a serious bout of imposter syndrome since I'm coming from an entirely different field. Any advice? [link] [comments] |
Posted: 09 Mar 2021 09:34 PM PST Is there a way to shorten the isinstance: num1 = input("1") num2 = input("2") x = input("x") If not isinstance(num1, int, float) and If not isinstance(num2, int, float) and If not isinstance x(x, float) Like can you put both variables into the first isinstance? If not isinstance(num1, num2, int, float) and If not isinstance(x, float) [link] [comments] |
"Return true if this string is a palindrome" can be done in O(n). Why not O(n/2)? Posted: 09 Mar 2021 06:52 PM PST Learning more about DS and algo and stubled upon the palindrome question where you can solve it in linear time [O(n)] by using a pointer on the left and right side. If I use a left and right pointer and at each iteration I move both pointers. Would this not be O(n/2)? Or is this one of those cases where the 2 is a "least irrelevant figure" so I toss it out? Flairing as code review, even though I'm not showing my code, just trying to understand the time complexity. Read the rules also and this seemed acceptable. Let me know if there is a more specific data structures and algo subreddit for stuff like this. thanks Edit: feel like I'm getting answers in two categories. 1. It IS n/2 but it simplifies to n. 2. It's not n/2 because you still technically check every index. Which one is it? [link] [comments] |
Posted: 09 Mar 2021 06:49 PM PST I'm still new to programming and I've been doing some courses, mainly working in Java and Python. I just wanted to know is there a good website to do daily coding challenges so I can keep my brain trained and thinking. Thanks in advance! [link] [comments] |
What is the optimal sort algorithm for this array? Posted: 09 Mar 2021 11:56 PM PST If I have this array, ['C', 'A', 'B', 'D', 'E'], what would be the best sorting algorithm to use? I am confused as to the applications of each sort. Insertion sort, Merge sort, Quick sort (pivot always first element), Radix sort [link] [comments] |
[Java] Why is this string container printing empty? Posted: 09 Mar 2021 08:00 PM PST Hi! I'm 100% a new learner, and I hardly know the language to use or how to ask this, but I have a basic debugging issue that I can't quite understand. I'm working in jGRASP and this is a quick assignment over arrays where we scan a basic, 4 column CSV file over Construction Spending (file called "chopped_construction_spending - construction_spending.csv") in my coding class... but my code is not returning the result I'm expecting. So sorry the beginning section is a bit long, but I honestly am not sure how to cut it down and still have it make sense! So the main issue I'm having with the last part. It runs: But I was expecting the output: So for some reason, the last section where I try to find the date the largest amount was spent, the String name = ""; isn't updating in the loop like I was expecting. Could someone tell me what exactly I'm doing wrong...? I feel like this is a really obvious answer but I've been trying different things some time now and I can't seem to figure it out. Thank you! [link] [comments] |
Which database suits XML best? Posted: 09 Mar 2021 11:27 PM PST Hi everyone, which database would you recommend to use when working with XML? Which object-oriented database would you suggest? Thank you in advance! [link] [comments] |
Posted: 09 Mar 2021 05:05 PM PST Hey there, Software Dev here who is mostly focused on backend development. I used to use html and css back in high school, but I don't remember most of it. I am building a project in ASP.NET and I am trying to figure out the best way to create a front end. I am not above using an existing design platform if the integration is pretty seamless. Or are there new tools for front end that I can use to develop this? Thank you, Bryce [link] [comments] |
Time Complexity and Big O Resources Posted: 09 Mar 2021 01:17 PM PST I am finding it difficult to understand the material of my fundamentals three course as it all ties in to analyzing the time complexity of algorithms. I struggle greatly with this and do not find that online classes are helping. I was wondering if there are any resources out there that any of you guys highly recommend for mastering these concepts? Such as books, documents, or youtube playlists. Any help is appreciated, thanks! :) [link] [comments] |
Posted: 09 Mar 2021 10:46 PM PST What are the best website/apps to learning Programming? Where should I start when it comes to learning Programming. I want to get good and make this a career. Took a computer class in highschool where we got to program and it was fun. [link] [comments] |
[Python] ImgKit taking too long to convert an html file to a jpg file (3 minutes) Posted: 09 Mar 2021 10:37 PM PST is what I ran, and for some reason, at most times, this will take 3 minutes to run, and just yesterday, and only for yesterday, was it running at around 3 to 10 secs. The html, I am trying to render, is not important to mention, as the same problem happens with "www.google.com", about 3 minutes as well. I am running on Ubuntu 20.04. Extra Detail: for most of the time, there is no output in the console, and only in the last few seconds, the output appears When i keyboard interrupt in the middle, the function appears to be stuck within what appears to be a timeout. If anyone could lend a hand, it would be quite appreciated! [link] [comments] |
Posted: 09 Mar 2021 10:34 PM PST Hey everyone! :) I've been learning C++, but I'm not sure what's the difference between a while loop and a for loop. I've been reading that you should use a for loop when you know how many times the loop should run, but I don't really understand what's meant by that? If anyone has some examples, that would be great! On the same topic, I have seen many people use a for loop for a question that states: Write a program that calculates the total grade for N classroom exercises as a percentage. The user should input the value for N followed by each of the N scores and totals. Calculate the overall percentage (sum of the total points earned divided by the total points possible) and output it as a percentage. I don't really understand why a for loop would be better than a while loop here? If someone could explain, that would be amazing :) [link] [comments] |
Learn by building real world application using Angular Posted: 09 Mar 2021 04:35 PM PST Hey Guys I have created a series to build an almost real world application with real world scenarios using angular and .net core webapi as backend integration. It will start from scratch, you will go through with very basics and start to build a property dealing application. You not only will learn to build, I have added different ways as well to host it on Azure, IIS and Firebase. Also you will see how to host frontend on different server on Firebase and webAPI on different server on Azure and how both can communicate seamlessly. Providing below the link to all videos of this series Build Application Frontend
Build Web API
Deploy Application and WebAPI
Please share your feedback and don't forget to subscribe to the channel if you like it. [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