Announcement: Rules overhaul learn programming |
- Announcement: Rules overhaul
- The best thing about learning to program is no longer seeing targeted ads on depression
- Finally I've Completed the freecodecamp
- What's the best way to share programs between home pc and laptop?
- JSON data not printing correctly
- Help for MVC5 web application Programming.
- Are there any React.js resources which are NOT "Make a ToDo App" or "Just Write What I am Writing and Make an App?"
- Asp.net login problems
- Where to start
- What is this split() function doing here (Need help on understanding this algorithm) ?
- Need help deciphering Automatic Backward Elimination in R from Udemy's Machine Learning A-Z
- How to integrate Google Calendar into an Android app?
- How to Design & Deploy a Review Blog from Scratch?
- Finding motivation to code
- Landing my first job
- Best rescource to learn c++ pointers/recursion
- Are there resources you would recommend for Dynamic Programming?
- Are the discouraged resources accurate?
- Recursion in Javascript
- Can someone explain And, Not, and Or. for Python 2.
- Has anybody taken Zell Liew’s “Learn Javascript” course? Is it worth it?
- Anyone else drop Python?
- Help following serialization logic
- Resources on Scrum, Jira, and Agile
- Where to get an overview of AI/ML
Posted: 06 Jan 2019 01:42 PM PST Happy new year everybody! To kick off the new year, we've decided to clean up our rules: mostly consolidating existing ones and condifying a few unwritten ones. Here are the new rules. These rules also link to a few new sections to our posting guidelines. Here's a changelist:
Questions? Comments? Suggestions? Concerns? [link] [comments] |
The best thing about learning to program is no longer seeing targeted ads on depression Posted: 06 Jan 2019 08:24 PM PST Everything is now about programming. Oh, and I'm happy :) [link] [comments] |
Finally I've Completed the freecodecamp Posted: 06 Jan 2019 02:11 AM PST Hi there, here is the proof of completion: For those of you who are just starting out their journey to web development and programming in general, Here are a few things I'd like to say
If you are new i wish you best of luck [link] [comments] |
What's the best way to share programs between home pc and laptop? Posted: 06 Jan 2019 07:06 PM PST Is it best to just use a repository like github or a cloud service? I just don't want to email the same few files back and forth over and over as I edit them or copy and paste code. [link] [comments] |
JSON data not printing correctly Posted: 06 Jan 2019 11:48 PM PST When you run the script and search 'murus' the "States:" data (system['states']) is repeating and not syncing with the rest of the JSON data. Please run the script to see what I'm talking about. I've been struggling with this all day, anyone know what I should do? [link] [comments] |
Help for MVC5 web application Programming. Posted: 06 Jan 2019 11:47 PM PST HI, I am a beginner in MVC programming and want to create a responsive web Page for Employee Login. Please help with the code snippets in MVC5 [link] [comments] |
Posted: 06 Jan 2019 08:00 PM PST I started off with just reading the documentation at https://reactjs.org but got confused after a few pages. I saw that Brian Holt's (btholt) React tutorial is extremely popular, so I tried keeping up with that. I got through about half the course and understood it pretty well until he starts doing the API stuff from PetFinder, which was a tad bit confusing since he doesn't explain what does what very well at that part. I haven't continued that yet after the "Routing" I then hopped around on a bunch of other people who either followed the "Write what I am writing" method or "Let's make a Todo app just follow my instructions" or didn't really explain things well. Last tutorial I tried was Traversy Media's React.js Crash course. While it was explained pretty well, I'm still iffed about making a Todo app. I have a few ideas of projects I could make, but are there any other react tutorials which don't do Todo apps and explain things well? I want to get some more fundamentals under my belt before I venture off on creating my own shit. Thanks! [link] [comments] |
Posted: 06 Jan 2019 11:38 PM PST I successfully hosted a sample asp website on aws. I can login on my phone and laptop but can't login via incognito tabs. The login page just refreshes with out any error and resets the username and password. Some of my friends can't even login with any browser on there phones. [link] [comments] |
Posted: 06 Jan 2019 11:24 PM PST Hi, I´m relatively new in programming, but I learn it in school and in my freetime. For my "real first" project I want to read out a website, change with those information my outlook calender and send an notification to my phone. I think I could run this script on my Raspberry Pi 3 B+, but what programming language should I use and where to start. Thanks in advance (PS: sorry for my kind of bad English, I´m from Germany) [link] [comments] |
What is this split() function doing here (Need help on understanding this algorithm) ? Posted: 06 Jan 2019 11:24 PM PST This code is a solution to an algorithm where you count the number of times a website has been visited and split the input to where we organize it like this: Here is the solution What is going on in line 6: ? I did not know you can split an array at a specific index ? I tried doing this in a simple program with no for loop and I get an error. I don't know why it's being split at one index ? Does also anyone know what the .getOrDefault() method is doing on line 11 ? It just returns the value to where a specific key was mapped ? Why would I need to do that ? [link] [comments] |
Need help deciphering Automatic Backward Elimination in R from Udemy's Machine Learning A-Z Posted: 06 Jan 2019 11:24 PM PST Hi I am doing the course Machine Learning A-Z from Udemy. In Lecture 54 of Section 5, Automatic implementation of Backward Elimination in R is discussed (attached below) Could someone please help me out with Lines 5 and 7? I understand that in Line 5, we are finding the maximum coefficient from the regressor model but, what action is the combine function and "Pr(>|t|)" doing after that? In Line 7, we are finding the position of all the coefficients of the regressor model but I am facing similar issues with the combine function. Thanks [link] [comments] |
How to integrate Google Calendar into an Android app? Posted: 06 Jan 2019 07:31 PM PST I'm having a bit of trouble figuring out how to connect my app with Google Calendar. The app has a user sign in using Google Sign-In. I'd like my app to be able to create events in the user's Google Calendar, but I'm not sure how to do this. I've read up on the Google Calendar API as well as the Calendar Provider repository but I'm still thoroughly confused on what to do. Any help would be greatly appreciated! [link] [comments] |
How to Design & Deploy a Review Blog from Scratch? Posted: 06 Jan 2019 11:04 PM PST Hey guys, this is an alt and my first time. Hope you are well who reads this! I want to build my own blog/site from scratch where I review stuff. I have carefully outlined my review process, and I want to have several fields that I just input my notes into and it automatically will post my review.... a sort of partial CMS type of application. I don't care about any hardcore CMS features like localization or multi-platform stuff really though. BTW, I know this is crazy and I should just use a pre-built CMS of some type, but I want the project and experience under my belt. I'm an unemployed dev, not a blogger. So I'm going through this app in my head.... I'll need a basic UI for editing that tells a server to POST some changes to a DB. My SQL is mediocre to poor and I want some experience, so I want to store the reviews in a SQL server.
Any time i look into GCE or AWS, they present me with enough options and payment plans and differently named whatchamacallits that I can't really wrap my head around what's what. What's the basic SQL online server I should look at? I seriously doubt I will be getting lots of traffic but you never know. I have another site deployed on a heroku free account and that site is PAINFULLY slow. I also don't have much money though. Maybe I could afford a dollar a month? I don't know what these type of things normally cost because all the options are so convoluted.
TBH I'm thinking a lot about this project and I'm pretty sure it's way above my head. If you have any tips or tricks I should know, advice, or cruel words of discouragement please let me have them. EDIT: just to be clear, I want to explicitly define what I want to build & what each review should contain:
EDIT2: I want to build the server in node and the site to be generated in react btw... DB i couldn't care less which language. open to suggestions [link] [comments] |
Posted: 06 Jan 2019 03:01 PM PST I've learnt python 3 and started c#, and I enjoy coding, but I seem to get distracted and end up not practicing for long periods of time. Anything I can do to stop this? Thanks. [link] [comments] |
Posted: 06 Jan 2019 10:13 PM PST I am wondering what everyone's opinion would be on an opportunity at a startup as a Linux Engineer intern. They haven't received finding yet for the company but will be soon. Would you recommend taking this job? It would be my first job using my CIS degree since graduating in March of last year. Please let me know your opinion or if you have had any experience in this area. [link] [comments] |
Best rescource to learn c++ pointers/recursion Posted: 06 Jan 2019 12:20 PM PST I have two weeks to learn about these topics from scratch and I've been told they are hard to understand and get. I need to know these for the class I'm taking. Can someone post good tutorial videos/guides/books etc that do a good job of teaching them. [link] [comments] |
Are there resources you would recommend for Dynamic Programming? Posted: 06 Jan 2019 09:54 PM PST I am trying to learn DP. More specifically I am looking for tutorials where we first come up with the brute force solution/recurrence relation and the tutorial shows us how to convert that into a DP solution. The ideal tutorial I am looking for should have the following:
Almost all the tutorials I have seen online so far start by filling the DP table without really going over how they got to that point and why they are filling the table that way. I am looking for something a bit more comprehensive. Thanks. [link] [comments] |
Are the discouraged resources accurate? Posted: 06 Jan 2019 09:44 PM PST A good friend of mine who is about to graduate from CS. Is very smart and TA several courses etc used Bucky's video and cplusplus.com He's a very good programmer. So I was going to use those resources to learn but idk why it's looked down upon? Idk what to do. I feel like I'll have to give them a try and decide for myself [link] [comments] |
Posted: 06 Jan 2019 09:38 PM PST I started reading Eloquent Javascript. I know this book has some mixed reviews from this community personally I like the book. Anyways I got to the part about recursion and I was confused as to what the code snippet is actually doing. This program is to find the sequence of operations it takes to find the target. I get all the code except the part where the find function is called inside of itself as well as return find(1, "1"); outside the find function?? When it falls to the else block and the find function is called is it starting back at the top of the find function again? I hope I explained this well enough. Thanks in advance. [link] [comments] |
Can someone explain And, Not, and Or. for Python 2. Posted: 06 Jan 2019 09:16 PM PST I am currently in a course and i cant really understand how the boolean operators And, Not and Or works [link] [comments] |
Has anybody taken Zell Liew’s “Learn Javascript” course? Is it worth it? Posted: 06 Jan 2019 01:08 PM PST Hey guys! So as the title states already, I'm kinda on the fence to purchase Zell's JS course. I just wanted to get a review of it and whether it was worth the price he asks for ($495). Please keep in mind that I want reviews to this specific course only and not other JS books/courses. [link] [comments] |
Posted: 06 Jan 2019 08:40 PM PST I wanted to really learn programming properly, and no doubt will always be 'trying' to learn. I got caught up in a lot of the Python spin...doing ML in five lines of code and all that fun stuff. Then I stopped. Now, don't get me wrong...Python has many great features making it a simple language to pick up. It has a lot of flexibility and a lot of applications. These advantages I feel are also a disadvantage too. I have since switched to focusing my attention on Kotlin and C++. As I get deeper in to learning to learning programming I feel that I want to have a more structured and traditional journey. I am interested to find out if anyone else has moved away from the fastest growing programming language in favour of anything else and the reasons why. By the way, I do a bit of Python here and there. I am not anti, just finding my own way. [link] [comments] |
Help following serialization logic Posted: 06 Jan 2019 02:18 PM PST I cloned a passport.js example repo on github and see this code in /passport/index.js: ``` const passport = require('passport') const LocalStrategy = require('./localStrategy') const User = require('../database/models/user') // called on login, saves the id to session req.session.passport.user = {id:'..'} passport.serializeUser((user, done) => { done(null, { _id: user._id }) }) // user object attaches to the request as req.user passport.deserializeUser((id, done) => { User.findOne( { _id: id }, 'username', (err, user) => { done(null, user) } ) }) // Use Strategies passport.use(LocalStrategy) module.exports = passport ``` On the deserializing method I believe passport is coded to query the database, find the correct user, and take some action (authenticate a login, logout etc). A comment says that this method attaches the info to req.user I am having trouble understanding the .serializeUser() method. I see this comment for it: I guess if the front end is sending form data then passport knows to save the username that was keyed to a certain property elsewhere? I see this in LocalStrategy.js which passport is set to use on the key routes:
[link] [comments] |
Resources on Scrum, Jira, and Agile Posted: 06 Jan 2019 08:05 PM PST What are good resources to catch up on these concepts and technologies? I wanna bridge the gap when I get my first job [link] [comments] |
Where to get an overview of AI/ML Posted: 06 Jan 2019 09:28 AM PST I am a first year CS student and I want to learn about AI/ML. I honestly know almost nothing about it and I would like to read/watch a video to learn more. I'm looking for something kinda short (2-3h?) that would give me a quick overview of what AI/ML is, how it works, what programming langage it mostly uses, etc. I have found a lot of classes about AI/ML, but they are usually quite long and recquire you to do some programming (which is great to learn and I do want to do that eventually), but I would prefer to start with an overview that would help me understand how and for what AI/ML are used today. Thanks! [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