• Breaking News

    Monday, February 7, 2022

    Does anyone else feel like setting up environments is harder than actually programming? learn programming

    Does anyone else feel like setting up environments is harder than actually programming? learn programming


    Does anyone else feel like setting up environments is harder than actually programming?

    Posted: 06 Feb 2022 06:05 PM PST

    Like when you're writing a program and to get it off the ground you have to install frameworks, configure layers of stacks on top of one another, set up enviroments, etc... All that stuff always takes me hours to do (even more if there is poor documentation) and seems to be more stressful than actually writing the program in question.

    submitted by /u/SadGuarantee2947
    [link] [comments]

    I don’t know what I’m doing!

    Posted: 06 Feb 2022 11:53 PM PST

    Hiii , Nice to meet y'all. I'm gonna be straight to y'all. It's 2 AM in the morning and I couldn't get sleep.I have this kinda feeling in myself and I really need to let it out . I'm a student pursuing his diploma in programming. Tbh my programming study isn't going great fr I'm in second year of my college and I feel like giving up , i just feel like I'm not good enough. There are so many intelligent and smarter people out there and I don't think I'll be able to compete with them. I can't concentrate while coding I just keep forgetting all the things that I'm studying and more than that I sometimes cheat on my tests. I'm willing to change all of the things but I just don't know where to start. I have developed a fear in myself about programming and I really don't know what to do about it. If y'all just help me /give advice/suggestions in this situation about how can I overcome that fear and how can I be good at programming or anything that would help me in this run would be really appreciated.

    submitted by /u/Jumpy-Worldliness-81
    [link] [comments]

    Slow learning due to few resources

    Posted: 07 Feb 2022 02:56 AM PST

    Hi everyone I'm a 28yrs old guy from Nigeria. I've been learning front end development for a year and eight months and I've still not gone beyond css. I started with YouTube videos which was helpful for a while but when I started researching more about web development I realized I needed more than just YouTube for me to become a good developer. Then I joined Reddit and got to know about TOP, which has been a good resource for me so far.

    My learning has been slow because I don't have a job, and decided to get a CS degree, which has been going fine so far. But Regular practice for me has been slow because we don't have 24hrs electricity where I live, and sometimes I only get to practice twice a week. I've tried to network by joining some Twitter communities but no one has shown interest. I've a target of applying for a job before graduating from school but with the bad electricity problem I'm facing I don't think I can achieve that. Pls What do I do?

    submitted by /u/Osondu-
    [link] [comments]

    Help with Payment issue

    Posted: 07 Feb 2022 04:17 AM PST

    I recently started working on a project for a theme park and I want to implement payment for customers online, I have an issue with validating customers who paid online when they get to the gate.Any Ideas would be welcome 🤗

    submitted by /u/King1583
    [link] [comments]

    When should I stop focusing on only one language?

    Posted: 07 Feb 2022 03:20 AM PST

    I'm new to programming and I've been learning C for the past few weeks and I was just curious, at what point should I be confident with my knowledge of C and move to a different language? I'm learning Data Structures in C and just wanted to know when can I start Java.

    submitted by /u/Luc1ferm
    [link] [comments]

    Recommendations for courses/bootcamps focused on learning only, NOT for getting a job

    Posted: 06 Feb 2022 10:00 PM PST

    I already have a career path I enjoy that is adjacent to software engineering. But I would be better at my job if I understand cs concepts at a deeper level. I also just want to learn because it's fun. What I'm looking for is an in-depth and rigorous course that isn't focused on job prospects, but instead teaches deep foundational understanding. Maybe the job-focused bootcamps are still the best for this, idk. But that's why I'm asking here. Does anyone have any recommendations?

    submitted by /u/mask984
    [link] [comments]

    Want to learn basics of typescript in two day

    Posted: 07 Feb 2022 04:32 AM PST

    Hi Folks,

    I am a SharePoint & .net developer and I have applied for a company and in Job Description they have mentioned that candidate must have basic knowledge of Typescript. I have worked in JavaScript and now I want to learn the basics of Typescript.

    There are bunch of tutorials on YouTube but if anyone know which will be best one to pick and start?

    Any help will be appreciated.

    submitted by /u/Pipebomb635
    [link] [comments]

    How to get into the path of Backend Developer?

    Posted: 07 Feb 2022 03:31 AM PST

    I'm newbie has some basics knowledge of frontend and know to write SQL queries. How would you guide me to become a backend developer in 2 months or so.? If it is a complete path of track then it will be more helpful.

    submitted by /u/Zestyclose_Muscle955
    [link] [comments]

    operation efficiency in Assembly language x86-64 intel syntax

    Posted: 07 Feb 2022 04:27 AM PST

    So i had a question about which implementation would be the most efficient. An implementation that converts the inputs which are numbers of some base, to binary before calculation(addition/substraction/mul) or another implementation that works without the binary conversion, so does the operation directly on the number(this number can be in base 10 or base 16 or base 8..) Thanks for your replies!

    submitted by /u/bungeegumu
    [link] [comments]

    Learn it or hire someone to do it

    Posted: 07 Feb 2022 04:04 AM PST

    I've built a couple of "apps" using HTML & CSS, with the back ends built with Coldfusion and MySQL. They're designed for use on phones, but I'd like to port them to iPhone and Android phones.

    Since I'll probably develop other, similar applications in the future, could I learn what I need to to move them over fairly easily? Or am I better off just hiring somebody to do it for me?

    submitted by /u/kre84u
    [link] [comments]

    Where there is an aggregation relationship between classes do I have to add the same attributes?

    Posted: 07 Feb 2022 03:37 AM PST

    For example I have a machine class that can gain access to a shop class. In that shop class there is a list of employees. The machine class records the name of one employee per registration document. Would I need to add some sort of attribute signifying employee in the machine class, or could I directly access an element of the employees arraylist in the shop class, and therefore not need to add an attribute for that in machine class?

    I'm very new to programming so, forgive me if I'm not making sense.

    submitted by /u/astralfatality
    [link] [comments]

    The best way to handle input in Snake

    Posted: 07 Feb 2022 03:31 AM PST

    I am currently making snake. To make movements like 180s smooth and easy, I made a queue of inputs(I think this is called an input buffer, correct me if I'm wrong) that are executed in order, with the queue having a limit of 4 inputs.

    Is this the best way to do it? Is there a way to make movement better than this? If there aren't ways to make the movement better, are there any better ways of getting the same result?

    Thanks in advance.

    submitted by /u/Leonume
    [link] [comments]

    How do I organize number inputs in a flowchart ?

    Posted: 07 Feb 2022 03:25 AM PST

    Does that question make any sense what do ever?

    submitted by /u/besignerr96
    [link] [comments]

    NLP function provides misleading error message when corpus contains certain Charaters

    Posted: 07 Feb 2022 02:47 AM PST

    I was using the function here: https://gist.github.com/prateekjoshi565/8751194336f170234a32ca852d729ae2

    I use this function on a corpus in the form on an str. Normally it works without a problem, but if the corpus contains certain characters (e.g. a letter with an accent) then it throws the following error message:

    IndexError: list index out of range in span = doc[matches[k][1]:matches[k][2]]

    I noticed someone else posted the same query but didn't get a response. I was wondering if anyone here knew how to get around this without having to go through the entire corpus?

    submitted by /u/NoticedTriangularity
    [link] [comments]

    How much Googling am I allowed to get away with if I wanna learn and improve and make my own projects?

    Posted: 06 Feb 2022 10:43 PM PST

    Hey people, my question is basically the title here. I am 18, in college, studying IT. I know the general basics, syntax etc of programming, now I am trying to make my own projects and fill my GitHub repo.

    The question is, is it compulsory to write all the code on my own(seems impossible at my current level). If I can, how much googling the "ways to build" something am I allowed to get away with and still can say I build that project?

    How much should I refrain from googling the steps if I wanna ensure I am learning too?

    Thanks for answering. Have a beautiful day <3

    submitted by /u/iiexistenzeii
    [link] [comments]

    Limited time to study. Can I still get good at web development?

    Posted: 07 Feb 2022 02:03 AM PST

    Hi,

    As of now, I can only spend about 2-3hrs a day on coding due to personal reasons.

    I don't want to freelance or work a remote job etc as I want to do something of my own online (like maybe selling digital products (like Wordpress themes) or blogging, teaching online, bug bounty hunting etc.

    My question is, how long will it take me to become fairly good at web dev if I can dedicate just 2-3hrs a day to it so that I can make money independently?

    Thanks for your answers

    submitted by /u/krayzkid
    [link] [comments]

    Opinions on data engineering?

    Posted: 07 Feb 2022 01:52 AM PST

    I've thought about switching careers for quite some time but have found learning programming to be quite daunting due to the shear number of technologies one is expected to be familiar with to land a job.

    Recently I found a data engineer training program for people with no prior experience in IT (with a junior position at an IT consulting company after the course). The course contains (among other things) stuff related to SQL, Python, Azure and AWS.

    I've worked with data before and find it interesting, but I think I would like to eventually gain more skills in backend development.

    Focusing on a subset of skills (data in this case) definitely seems to be a more manageable approach to entering the industry. Does anyone have experience of starting out as a data engineer and moving onto backend development later on?

    submitted by /u/jaltsukoltsu
    [link] [comments]

    How do you display a Func in an UML Class diagram?

    Posted: 07 Feb 2022 01:46 AM PST

    I have a constructor in a class which receives a Func<TViewModel> as a parameter, how would I display this?

    EDIT: Also, how would I display this:

    public class NavigateCommand<TViewModel>? 

    submitted by /u/notK1ng
    [link] [comments]

    Someone help im having a hard time executing a web application.

    Posted: 07 Feb 2022 01:41 AM PST

    Hi guys im new here and maybe someone can help me , I am trying to reverse engineer a web application that i found in the internet and its a crossword puzzle the web application is executed well in the codepen website but when i tried doing it in atom and as i going to the save file destination and clicking it, the result is not the same what did i do wrong? the file has html, css, and js.

    submitted by /u/Ecstatic_moon
    [link] [comments]

    Suggestions on how to learn app development for smartphones?

    Posted: 07 Feb 2022 01:39 AM PST

    Hey guys, good day to y'all.

    I'm currently unemployed and have lots of time to spare. Is self-learning app development doable? If it is, what would be the best way?

    Worth noting that I am mainly interested in learning app development for smartphones.

    submitted by /u/Krhw
    [link] [comments]

    Freelance/work from home

    Posted: 06 Feb 2022 05:59 PM PST

    My question is: What language is most widely sought after for freelance work and/or work from home scenarios? I am currently learning in my free time and have some basic experience with ruby, lua and c++, however it seems that these are mostly useless for the majority of freelance jobs.

    I travel for work and stay in a camper so I have a decent amount of free time and would like to start learning something to supplement my income and eventually land me a job where I could be present more in my family life.

    Any suggestions?

    submitted by /u/OrdinaryNecessary102
    [link] [comments]

    No comments:

    Post a Comment