Make a billing program from scratch? Ask Programming |
- Make a billing program from scratch?
- Environment variables in React.
- University vs Self-taught Programmer Power/Requirements?
- How do I make my css code a liquid layout?
- Is it legal to use an API found in a public website?
- Web Dev book recommendation?
- Best python skills for freelancing
- How to understand OOP better?
- onClick reset setInterval?
- How viable is Windows as an OS for programming?
- What kind of design pattern would require user settings to occasionally revert to defaults?
- C++ Casino Game Further Class Questions
- Finding out which programming field i love ?
- LMS with DL
- Please Read
- RaspberryPi 4 Python RPI.GPIO Output always high
- Can someone help me make this pong game fullscreen?
- Why can't my program get out of while loop?
- what should be the ipv4_address when deploying docker compose cluster on azure vm?
Make a billing program from scratch? Posted: 31 Dec 2020 02:37 PM PST I need to make a GUI data entry billing software for a small practice. I'm thinking of using Windows Forms C#. I'm new to Forms, but have a basic understanding of programming. I need all data entered to always be saved into a database and to a server I will be hosting. I also will need to use some 3rd party APIs that I've never had to do before. I need to know what the easiest route to go about this would be. Is Forms the way to go? Is there a more efficient solution? I am determined and have plenty of time to make this happen, but I need all the help and tips I can get! Thank you. [link] [comments] |
Environment variables in React. Posted: 31 Dec 2020 11:57 AM PST Hi, I 've just finished my first React app and hosted it on Heroku with no problem. I went back then to hide my API key and seem to be having a problem. I read that you can not use process.env. as it will still show up in the developer tools. I then tried using the config variables inside Heroku but that seems to just throw an undefined error. Been reading all sorts of conflicting information so any help would be appreciated. [link] [comments] |
University vs Self-taught Programmer Power/Requirements? Posted: 31 Dec 2020 04:23 PM PST Hello there buddy, I'm a high school graduate and my main passion is programming. I have some very small experience in it, and thanks to Allah, I have some problem-solving tiny skill. My researching is also very good. And as a non-native English speaker, I have the very basic language vocabulary to research about programming as I tried it many times. I want your advice experienced programmers, please read until the end. I have a great relationship with self-learning unlike systematic school-ways, not meaning it's no good, but as a personal preference. Anyways, so know you have some background about me. My question is: Can self-learning for programming cover LITERALLY the same/more experience than university? If that's the case, I will study another specialty in university that I like but require a structured guide ( university teaching ), and on the other side I can study programming on myself and crave more & more about it. The thing is this isn't a game, so I want to make sure about if fully self-taught programmer can have a big experience, and please if you will answer cover this part -> what are other self-learning resources along with books/online researching ? Thank you for reading and please give your kind answer as a non-biased answer, ( like not only from one perspective or just your experience, more as a deep knowledge ). [link] [comments] |
How do I make my css code a liquid layout? Posted: 31 Dec 2020 10:22 PM PST Hi! I'm a new to HTML and CSS and am trying to build my first website. Halfway through my build I realized that I was using a fixed width layout. I specified the height and width of the elements, along with their absolute positioning, in pixels. Now when ever I shrink my browser window everything overlaps and looks horrible. How can I change my code to make it that whenever I shrink my window, the elements shrink as well? [link] [comments] |
Is it legal to use an API found in a public website? Posted: 31 Dec 2020 01:00 AM PST Hi, I found a website that provides data that I need for a personal project (so nothing that I will sell or which I will get money from). Then I investigated on the network requests and found a public API (no authorization) where they get those data from; so my question is: "would it be legal to use that URL to get data and use in my project?" Thanks [link] [comments] |
Posted: 31 Dec 2020 01:32 PM PST Hi guys, To preface, I am a sucker for books. I like the flexibility they bring, I can read them lying down on my mattress or more cliche I can read them by the fire, I am looking for a good book but if you have any good online resources that match my search, they would be more than welcome too. I've done web dev in college, but it's been a good 10 years ago. I learned PHP,Javascript and HTML5 with CSS but I've retained little of this information. I do have programming experience, I am somewhat of an advanced beginner to intermediate C++ coder/hobbyist. So I'm not totally new to coding techniques and paradigms but I'm not looking for a book that just explains how to write simple HTML5 mark up code or simple PHP and Javascript scripts. I am looking for a book that describes the process, I want to learn how to create a web page using the said languages but at the same time also learn about what is happening at a lower level or behind the scenes such as how the HTML protocol works, describing GET POST in detail and how they relate to the code I'm using. Thanks! [link] [comments] |
Best python skills for freelancing Posted: 31 Dec 2020 11:14 AM PST I've been learning python for a few months and I've finished the basics and most intermediate topics I could find online. I completed Udemy's python bootcamp and the full python course by Mosh. Now I'm kinda confused on what to learn next. I want to acquire a specific python skill which is high in demand in the freelance market. I'm 19 and I'm not looking for a full time job right now. I just want to make some money through freelancing. So out of automation, web development, machine learning and all the other stuff, what should I learn for entry level freelancing? [link] [comments] |
Posted: 31 Dec 2020 08:34 AM PST I am a Computer Science student and I struggle big time grasping the concepts of OOP. I almost feel like I need to hear it in ELI5 terms. My two main languages are Java and C++ although i'm pretty sure the concepts of OOP apply across the board. So I understand how functions work and parameters. But I don't see why I would want to have classes most of the time when I could just use functions. It seems like making it more difficult to accomplish the same thing. For example, if I am making a simple menu driven program. I could create a function called showMenu and pass the parameter userChoice. Why would I want something like that s a class instead? Revising this with the below questions and code. Also, let me add on an assignment I had to do for class which was my first assignment involving OOP. The code will be below, but I have a few questions about it.
VideoGameScoreApp.cpp VideoGameScore.cpp VideoGameScore.h
|
No comments:
Post a Comment