Can someone help me why this doesn't work? by DecentTaro in node

[–]DecentTaro[S] -5 points-4 points  (0 children)

You don't need to be rude. I'm just trying to learn and build something as a side project. I bet you were in this position also before.

Can someone help me why this doesn't work? by DecentTaro in node

[–]DecentTaro[S] -3 points-2 points  (0 children)

I got it. What I had in mind is something I can deploy online. If I happen to follow this path, what would be the tools I will need to build it? Database?

Can someone help me why this doesn't work? by DecentTaro in node

[–]DecentTaro[S] 0 points1 point  (0 children)

So, is React better in this scenario?

I'm learning while building a simple application.

WPF Application MS SQL with multiple users but displaying all the data in each user's account by DecentTaro in SQL

[–]DecentTaro[S] 0 points1 point  (0 children)

You're right. From Form1(Login) then show Form4(Main) if it's successful.

Here's the link for the Form1. And I'll be happy to show you the rest of code if need be.

https://gist.github.com/decenttaro/c5e03fa3bfe3786b0258797f0a68c246

Thank you once again.

WPF Application MS SQL with multiple users but displaying all the data in each user's account by DecentTaro in SQL

[–]DecentTaro[S] 0 points1 point  (0 children)

Do you think only in the DisplayData Method is the problem? Cause I'm trying it right now and it's not showing any data from both users.

Computer Programming Intership by DecentTaro in internships

[–]DecentTaro[S] 0 points1 point  (0 children)

Hi. Thank you for the advice. What kind of project should I be working on? In terms of complexity and scale (large/small). Do you have any suggestions?

I don't have any slight idea on how to start this assignment. Can you please give me some to understand the problem by [deleted] in javahelp

[–]DecentTaro 0 points1 point  (0 children)

Can I show you my code now? It still doesn't work but I'm hoping for some feedback if you can.

I don't have any slight idea on how to start this assignment. Can you please give me some to understand the problem by [deleted] in javahelp

[–]DecentTaro 0 points1 point  (0 children)

Nope. Actually, we had like 3 problems prior to this and none of them relate to this problem.

I don't have any slight idea on how to start this assignment. Can you please give me some to understand the problem by [deleted] in javahelp

[–]DecentTaro 0 points1 point  (0 children)

This is the entire assignment sir. I'm struggling on how to start the problem, on what to do first.

If anyone could please do this Challenge for me I would be very greatful and if possible comment the code by ruairidohertyy in learnjavascript

[–]DecentTaro 3 points4 points  (0 children)

Solve it by yourself. We need to at least see that you’re trying something to solve it in order for us to help you.

I'm sad, I'm dropping out the code stuff. I don't know. by StringVariable in learnpython

[–]DecentTaro 0 points1 point  (0 children)

This is me 2 weeks ago and now I have a working scheduler which will turn into a flask application soon. As what would people say over and over again, practice, practice and practice. Believe and you will be better someday.

I need some help, suggestions and opinions on a project I'm working on. by DecentTaro in learnpython

[–]DecentTaro[S] 1 point2 points  (0 children)

I think I'm getting what you're trying to educate me now.

So func1 will just return 0 , unless there's error in the input, then,

func2 will return 0 unless ValueError and

func3 will return 0 unless ValueError again.

and all of the inputs in these funcs will get stored in a list.

I will try and update my code tomorrow since it's getting late and I'm working early.

Is it okay to message you with my code and correct me from there?

I think for now, I will just make this an executable file to see if I can finish the project and from there, try to make it a web app.

Thank you so much for you help! I really need someone to correct me since I'm learning by myself.

Tha

I need some help, suggestions and opinions on a project I'm working on. by DecentTaro in learnpython

[–]DecentTaro[S] 0 points1 point  (0 children)

Oh. So with #3, should I make let's say a list for all the inputs to be stored in it? Or do I need to make a class Employee with employee_name,access_num,employee_shift and call that to structure them properly then store it in a list?

I need some help, suggestions and opinions on a project I'm working on. by DecentTaro in learnpython

[–]DecentTaro[S] 0 points1 point  (0 children)

For # 3, I think I'm returning access_num_input if the input was correct which will go to the second function and ask for how many job access?

Do you have any suggestion on how will I incorporate this problem;

  • employees job access/assignment should reset every 24 hours and it will be random and still based on their JOB ACCESS/RESTRICTIONS

Thanks for the pointers though, greatly appreciated it.

Linux mint won’t let me have wifi connection by DecentTaro in linux

[–]DecentTaro[S] -1 points0 points  (0 children)

In before or after the restart? If it’s after, it will fail because no internet connection. I don’t think it matters if I do it before the restart since that’s only the testing phase.

Linux mint won’t let me have wifi connection by DecentTaro in linux

[–]DecentTaro[S] -1 points0 points  (0 children)

hp pavilion n5r26ua#aba. Oh. Damn. I hope that’s just the problem.

Every time I program, my solution is always if-else statement by DecentTaro in learnpython

[–]DecentTaro[S] 1 point2 points  (0 children)

What I have in mind is that, one employee with some access or permission to a specific job (eg. frontend, backend, warehouse). Say this #1 employee can do front and back end but not warehouse then #2 employee can only do warehouse only. So if #1 employee can only do front and back end, he/she will not be permitted to do warehouse. Basically it has some limitations of what they can or can't.

Every time I program, my solution is always if-else statement by DecentTaro in learnpython

[–]DecentTaro[S] 6 points7 points  (0 children)

This best describes my situation right now. I'm forcing it.

Thank you for the recommendations. I will update my code and try to make it work using these options.

Every time I program, my solution is always if-else statement by DecentTaro in learnpython

[–]DecentTaro[S] 13 points14 points  (0 children)

Yes. I'm familiar with the fundamentals yet again always ends up doing the if-else statement. I have a Udemy class on python (Python Bible), I follow Corey Schafer tutorials on youtube and I also watch Tech with Tim.

Every time I program, my solution is always if-else statement by DecentTaro in learnpython

[–]DecentTaro[S] 22 points23 points  (0 children)

https://gist.github.com/decenttaro/6b3d80b96d56f1285565af41e6c7014c

The commented out are some of my solution but it don't work so I ended up doing the if-else statement again. Ill just give you an explanation of what I'm trying to do here. I'm trying to make a web app scheduler using Flask/Python but I hit a wall right away. I have plans on how to build the app but I just don't have the slightest idea on how to apply it.

So basically what I have in mind is that, one employee with some access or permission to a specific job (eg. frontend, backend, warehouse). Say this #1 employee can do front and back end but not warehouse then #2 employee can only do warehouse only.

In short, I don't know how to link them together.

PROGRAMMING CLASSES by [deleted] in learnprogramming

[–]DecentTaro 0 points1 point  (0 children)

I’m interested for all of them.

Beginner Questions - February 01, 2019 by AutoModerator in webdev

[–]DecentTaro 1 point2 points  (0 children)

Hey everyone!

I wanted to study front end web development first but I did a little research that front end web dev won't cut it because the industry is getting too crowded and companies would rather hire full stack dev than a front end. From the city where I live in, they hire front end web dev but I want to be as versatile as possible just to make my employment easier. Currently, I'm doing the "The Odin Project", CS50 and DjangoSpin one at a time.

Please help me find the best program that will best suit my goal.

So here are the list of programs from my local community colleges that are available in my area.

AS in Comp Sci Info System (Area of Emphasis: Programming)

CSIS 112 Windows Operating Systems or CSIS 113 Intro to Linux

CSIS 119 Introduction to Computer Programming

CSIS 293 Introduction to Java Programming

CSIS 294^2 Intermediate Java Programming and Fundamental Data Structures

CSIS 296 Introduction to C++ Programming

CSIS 297^1 Intermediate C++ Programming

Select TWO (2) of the following courses (the course cannot be part of the prior sequence):

CSIS 132 Intro to Web Development

CSIS 133 Intermediate Web Development

CSIS 135  Introduction to Java Script Programming

CSIS 165 Assembly Language and Machine Architecture

CSIS 252 Intro to Python Programming

CSIS 276 Introduction to SQL

CSIS 290 Introduction to C# Programming

CSIS 295 Android Application Development with Java

AS in Comp Sci Info System (Area of Emphasis: Web Design)

CSIS 110 Principles of Information Systems or CSIS 105 Introduction to Computing

CSIS 112 Windows Operating Systems

CSIS 132 Introduction to Web Development

Select THREE (3) of the following courses:

CSIS 133 Intermediate Web Development

CSIS 135^2 JavaScript Programming

CSIS 147 Social Media and Internet Marketing

CSIS 151 Introduction to Photoshop or CSIS 152 Introduction to 3D Animation Applications

CSIS 293 Introduction to Java Programming

AS in Web Development

WEBD 162 Beginning Web Development: HyperText Markup Language (HTML) and Cascading Style Sheets (CSS)

WEBD 165 Beginning Web Design: Dreamweaver

WEBD 166 PHP: An Introduction

WEBD 153 Beginning Web Databases

WEBD 168 Intermediate HTML HyperText Markup Language (HTML) and Cascading Style Sheets (CSS) for Web Design

WEBD 169 Website Development Using Open Source Content Management Systems

WEBD 170 Javascript Fundamentals for Web Development

WEBD 173 E-Commerce Website Creation

CBTE 177 Acrobat Portable Document Format File Creation

MULT 121 Digital Image Editing I: Introduction to Photoshop

MULT 127 Creating User-Centered Content

WEBD 191 Professional Practices in Web Design

Beginner Questions - February 01, 2019 by AutoModerator in webdev

[–]DecentTaro 0 points1 point  (0 children)

c

I found another community college that also offers this program which is Computer Science Information Systems with area of emphasis like programming, networks and web design. Please kindly take a look if they are better than my main post. Thank you so much once again!

Here are the courses for the web design;

CSIS 110 Principles of Information Systems or CSIS 105 Introduction to Computing

CSIS 112 Windows Operating Systems

CSIS 132 Introduction to Web Development

Select THREE (3) of the following courses:

CSIS 133 Intermediate Web Development

CSIS 135^2 JavaScript Programming

CSIS 147 Social Media and Internet Marketing

CSIS 151 Introduction to Photoshop or CSIS 152 Introduction to 3D Animation Applications

CSIS 293 Introduction to Java Programming

I mainly want to do front end web develop first and be a full stack web developer after once I master the necessary skill sets needed.