Learn algorithms / prepare for interview daily streams learn programming |
- Learn algorithms / prepare for interview daily streams
- I built a Final Exam Grade Calculator. It is not much but I am so happy!
- Beginners Group C++
- How many hours a day should I dedicate to learning coding?
- Jaxi the Robot: A game for kids to learn to program.
- [C++] implementing a const_iterator from a regular iterator without duplicating too much code?
- How to find a spot in an 2d array thats so many spots away
- I need a parser for Google Spreadsheets
- Want to code for ios but I don't have a mac
- Programing for games
- Can't get jpg to show up on website I'm building
- What are the benefits of learning markdown?
- Stupid question but...
- [C++] implementing operator++ for custom iterator (for BST) to work with rbegin() and rend()
- [ADVISE] Help me to choose React or Angular
- Cannot Receive String From Entry in TKinter
- Use of pointers in C++
- [C#] Global Overlay Project
- Can't view website through github pages?
- A Compact Guide To Setting Up a BigChainDB Network
- How can I reteach myself the basics of java?
- What helped you become a better programmer?
- Netlify isn't showing my deployed website when I click on the url?
- Git Commit Message best practice question
- What should I be doing to maximize my summer learning?
Learn algorithms / prepare for interview daily streams Posted: 05 May 2019 10:47 AM PDT Hello. I'm software engineer with 15+ years of experience. Right now at my free time I work on educational youtube channel about programming, algorithms and so on. I pick some problems from hakerrank or similar portals and try to solve and explain same time. Without preparations. I had split content for 3 types:
I do not earn anything from this — do it just for fun in my free time (Every day at 8pm PST for 1 hour). I'll be glad if some people here will participate in any of stream types. There is million of things that can be improved, but without feedback it is hard to prioritize them. Assumptions: - Videos is too slow and not interested to see at all - Tasks are boring - Bad english - I solve problems too slow / looks unexperienced - No music on background or other kind of decorations - Not enough dedication on every video (read as "I learn nothing after the video") - etc One of key points that I want to leave is real-time solving without preparation for exact problem. With that approach viewers can see what is possible to do in case of problems, and what to do if everything goes wrong. This approach closer to real world, where you have second chance. [link] [comments] |
I built a Final Exam Grade Calculator. It is not much but I am so happy! Posted: 05 May 2019 07:54 PM PDT I just wanted to share how happy I am! I am not a CS Major, never had experience with coding. I always wanted to pursue CS but was talked out of it for being girl (you know the old song, women not suiting for the job, etc), so I chose another path but with years I realized it is something I am passionate about. So I went ahead and enrolled in a C class. Although people do not recommend C for people who have 0 experience, I took the challenge. My class is so interesting! I love it! I am so motivated that I decided to challenge myself and build something myself, without any instructions. I thought of Final Exam Grade calculator. It is something that many students check and I find it really useful. Obviously it already exists so nothing new but I wanted to test myself and see if I am actually capable of building it instead of taking projects with instructions. And I did it! I am so happy. Small steps but they means world to me! I am sorry, I am just really happy! [link] [comments] |
Posted: 05 May 2019 03:01 AM PDT Hi, is there a c++ group I can join or "we" can start with other beginners where we learn together, help each others anf challenge each other. I am thinking of discord but don't mind other ways of communication nor I do mind use a book as starting plan Edit:Since the reactivate the post received I am making a discord group, I promise to try making it up to our expectations For those who want to join and help here is the link: https://discord.gg/5kcPbp [link] [comments] |
How many hours a day should I dedicate to learning coding? Posted: 05 May 2019 03:06 PM PDT I've been trying to spend at least 2 hours a day learning JavaScript. After about 2 hours I tend to get a bit burnt out since all of the concepts are so new to me and I need to take a break for a while. Should I try to spend more time a day learning or should I keep the sessions short? Obviously it's not a science but I figured I'd ask some for some opinions. [link] [comments] |
Jaxi the Robot: A game for kids to learn to program. Posted: 05 May 2019 08:10 PM PDT After 5 years of pushing through self doubts, I finally have a game ready for alpha! My daughter and her friends just would not let me put this project down, and I'm glad she didn't give up on me. This is Jaxi the Robot, a game that teaches kids how to program using javascript. Back in 2014 the concept won grand prize for best game concept in Utah. Please DM me if you want a license key to try it out, I would really love to hear your feedback! [link] [comments] |
[C++] implementing a const_iterator from a regular iterator without duplicating too much code? Posted: 06 May 2019 12:29 AM PDT So I have to implement a const_iterator (for a Binary Search Tree), but I already have the logic for a regular iterator. Can I accomplish this without duplicating all the logic of my existing iterator class? The instructions are telling me to explore a solution using const_cast, but wouldn't this risk undefined behavior? Would I be better off using boolean templates, perhaps? [link] [comments] |
How to find a spot in an 2d array thats so many spots away Posted: 05 May 2019 08:41 PM PDT Not sure if this belongs here, but I'm trying to, mathematically, find the index of a spot on a 2d array that's x amount of spots away. As in if you have a 6x6 plot and you're at 1,0 and you're trying to find what's 5 spots away how would you calculate that. It would be (0,1) I want to do it in away that's not using the two 4 loops method becuse if I have a large array and looking at a spot very far away it'll take a while. edit I should clairify i mean like so many spots away. I'm doing horizontally with wrapping. so if you're at 0,0 and want to move 3 spots away you'll be at 0,3. [link] [comments] |
I need a parser for Google Spreadsheets Posted: 06 May 2019 12:22 AM PDT I need a parser for Google Spreadsheets that will update the number of subscribers to Youtube for my blogger's database. I tried to use IMPORTXML but I'm in the process of downloading and that's it. It doesn't work anymore. If there are any other ways? [link] [comments] |
Want to code for ios but I don't have a mac Posted: 05 May 2019 08:31 PM PDT I was planning on getting an iPhone for my next phone when I upgrade and then code some ios apps but I found out that you need a Mac to do that. Is there really no way to legally run a IDE/program on my Windows PC so that I can code for ios apps? Thanks [link] [comments] |
Posted: 06 May 2019 12:14 AM PDT Any good references for learning to program specifically for games. My plan is to learn by remaking older games like pokemon or earthbound. Thoughts on my plan? Forgot to mention I need to learn c++ [link] [comments] |
Can't get jpg to show up on website I'm building Posted: 05 May 2019 11:57 PM PDT So title says it all. the instagram logo works. What am I missing? https://imgur.com/lAdjbny [link] [comments] |
What are the benefits of learning markdown? Posted: 05 May 2019 08:03 PM PDT What are it's applications? I know a little bit of it because of Reddit comments. I remember someone here once said it's a good skill to have. Why? [link] [comments] |
Posted: 05 May 2019 11:47 PM PDT Does anyone know how to create a script to append some text at the end of each of your message in Whatsapp (mobile)? I know that you can use python / JS to create scripts for Whatsapp web but I was wondering if there was anyway to append to do this for the mobile app. If there is a way, how would I go about doing this? Thanks. [link] [comments] |
[C++] implementing operator++ for custom iterator (for BST) to work with rbegin() and rend() Posted: 05 May 2019 03:02 PM PDT HI, I'm still working on an iterator for a binary search tree and I was wondering how I should go about implementing the logic for the operator++ when working with rbegin() and rend(). I understand that rbegin() is basically just begin() except it starts at the "end" and rend() is just like end but it points to before the first element. What I don't understand, however, is how I should go about implementing ++ so that the following code will give me the Node-data in reverse-order: I was thinking that I could do some ugly solution like setting a boolean in the iterator constructor: How is it implemented in STL? Should I perhaps create another class which inherits from the regular iterator but overloads ++? I know the logic for ++ so that's not really an issue, but this is mostly how I should approach implementing the logic for ++ so that it decrements when the iterator is reversed. Thanks in advance! [link] [comments] |
[ADVISE] Help me to choose React or Angular Posted: 05 May 2019 05:29 PM PDT Hello, I have already learn nodejs / javascript / ejs via udemy (i took a web development bootcamp course) and now i am in dilemma between Angular 7 and React. I want to learn one of these frameworks and i am really really confused about them. My old teacher had advise me to learn Angular, i read on web good things about this framework and i bought a course in udemy but now i have my doubts. My goal is to create fully multi platform apps with little effort and well optimized. (I don't like to be limited) I like front-end and back-end development. I know Java (JavaFx), android development and C#. I just think that all of these technologies that i know are old.. i want to learn something new and useful so i can have a good job position in the future. I already have pay for Angular 7 lessons in udemy but i read on web that Angular 7 is not fast and responsive in mobile apps as React native. In addition, if i want to use Angular 7 for mobile development i have to learn IONIC framework but does it worth it? Can someone help me to choose? [link] [comments] |
Cannot Receive String From Entry in TKinter Posted: 05 May 2019 11:22 PM PDT Hello,
The indentation might be lost so the code can be accessible through this link: https://codeshare.io/aYOl1b [link] [comments] |
Posted: 05 May 2019 11:20 PM PDT Hey guys, I just learned about pointers. I know how to use them and what they are. But I still wonder why I should use them. I mean if I create an intager called x and set x = 5; Why should I create a pointer int* ptr = &x; and set *ptr = 10; Instead of just setting x = 10;? And sorry for the poor formating I am writing this on my mobile. [link] [comments] |
Posted: 05 May 2019 11:10 PM PDT I'm currently creating a sort-of "global" overlay in c# wpf, it's designed to overlay the entire screen and not just specific applications, I have a borderless fullscreen (non-exclusive fullscreen) window in wpf which works for anything but an exclusive fullscreen window (such as a game). except I do have some issues with this, it causes other windows to behave very oddly (including the taskbar, sometimes it doesn't hide when it needs to and stays visible even when its not supposed to, such as youtube). In my main and only window xaml file, I have the following arguments: I should probably also mention I have a function that uses extended window styles to make my window act as a tool window, hiding it from things like task switcher (alt + tab) but also has some downsides, it hides the process from the regular task manager list and can only be found by going into the "Details" tab. The way I want this to work is as I said it was designed for above, to overlay the entire screen including the taskbar and not just specific windows, also to not interfere with the normal behavior of windows on the desktop, as is the main problem I'm having. I can provide the code for my "hide from task switcher" method if needed. [link] [comments] |
Can't view website through github pages? Posted: 05 May 2019 07:18 PM PDT Hey friends I'm using github pages to host my website but when I click on the URL I get 404File not found The site configured at this address does not contain the requested file. If this is your site, make sure that the filename case matches the URL. [link] [comments] |
A Compact Guide To Setting Up a BigChainDB Network Posted: 05 May 2019 10:58 PM PDT |
How can I reteach myself the basics of java? Posted: 05 May 2019 10:53 PM PDT I took and passed my community college's programming I class (which teaches java). It covered basic procedural stuff and stayed away from object oriented designed which is what the programming II class is about. Due to personal circumstances I couldn't take the classes back to back and it's been over a year since I've taken the first class. I'm heading into the fall semester which is when I'll take the second class but I don't remember a whole lot of what I learned. Are there any resources I can use to refresh my memory and catch myself back up? Any help is greatly appreciated because at the moment I don't feel like I'm going to be able to keep up come the fall. [link] [comments] |
What helped you become a better programmer? Posted: 05 May 2019 10:33 PM PDT I'm currently attempting to learn Java using MOOC & a few other recommended resources from this sub and I'm curious to know what are some of the methods and general tips that really helped you become a better programmer when you first started out? [link] [comments] |
Netlify isn't showing my deployed website when I click on the url? Posted: 05 May 2019 04:13 PM PDT Hey guys I'm using netlify to host my website that I just finished and I dragged an dropped my project folder on the page and it says it's deployed. I clicked the link and it just gives me Page Not FoundLooks like you've followed a broken link or entered a URL that doesn't exist on this site. [link] [comments] |
Git Commit Message best practice question Posted: 05 May 2019 03:46 PM PDT Hi, I'm just starting down the 'teach-yourself-to-be-a-developer' path and have a question about keeping my GitHub tidy. I work at home and remotely on a PC and Mac laptop respectively. When I come to a stopping point on either I want to commit my changes to GitHub so the next time I have an opportunity to work it doesn't matter which machine I'm on. When I make the commit to my branch for this purpose (as opposed to committing a finished feature) is there a standard/best practice way to write the commit note? I definitely want to be able to easily differentiate between work-in-progress commits and 'real' commits. Also if I'm thinking about this wrong or this is a bad idea let me know the best way to accomplish this. I'd like to avoid an intermediary like Dropbox but I'm not totally opposed to it. Thanks! And just a quick note, I've been mostly lurking here and really appreciate this community, so thanks for helping all of us new folks out. [link] [comments] |
What should I be doing to maximize my summer learning? Posted: 05 May 2019 09:10 PM PDT Hi! I just finished my first year of university and I am realizing that I really love CS! I'm really new to the world of CS though, I literally didn't know a thing about it until I realized that I needed to do 2 introductory CS courses during my first year haha. (I'm in a Math program). Anyways, my love for programming has made me want to look for a CS job when my co-op term rolls around but because I'm so new at this, I'm not sure where to begin. We used Racket in my first term and then C in my second term and I don't know where to go from here. I know I should start a "side project" but I have no idea if that means making a game, a website, some sort of weird calculator, etc. What would employers like the most? What's most useful for me? I've heard people say "just do what you like" but I'm so new I don't really know what I like yet.. I'm a little interested in building a website because it just seems easiest to showcase your skills plus it seems most like a "finished product" that you can admire but would I need to host some sort of server or something? Not sure how all that works... I also know I should learn a new language, but what? Python seems to be popular. Or should I learn C++ because it's the language that I'll be using in all my second year CS courses? Or should I not worry about that and just focus on HTML and CSS which is what I would need to build a website? OR should I do both at the same time (or is that not usually done because it's best to focus on one thing at a time??) I'd really appreciate some advice on how to kickstart my CS life, I want to make the most of my last summer (Co-op and school terms only after this one). Thanks! edit: App development is something I was also kind of interested in, but I don't have a mac so I can't code for ios… which apparently is good for people who know c and c++ so that's a bummer..? [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