Had to share my excitement! learn programming |
- Had to share my excitement!
- This sub makes my day
- VS Code with the Java Extension Pack is very impressive
- Project at work - Where do I start?
- Java and Javascript are the most popular languages in almost every state. How do they go together? Web dev?
- Offering free tutoring for uni students learning Java - Australian night time
- I made a bash script that will create a new directory, add the files needed, and push changes to a remote GitHub repo all on the command line.
- Am I doing enough?
- If you lack practice, try Codewars
- TIME MANAGEMENT
- What are the best places for interactive tutorials?
- What is the difference between uint32_t, uint_least32_t and uint_fast32_t?
- Will uploading my project to github cause it to be detected by anti-plagerism programs
- Tutorials regarding "how the web works"
- Help learning python to parse JSON files
- Is it worth it to put code along projects from Udemy courses on GitHub in the eyes of an employer?
- Lambda boot camp questions
- Automate Photoshop to create pdf designs with data from website.
- How to Add NAudio dependency through NuGet Packages
- Can you help me understand difference between transactions and locks in database systems?
- How to make an android app with networking?
- [TOMT] Something that would generate a random algorithm that could assign and determine what a piece of data belongs to.
- Is nand2tetris software safe to install on my actual PC or should I run it through VirtualBox?
- How can I develop an app that uses targeted ads and also protect user privacy at the same time?
Posted: 27 Aug 2020 12:15 PM PDT Hey guys! I'm a long time lurker here. I just landed a interview for a junior C# Developer. Without going into to much detail the role also requires 10% of Python. I do have some theortical knowledge with C# and had an intership for Python Engineering. Would anyone be kind enough to share their experience and how I can land this job? Any specific things I should know or what they might ask me? Any help is appreciated! [link] [comments] |
Posted: 27 Aug 2020 06:38 PM PDT This is probably a weird post, but I kind of joined this sub by accident a year ago - I was just starting to think about studying UX design and my noob brain thought it would make sense to follow a programming sub. While I do not understand what most of the posts in this sub are talking about, I just want to say I'm blown away by how supportive this sub is. It is honestly so lovely/inspiring to see people pushing themselves to learn new skills and watch other people give out helpful advice and encouragement. The internet can be such a shitty place sometimes, and it's communities like this that restore my faith in people. Keep doing what you're doing guys, it's amazing. [link] [comments] |
VS Code with the Java Extension Pack is very impressive Posted: 27 Aug 2020 09:03 PM PDT I have been an Eclipse/IntelliJ user for well over 10 years and I love IntelliJ. I decided to see if I could build a full stack cloud application, HTML/CSS/JavaScript/Java/Spring Boot/REST/DB on GCP, using VS Code with the Java Extension Pack exclusively. I have to say I am extremely impressed. The language support for all of those languages mentioned in my stack above is excellent. For Java, it is very important to have intelli-sense (code completion) for discoverability. I am surprised by how fast VS Code is able to do this for any Java library I brought in as a maven dependency. VS Code has support for several languages. If you have not had a chance to try it yet, here is the link: https://code.visualstudio.com/ EDIT: not an ad although it sounds like one :) I am just really happy with the experience I had in developing this project and VS Code will be my editor of choice for my personal projects going forward. I like to keep it light. [link] [comments] |
Project at work - Where do I start? Posted: 27 Aug 2020 10:53 PM PDT Hi all, I was loosely assigned a project at work to build out a web based app. This app would be on a single page that will need to have a drop menu and upon the option selection an image and caption would appear below. We do have a web based server at work that I would be using. I know I would have to build a simple front end design and a database to house the images. I want to be able to do this, but where do I start? Should I be learning a certain language? I don't have much programming experience at all but this seems like a good project to work towards. Any help would be appreciated. [link] [comments] |
Posted: 27 Aug 2020 01:31 PM PDT I'm trying to figure out what language to focus on. This website shows the most popular languages in each state. Java and Javascript seem to be there for every state and are commonly listed together on Indeed. What stacks are the most popular here? Sorry if this is a dumb question. [link] [comments] |
Offering free tutoring for uni students learning Java - Australian night time Posted: 27 Aug 2020 10:08 PM PDT Hello, I graduated Uni a few years ago and have being working in the industry for about 2 years. I am looking for someone who is in uni studying Java courses or roughly the same skill level and needs help. I can help you with your classes, assignments as well as giving you small quizes that we will go through together. The main pupose for me is to strengthen my own fundementals whilst helping someone. I am available during most nights from 7pm AEST. I will most likely be able to do a few hours a week. DM me if you are interested [link] [comments] |
Posted: 27 Aug 2020 06:35 PM PDT Hi, So for the past week and a half, I have been working on a bash/shell script which will do the following: -Create and move into a directory -Creates a README.md and .gitignore -Creates files and adds them into the master branch or the .gitignore -First Commit is done -Creates a Remote Repository and push changes to the Remote Repository. All of this is done through the terminal. I have been working on this for the past week and a half learning bash, creating the program, learning how to optimize my program, and asking a few StackOverflow questions to get the creation of the remote repo working. I thought I would share this script here since I have just learned to program during quarantine (with the help of this subreddit) and this is my first project which can actually be useful. Which is one of the reasons that I am so excited about finishing this project. If you would like to check this project out or use this script it is on my Github. https://github.com/Srikar-Karra/CTDIR.Command-to-make-Github-Repo. Any ideas or suggestions are welcome [link] [comments] |
Posted: 27 Aug 2020 02:39 PM PDT So I'm wondering if im putting enough time in to learning how to code. I work a full time job Monday to Friday for about 10 hours per day. Im self learning how to code in the evenings on the weekdays. Im starting from scratch not knowing anything about anything on the world of computers and programming. Im hoping to move into the field and get a job as a Jr dev in about 1-2years from now. But im only putting in about 2 hours every night after work. I basically get home, eat, code, sleep, work. I could do more on the weekends but I feel its probably healthy to give my brain a break as my full time job is managing a construction company and thats a ton of mental work on its own, on top of learning a new skill. Does 10 hours per week sound remotely close to enough time to get a job within a few years? I see people going to school or bootcamps and putting WAY more time into it than I am. Does anyone think its stupid of me to assume I'd be able to get a dev job with one year of self learning at 10hrs per week? [link] [comments] |
If you lack practice, try Codewars Posted: 28 Aug 2020 12:23 AM PDT It's easy when you begin to read lots of tutorials and learn a lot of notions but to be blocked when you have to actually write code. Well Codewars is great to solve this issue. You have exercises, and when you solve them or give up, you see other peoples solutions ranked by good practice. Give it a try and tell me if it helped to kickstart you :) [link] [comments] |
Posted: 28 Aug 2020 12:07 AM PDT Hey Coders! I feel like this issue arises in the minds of many and should be more acknowledged. I'm in second year CS and I'm not able to manage my time properly. How do y'all manage college, development, competitive programming and gym(if anyone is health conscious). Or, is there a specific way about it? [link] [comments] |
What are the best places for interactive tutorials? Posted: 28 Aug 2020 12:00 AM PDT Looking for resources on Javascript, React, Python, Flask, Ruby/Rails, Express, SQL [link] [comments] |
What is the difference between uint32_t, uint_least32_t and uint_fast32_t? Posted: 27 Aug 2020 02:11 PM PDT I looked in stdint.h but all 3 are defined as an unsigned int, so I tired look up the differences but answers are all over the place. Is this something that's important for compilers? or is there just no difference and its to help the programmer keep track of something? As you can tell I am very confused. This is relevant because I imported glm and I noticed that project did the same thing and I'd like to have it typedefed in my project in case I ever switch libraries. Any info would be appreciated [link] [comments] |
Will uploading my project to github cause it to be detected by anti-plagerism programs Posted: 27 Aug 2020 09:54 AM PDT Ive been incrementally uploading my program, which is to be assesed by my college, to gitub. Does anyone know if this will be detetected by anti-plagerism algorithms? I dont want to fail because they think I copied my own code. [link] [comments] |
Tutorials regarding "how the web works" Posted: 27 Aug 2020 02:54 PM PDT So I have been self studying to become a web developer. So far I have covered html,css,javascript, git,sql,python and ruby. Recently I made the decision to start learning frameworks, more specifically Ruby on rails. Well it turns out that I don't have a very strong understanding on how the web works and find it difficult to follow any tutorials regarding the framework. Are there any good tutorials or video courses that can help me understand "how the internet works"(HTTP, Rest,URLs,MVC,Sessions,APIs,Cookies, Authorization,Authontication, ect)? [link] [comments] |
Help learning python to parse JSON files Posted: 27 Aug 2020 11:37 PM PDT So I am trying to put all the Minecraft recipes into 1 json file for me to use in an android app I want to write. I found all the various json files that Minecraft uses for this, if you unzip the version of the game you can get to them in data/minecraft/recipes, but like I said I want 1 BIG file and there's another problem. In those files it doesn't have the number of each resource is needed for the recipe as a number. It does have the pattern laid out and in the pattern the resources are represented as symbols. Example: acacia fence
I need that as a number. How can I do all this? I know I will have to count the symbols that are used in the pattern and then grab what those are representing. I have very little python experience but I have a lot of C++ and Java experience, so I'm not TOTALLY new but I'm pretty new to python. [link] [comments] |
Is it worth it to put code along projects from Udemy courses on GitHub in the eyes of an employer? Posted: 27 Aug 2020 03:59 PM PDT I've been following through a Udemy course and enjoying the code along aspects and want to contribute to my GitHub but am not comfortable with building things from complete scratch yet with JS. I've been putting the repositories as private but would it be a good idea to make public or not? Thanks! [link] [comments] |
Posted: 27 Aug 2020 11:29 PM PDT So i was researching boot camps and came across lambda. It says you don't have to pay until you get a job making more than 50k. What's your experience with that? I make almost 50k now at a help desk. If I got a promotion, would I then owe them? Have you done lambda? How was it? I see it's for Monday through Friday or Friday Saturday Sunday. I work Monday through Friday, is it flexible? Like self paced or do you have to sign in during class? Are there other / better boot camps with the same structure? (Excluding fcc) [link] [comments] |
Automate Photoshop to create pdf designs with data from website. Posted: 27 Aug 2020 11:09 PM PDT I hope I can explain this well. I am looking to automate a customisable print product I design. My current process is to have customers submit their data to me via message/email, which I then input into a third-party website which produces a graphic that forms part of my product (I pay for this, it's a subscription service). I then take this graphic and insert it into my Photoshop design and update the other customisable data (name, additional text, date, time, etc.) What I want is to automate this. I have done some reading and what I think I need is an API? Basically the workflow I want is this: Customer uses my website to customise their design (easily done with a Shopify app). I then want my website to use this data to generate the graphic from the third party website and then automatically insert the graphic into Photoshop. Photoshop should then export the print-ready pdf and it should be uploaded and emailed to the customer. What do I need to accomplish this? Is an API the best option? Would I need to have Photoshop running from a server? It's my intention to teach myself to build this, but if there are existing purchasable products I would be interested in that option, too. I have the time, I'm not in a hurry, my current work flow is manageable, it could just be far more profitable and I want to be able to adapt this to other products in the future. [link] [comments] |
How to Add NAudio dependency through NuGet Packages Posted: 27 Aug 2020 11:02 PM PDT from this link https://github.com/MuriloKakazu/wpf-zombie-game the game needs the naudio and dont know how to do it.Am quite new to programming so most things is difficult for me. [link] [comments] |
Can you help me understand difference between transactions and locks in database systems? Posted: 27 Aug 2020 10:30 PM PDT I am really struggling to understand the differences and not able to figure out when to use which one some questions off my head: why do I need lock if I am using transaction already? Wouldn't transaction also create a lock so that no other requests can change those certain rows? most examples which teach transaction, use wallet as example. Why do I need transaction if I am adding money? Wouldn't a row lock suffice? [link] [comments] |
How to make an android app with networking? Posted: 27 Aug 2020 10:23 PM PDT I'm sorry if this isn't the right place to ask this question, but this is a question to be asked from professionals who can guide me. I'm a person (18m) fresh out of school. I've had c++ as a subject, but later on I realized that not having maths as one has made me unviable for most computer science courses. I want to learn how to make android apps. The reason I'm asking for your help and not referring some web blog is simply because I feel that getting a roadmap for the first time will help me develop a good foundation. I'm looking forward to developing an app with following things in mind: 1. There are posts which can be upvoted. 2. User accounts are there which can be linked to real identities of people (So a person can't have more than one account). 3. A side menu which links to other parts of app. Currently this is what I have thought. Lastly, the greatest problem is how to implement networking in the app, so how does a novice go about that? You can help me by suggesting resources, books, languages to learn etc. Thank you for reading. Have a nice day. [link] [comments] |
Posted: 27 Aug 2020 09:46 PM PDT I'm assuming this is at least a thing in some way or another, and I couldn't find a better way to word it. I'll try to share an example. Are there any names for the type of thing I'm describing? The example given is only to try and give a decent enough idea of what it could do. My general language of choice is Python. [link] [comments] |
Is nand2tetris software safe to install on my actual PC or should I run it through VirtualBox? Posted: 27 Aug 2020 09:42 PM PDT So I barely found out about nand2tetris a few days ago because I am taking a class at my college and the professor gave us a link to www.nand2tetris.org . I'm probably just being paranoid, but I just wanted to know if the software download from the website is safe to use or if I should run it in VirtualBox. I downloaded the zip folder and extracted it, but I haven't run anything yet. I got kind of freaked out by the way the download looked so I just wanted to be safe. Once again, probably just being paranoid, but I wanna make sure before I start running anything. [link] [comments] |
How can I develop an app that uses targeted ads and also protect user privacy at the same time? Posted: 27 Aug 2020 12:40 PM PDT How can targeted ads with ML and user privacy coexist? [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