Does anybody else spend hours trying to implement something, and later look back and wonder why it took you so long "just to do that?" learn programming |
- Does anybody else spend hours trying to implement something, and later look back and wonder why it took you so long "just to do that?"
- At 24, after 3 years of being self-taught, I launched my first big project - GamePassCompare, a website to compare between gaming subscriptions. Here's what I learned from 6 months of a solo project, and some tips.
- Finally landed a job!! What’s the best way to prepare for the inevitable imposter syndrome.
- What are some fun, light entertainment/education resources related to programming?
- How can I overwrite what I previously have written to console?
- How to find destination and origin using google maps api ?
- How to evaluate progress when self-taught?
- Just wanted to wish you all a happy journey
- I want to expand from coding Python, what modern statically typed language should I learn?
- Extracting lyrics using stagger python?
- Recommendation of what to begin studying for freelance work?
- Google's font-weight.
- Help me to understand Problem
- I am not sure what I am trying to make. Is it just a database, or is it an API? Help, please.
- Music Notation
- Need help in Starting with DS and Algo
- Is this a good study plan?
- Is a data table an entity or a representation of an entity in database systems?
- My shopping cart program has problems..Help me Plz
- If I want to learn the technical side of certain things like how information is stored on a mp3 or mp4, what exactly do I need to study?
- What is something that is overhyped for a entry level dev/ programmer job?
- What are some must read books for people who don't have CS degrees or are self taught?
- Getting into Js gamedev I need help people.
- Is there any way to store the C flag in a register in the ARM7 assembly?
Posted: 26 Jun 2021 06:32 PM PDT Might be hindsight bias, but I've noticed that it takes a bit of a blow on my self-esteem more than I thought. I'd literally spend hours trying to implement a small block of code that's supposed to do one thing, find a solution, spend some more time debugging it, and later I'd look at it and wonder "why the f*ck did this take so long?" [link] [comments] |
Posted: 26 Jun 2021 03:57 AM PDT Hi, I am self-taught for 3 years now, and it's been quite a journey, I still remember my first question on this sub, it was "what the hell is 'return' and why we need it". This week I launched my first big project GamePassCompare.com, it's a web service to compare different gaming subscriptions easily, but I don't want to talk about this project, I want to focus more on the development part.
I hope these tips will help you moving forward, good luck :) [link] [comments] |
Finally landed a job!! What’s the best way to prepare for the inevitable imposter syndrome. Posted: 26 Jun 2021 03:35 PM PDT After a lot of stressful months, I finally landed a job as a developer that also pays a decent amount. The job description was pretty vague and I know the company uses practically every programming language so I was wondering how should I best prepare myself. Some things I am doing right now is learning SQL server as I know that's what they mostly use. My only concern is them giving me an assignment and not knowing how to do it. I might just be over thinking it but my goal is to impress as much as I can and move up the ranks as quickly as I can. My current plan is to just take a udemy class whenever a topic I don't know comes up but I'm not sure how long I could keep that up. [link] [comments] |
What are some fun, light entertainment/education resources related to programming? Posted: 26 Jun 2021 11:14 PM PDT I'm looking for resources (such as podcasts, blogs, youtube channels etc.) that cover programming and software-related topics in a more light-hearted tone, but that are still informative. I'm trying to find resources that I can enjoy passively in my free time that won't make me feel as though I am studying, if that makes sense. Would be doubly great if it's suited towards beginners as well. Any recommendations would be appreciated. [link] [comments] |
How can I overwrite what I previously have written to console? Posted: 27 Jun 2021 01:06 AM PDT Let's say I'm writing a string s to stdout using printf. I then change the string and write it again, making the updated string appear on a new line. What I instead want to do is to overwrite what was previously written so it looks as if the output is updatd in place. i have seen command line programs do this, so I know it is possible. But how? [link] [comments] |
How to find destination and origin using google maps api ? Posted: 26 Jun 2021 10:36 PM PDT I am building a bus transport information system. Main goal of this system is to provide information about current location, approximate arrival time to reach destination and the origin location. The origin and destination locations of bus route are pre defined and the bus is going back and forth in the same route everday. I am currently using Distance Matrix API from Google Maps to get distance and arrival time between current location and destination. My problem is since the bus can be going back in the same route anytime, how to find which way is bus headed using gps coordinates ? [link] [comments] |
How to evaluate progress when self-taught? Posted: 26 Jun 2021 06:48 PM PDT Hello there. I'm a 23year old economics bachelor who's currently looking into diving in the fields of front-end development. The title is as it is because I feel I can benefit from people sharing about other niches as well. To the main point - is there any way to make sort of waypoints for a self-taught getting into front end. For example I've a basic understanding of html and a bit of css, I know I need to learn javascript and down the line React. However through the hours of content (youtube, blogs and even discord servers) I cannot find a way for me to be able to reach smaller milestones as I'm very unfamiliar with the things I got to learn. Most advice I've seen is to diversify my knowledge and when I can do a basic webpage with html and css just move on to javascript. However if someone can give me a more specific points on what to consider enough info I'd appreciate it greatly. I plan on spending the next 2 years of my life learning front-end development with a bit of backend so I'd love if someone could guide me in the "right direction" If the post is against the rules or considered spam I'll remove it asap! [link] [comments] |
Just wanted to wish you all a happy journey Posted: 26 Jun 2021 05:38 PM PDT A while back, I responded to a post which was asking about free learning paths for programming. My recommendation was (and still is) The Odin Project. I mentioned that I was making my way through the course. Still am. I came here to say that this shit is hard. I mean it's fascinating, and every time something works or I manage to complete an exercise without asking for help it seems like magic. Sometimes I have to take a minute just to experience the awe of something like having manipulated the DOM with JavaScript for the first time. Sounds pretty basic, I know, but it's what I'm here for. Fitting everything into your brain and understanding how to program- not how to code - what loops are, conditionals, git, stuff like that, is not like learning a language. It's like learning first the concept of communicating with another species (computers reason differently than we do), then learning one of their many languages, and getting the whole concept well enough to be able to write decent poetry or prose. This takes time. How much time? No way of knowing. Peoples brains work differently, and the way we learn is unique to each person. What do you need in order to learn programming? Basically this:
Probably a lot of sub chapters, but that's basically how you learn anything. And you can learn anything. You just have to have the patience to hit that moment when it starts to make sense and ceases to be just clutter in your brain. Little by little it's making sense to me. I'm learning because I like to create and this is magic, infinitely scaleable. I feel like a moron most of the time that I'm learning. But when I work that magic? I'm a fucking god. Pleasant journeys to all of my fellow travelers. [link] [comments] |
I want to expand from coding Python, what modern statically typed language should I learn? Posted: 26 Jun 2021 10:16 PM PDT I'm a college student looking to expand from coding Python only. Partially because runtime errors, partially because I want to be a better programmer. The issue is I'm not exactly sure what I want to do. In Python I've been working on ML projects and a discord bots. Do I just suck it up and learn JavaScript and a framework? I don't really enjoy front end work at all, but Im also not sure what else is in demand for someone like me. [link] [comments] |
Extracting lyrics using stagger python? Posted: 27 Jun 2021 01:26 AM PDT Does anyone know how to extract the lyrics of an mp3 file using stagger? I already use the library for the album cover, title, and the artist but have no clue how to get the lyrics. [link] [comments] |
Recommendation of what to begin studying for freelance work? Posted: 26 Jun 2021 05:37 PM PDT I'm a caretaker as well as a single mom with a very small, part-time (post-Covid) business. I've been thinking about coding/stats/analytics for some number of years with no background or clue where or how I might like to apply them. What I do know is that given my current commitments, my hope is to find more freelance type work. *I read through the incredibly thorough FAQ (thank you) so I have plenty of resources once I decide where to begin. My question is- is there a certain path that might be more desirable than others for the types of jobs I'm hoping to land? I guess, in searching for "freelance work" I'm not sure what I might find, or even be looking for. Is there a certain need that is more likely to be fulfilled through these types of jobs? I realize the likely absurdity of this question. I have a degree in Spanish and I'm interested in politics, philanthropy and statistics, but I don't necessarily want to pigeonhole myself based on those interests. I'd rather begin broadly to figure out where my interests lie in the world of computer science. Thanks. [link] [comments] |
Posted: 27 Jun 2021 12:57 AM PDT Hey everyone, does any of ya'll know Google's title font-weight? I can't seem to find it. [link] [comments] |
Posted: 27 Jun 2021 12:51 AM PDT You are analyzing sales data from a ticket office. The ticket for an adult is $20, while the ticket for a child under 18 is $5. The data you are given is in a dictionary format, where the keys are the sold ticket numbers, and the values are the customer ages. For example, "123-08": 24 means that the ticket was bought a 24 year old. Your goal is to calculate how much more money the office would make if it would change the ticket discount age to the given input. So, your program needs to take an integer as input and output the percentage of revenue growth, if the discount was given to people under that age. For example, if the office made $15000 with the original discount age, and would make $18000 with 14 as the discount age, then the growth would be ((18000-15000)/15000)*100 = 20% So, for the input 14, your program should output 20. The output should be an integer (use int() to convert the result). [link] [comments] |
I am not sure what I am trying to make. Is it just a database, or is it an API? Help, please. Posted: 26 Jun 2021 08:57 PM PDT So I know what I want to do, but I'm a little confused on how I am supposed to do it, and I might have my definitions mixed up. I DO know I want to create a database that can be accessed by an application to retrieve information and that application can also add new information to the database. I want it to be able to be shared online, and the information submitted by users is stored (I know I need a server, but the idea of the program is more important for me to get right, even if it isn't fully functioning in the final stage). Can I create a program that JUST uses a database, and that database can be added to by users, and the information can be retrieved for viewing? Do I need to create an API to do so, or is that just a bonus feature? Because up until a few minutes ago I was thinking APIs are online databases... which they kind of are? But now I'm thinking it describes more the ability to access the data within? It's more how the data is stored and redistributed? I'm probably wrong. I know an MVC is necessary to implement an API. Is it necessary for a database? Or can I just build a dao for the database and access the database through a front end application (when I learn how to build that later)? Sorry, I've only been learning this stuff for 7 weeks, and outside of my class, I get a little overwhelmed looking up information because it sometimes gives me more info I don't understand, so I figure it's better to ask others. [link] [comments] |
Posted: 27 Jun 2021 12:42 AM PDT Hey all, I'm really interested in making a music notation program. I've done a lot of python for school so I know my way around that stuff. If anyone could give some advice or leave some breadcrumbs that would be sick. Thanks! [link] [comments] |
Need help in Starting with DS and Algo Posted: 27 Jun 2021 12:35 AM PDT Hey Guys......have newly started learning DS and Algo. Currently the resources that I am using are interview bit for having a structure and Gfg to understand any topics that i want more information on. As I am just beginning can someone suggest if this is a good approach or are there any better recommendations? :) [link] [comments] |
Posted: 27 Jun 2021 12:28 AM PDT I have wasted about 3 years doing nothing but now I have woken up to the reality. So I made a plan to learn and I wanted to share it with you guys to know if it's fine or not. So first of all I plan to learn html,css,javascript and then js frameworks like node.js. I have been doing the course on freecodecamp and reading the book by Jon Duckket about html and css. I plan to complete the book and the course at fcc to cover the basics and then start making some projects to use what I have learned. After that I plan to do the same thing with js as well. Doing the fcc course and reading through a few books and doing projects along the way as I get better. Once I get enough of a grasp on js I will try out node.js and how to use it along with databases. I also want to study data structures and algorithms along with js as well. FCC courses seem really good and I would like to do all of the ones related with full-stack developement. Is it a good idea? So that's about it. Can you guys give me any guidance in this matter or is my plan allright? I would really appreciate your insights. [link] [comments] |
Is a data table an entity or a representation of an entity in database systems? Posted: 27 Jun 2021 12:17 AM PDT I know an entity is its own existing concept. Now we use data tables for entities. Does this mean data tables are a representation strictly speaking for entities or are the data tables entities themselves? I see both types of answers, and I wonder if people are carelessly saying data tables and entities are the same things. Another question, can entities be represented in other ways if the data tables are not an entity but just a representation of it or is the data table only representation in database systems. [link] [comments] |
My shopping cart program has problems..Help me Plz Posted: 26 Jun 2021 11:51 PM PDT My shopping cart program has problems..Help me Plz
thank you for the help! [link] [comments] |
Posted: 26 Jun 2021 11:44 PM PDT |
What is something that is overhyped for a entry level dev/ programmer job? Posted: 26 Jun 2021 11:35 PM PDT I'm learning python and don't want to become fixated on something that I can learn overtime. Is there any common things beginner level programmers get caught on? [link] [comments] |
What are some must read books for people who don't have CS degrees or are self taught? Posted: 26 Jun 2021 07:30 PM PDT Reposting again as I mistakenly included a URL shortener link. As someone who has been programming professionally for a few years now & doesn't have a CS degree (or any degree for that matter, just have a college diploma), I sometimes feel like an imposter around people who have actual CS degrees. What are some must read books I can read to fill the void of not having a CS degree? I think I would like to read some around design patterns, architecting applications as I am aiming to get to Senior level in next couple of years. Suggestions so far:
[link] [comments] |
Getting into Js gamedev I need help people. Posted: 26 Jun 2021 11:00 PM PDT I want to Learn how to make games using JavaScript. I'm completely new to Js I need help learning, asking for recommendations besides freecodecamp and codeacademy . [link] [comments] |
Is there any way to store the C flag in a register in the ARM7 assembly? Posted: 26 Jun 2021 04:39 PM PDT Is there any way to store the C flag in a register in the ARM7 assembly? I basically wanna convert the following C-lang code: "return carry" to assembly. [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