Was feeling super confident about my programming abilities until I opened up cracking the coding interview learn programming |
- Was feeling super confident about my programming abilities until I opened up cracking the coding interview
- Backend Developer Cheatsheet
- Calculating Big O and time complexity of code as a linked list vs array based
- To those who went from self taught to their first coding job: What are 1 or 2 things do you think you did to separate yourself and get the job? I would like to create a list and share to help others.
- Great tips on software development and living life writing software.
- [Help] I'm a newborn to the programming and coding world so forgive me if this is a dumb question. How do I get my python code to run in terminal? why does it say, "No such file directory"?
- Pluralsight And C#
- c# UI designing
- [C++] I want to run a function that requires two arguments on all combinations that are not repetitive, is there any way to do that?
- Documentation question
- How to compete for ICPC World Finals?
- Game programming interview task
- Trying to create a right align triangle with height =2
- I want to build up my portfolio by posting python projects to GitHub but will that really help?
- How readwise app integrate with kindle api to fetch book highlights? [Help]
- Error when working with cheerio
- Python program to move images from a single folder into multiple folders based on multiple csv lists containing file names. Can't correctly pass expected errors and/or programs skips certain images it shouldn't. Help please.
- Help with a Binary Search problem
- Why cant i parse excel web??
- DDR Game Input Help
- If am learning from video tutorials, How should I make most out of it?
- If you had to to pick between Java and C++, which would you learn?
- How to initialize members in classes.
- How does packaging a solution with a local database work?
Posted: 21 Mar 2021 07:24 AM PDT I was doing fricken great (went the self-study route). I've been proudly building my own full-stack personal projects, learning concepts left and right, and started to feel like I'm close to being where I need to be to get a job. Then I opened up cracking the coding interview and now I feel like I'm still a year+ away from understanding all of these concepts. Obviously not every job requires all of this knowledge because there's no way people learn all this in 3 months at bootcamp, but now I'm starting to feel like going to big-tech is just so far out of reach still. Maybe I'll get there someday. Not really anything else to this post, just wanted to share what was on my mind. [link] [comments] |
Posted: 21 Mar 2021 07:18 AM PDT Backend Developer Cheatsheet by Twitter Sunil Kumar @Sunilc_ Enjoy. [link] [comments] |
Calculating Big O and time complexity of code as a linked list vs array based Posted: 21 Mar 2021 09:18 PM PDT Hi I'm trying to calculate the big O notation of this code, assuming the list that is being used is a linked list I was also asked to calculate the big O assuming the list is an array based list and I got O(N^2) due to it being 2 nested loops. I have been told that the answer for it as a linked list is O(N^4), i'm just not sure how I explain either of these calculations completely, any help would be appreciated [link] [comments] |
Posted: 21 Mar 2021 01:01 PM PDT Hey everyone. Too often when I see people post advice on how they got their first coding job it very much seems to be the standard: build projects, keep applying to jobs, learn new languages/frameworks/etc, and so on. While that is pretty much true as to what you should be doing, I don't believe that the advice goes far in helping in those looking for their foot in the door. If the same thing you are doing is being done by those that are more experience, why would anyone bother to take a chance on your potential? I think that there is more to it. For those that were able to make it past the "gatekeepers" so to speak, What specific thing (or two) did you do/or think you did that you believe help land the job? From what I can see, there seems to be 4 different components to an application: cover letter, resume, projects, languages.
I'm sure there are more but these are the 4 areas that I see as the most common. I have also been told to work on other areas such as your social media presence. One recommendation was to create a youtube channel and use that as a platform to display your work and show know and can do. So yeah. Any little tidbits or tips that you think could be useful to aspiring developers for their first opportunity would be greatly appreciated :). While it may not work for everyone, I think it will give people more opportunities to experiment and find what works for them. All I ask now is if you could right your advice/tip like this: > [Application Component (ex. Cover letter)] - "your advice/tip" This will help me organize and create a more comprehensive list! [link] [comments] |
Great tips on software development and living life writing software. Posted: 21 Mar 2021 04:55 PM PDT Great tips on software development and living life writing software.
[link] [comments] |
Posted: 21 Mar 2021 07:46 PM PDT I get an error message in the terminal, "dariansingh@LAPTOP-NRCK5MDI:/mnt/c/Users/daria/Desktop/work$ C:/Users/daria/AppData/Local/Programs/Python/Python39/python.exe c:/Users/daria/Desktop/work/test.py-bash: C:/Users/daria/AppData/Local/Programs/Python/Python39/python.exe: No such file or directory [link] [comments] |
Posted: 21 Mar 2021 07:23 PM PDT Hopefully this is okay to ask. Pluralsight was the best resource for C# a year or 2 ago just want to confirm they are still one of the best paid for C#? Updated material. I fell off right when .NET Core was starting up so a lot has changed. Need to freshen up and taping Udemy and YouTube videos together isn't worth the hassle. $30 a month if worth it for me. [link] [comments] |
Posted: 22 Mar 2021 12:47 AM PDT I want to display a spectogram and a frequency spectrum on c# windows form application. any tutorials or advice highly appreciated. [link] [comments] |
Posted: 22 Mar 2021 12:36 AM PDT I have a list of x number of objects from a class, and a function called function(object, object) that I want to run every cycle with every combination of these objects. The simple way to do this would be to just iterate all combinations, meaning it would run x2 times, the problem is that many combinations would be redundant, such as function(object1, object2) and function(object2, object1), and while my code wouldn't be very heavy regardless I still want to optimize as much as I can. Is there a way to parse only unique combinations that is less computationally intensive than just iterating all of them? [link] [comments] |
Posted: 22 Mar 2021 12:35 AM PDT So as I've been working on my capstone project for grad, I realize that a lot of what I now know can be easily found in the documentation. I've found that if I can find the location in the documentation that will help me solve my problem, I can figure it out just by reading... however the issue I find is properly determining what thing in the documentation I need to look at, do y'all have any tips for that? I've had a lot of experience with google but apart from that I'm not really sure as to how to make it so I find said things much quicker. If it helps, I've basically been working on a sticky notes app with extra features, web based. I'm using node js, express, and I've also been using tinyMCE which was for the text editor portion of the sticky notes. I don't think I'm allowed to post the link but if it helps for me to provide the GitHub repo and the heroku link to provide advice, let me know although I'm sure it won't make much of a difference if at all based on what I'm asking. Thanks for any comments! [link] [comments] |
How to compete for ICPC World Finals? Posted: 22 Mar 2021 12:26 AM PDT What stage I'll face in order to get into final,can somebody tell the whole process? [link] [comments] |
Game programming interview task Posted: 21 Mar 2021 11:48 PM PDT I passed my initial Coding exam and now I have a coding task. I am honestly lost and overwhelmed with the task. I can see whats wrong but I don't know how to fix it. I feel depressed that I cannot solve this issue alone and stupid that maybe the solution is simple. I don't want to blow this opportunity so I'm lost. [link] [comments] |
Trying to create a right align triangle with height =2 Posted: 21 Mar 2021 08:00 PM PDT I'm doing a base case of height = 2. And I'm trying to get it to look like this: . X XX aka a right align triangle. int main( ) { [link] [comments] |
I want to build up my portfolio by posting python projects to GitHub but will that really help? Posted: 21 Mar 2021 07:47 AM PDT So I am 13 and my plan is to have a good portfolio by the time I apply for a job, right now I am building it up by making mobile games (https://play.google.com/store/apps/dev?id=8186313019301448070) and posting projects to GitHub https://github.com/IronHead43/python but I feel like if I have hundreds of small projects it will look unprofessional. Can I have some advise? [link] [comments] |
How readwise app integrate with kindle api to fetch book highlights? [Help] Posted: 21 Mar 2021 11:22 PM PDT I was checking the readwise web app where they have an option to sync highlights from kindle. When i checked there is no kindle api available to fetch the highlights. So i want to know how they are doing it, the integration of kindle with their platform and fetching the highlights of kindle books? It will be helpful if someone guide me on this? [link] [comments] |
Error when working with cheerio Posted: 21 Mar 2021 10:44 PM PDT Hi I'm new with working with cheerio, I have the following code :
the status code is 200 [link] [comments] |
Posted: 21 Mar 2021 10:35 PM PDT I'm trying to write a program that sorts out my GoogleTakeout photos into different directories based on a file structure i've extracted from a corrupted SD card from my phone. I have only recently started learning Python and as life decided to corrupt my SD card with all my organised images on it, I decided to make this into a practical learning exercise for Python! However I cannot for the life of me find my mistake in the code. Essentially i've got a "Folder ALL" which contains all my photos and i've got various csv files which list the names of files found in Folder All. I want to move images in Folder ALL to Folder Alpha based on list found in Alpha.csv, Beta.csv and so on. I expect the following two scenarios in my code;
I've tried to use the "try: except" function to pass the above expected issues. I want to log these issues into a txt file as well so I know what's what. However for some reason, my code just stops running on the 6th of 10th folder. What's more, when I check in the folder my program has run through, whilst there are some images, it is incomplete. I can manually randomly check for an image name in my .csv list and look into the Folder ALL and find the image but for some reason my program hasn't copied it over. Here's my code below: Here's the last part of my output on Mu.1.1.0.alpha2: Here's my error log: [link] [comments] |
Help with a Binary Search problem Posted: 21 Mar 2021 06:38 PM PDT This is a binary search problem mixed with greedy. My solution binary searches on the number of soldiers to bring. I then select the weakest soldier. I then find the farthest trap that can kill the weakest soldier. It takes 2 * farthest + n. + 1 seconds to do this. I then return if this is under the game time limit.However, my program is wrong on test case 4. http://codeforces.com/problemset/problem/1260/D Here is my code Any help would be greatly appreciated :) [link] [comments] |
Posted: 21 Mar 2021 06:26 PM PDT Hello i am trying to return the div tags from Excel web. However i can only seem to return the title and nothing else. Inside the inspector there are many many div tags yet i just get an empty list... Here is the code: [link] [comments] |
Posted: 21 Mar 2021 06:15 PM PDT I have this piece of code where essentially it is supposed to calculate the score of the player depending on how close they are when hitting a note going sideways (i.e. perfect, good, miss,etc) to the activator. However, it always reads as perfect no matter how off I am or if I miss. I honestly do not know how to calculate the note input on how close to the activator it was when destroyed. Any suggestions? [link] [comments] |
If am learning from video tutorials, How should I make most out of it? Posted: 21 Mar 2021 02:22 PM PDT I took a Udemy course on web development. I want to not just watch videos and get stuck in tutorial hell. What should be my approach to get most out of it ? [link] [comments] |
If you had to to pick between Java and C++, which would you learn? Posted: 21 Mar 2021 09:50 PM PDT I've become interested in learning some IoT development and these are the 2 languages I see pop up over & over with that sphere. I did a little bit with Django and really enjoyed working with databases (even though all those database errors/ corruptions still haunt me), so my understanding is that Java seems to be a better choice in case I decide I'd like to switch gears a little bit. What do you think is the more capable language? Which one is more marketable? [link] [comments] |
How to initialize members in classes. Posted: 21 Mar 2021 05:57 PM PDT Im working on classes and theyre kind of confusing. Im trying to initialize the members numer and denom in a function but they still arent being initialized. Kind of lost. Some help would be appreciated. [link] [comments] |
How does packaging a solution with a local database work? Posted: 21 Mar 2021 09:41 PM PDT After so much searching, I really feel like this might just be a really stupid/basic question and I've never had to do this. I just have not been able to find an answer online. I'm needing to package up my solution and pass it on. The problem is the database is a local one and the credentials to the server on my local box is obviously not going to be the same as the person who receives the package. How does this work? I've seen some solution packages have the .mdf and .ldf files in the App_Data folder, but what about the connection strings? Do I leave everything blank and let them enter the needed information? The idea is I pass a .zip file with my solution and files in it, so they can open the solution and run it. I'm just not sure how to also get them the database. Maybe all it is, is just passing the script that they run on their local machine and edit the connection strings themselves? Assuming a few things: They have Visual Studio 2019 to run it. They have a database server of some kind (likely Microsoft Sql Server). I want to assume they are looking for the least amount of setup as possible (i.e. I'm moving my solution to another PC and need to get the database running locally and don't want to have to run scripts; is that possible?). [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