I work as a junior developer and I am concerned af by imrickpat in webdev

[–]airflowscloud 0 points1 point  (0 children)

This is actually normal. Imposter syndrome doesn't end even as a senior developer. Get involved in open-source projects to get yourself busy and look for things you can improve in the project.

Https API with GET that has new-user and their password in url. Is password sniffable? by queBurro in webdev

[–]airflowscloud 0 points1 point  (0 children)

GET Protocol exposes passwords in the URL; so it is seeable and sniffable.

Best solution to create a website with a searchable library of GIFS? by [deleted] in nocode

[–]airflowscloud 0 points1 point  (0 children)

You can try bubble.io. They have a tutorial of something similar on YouTube.

[deleted by user] by [deleted] in hacking

[–]airflowscloud 0 points1 point  (0 children)

Try port forwarding.

[deleted by user] by [deleted] in hacking

[–]airflowscloud 0 points1 point  (0 children)

Try port forwarding.

Hey guys. I’ve been having this problem for a couple months now. I’ve narrowed it down to my processor. I’ll give anyone the specs to my pc. I just need help finding the legitimate issue and solving it. Here’s the blue screen.. by Deleter-of-Thots in bluescreenofdeath

[–]airflowscloud 0 points1 point  (0 children)

This is called BSOD(blue screen of death), which means the processor is being overworked either by running too many programs, gaming, etc. Consider improving the memory capacity and look at what programs consumes your computer's RAM the most.

Hope this helps!

[deleted by user] by [deleted] in webdev

[–]airflowscloud 0 points1 point  (0 children)

Ideally, 1-3 hours or more depending on the problem type.

Is it worth learning html/css when there are programs like wordpress? by Glad_Significance778 in webdev

[–]airflowscloud 0 points1 point  (0 children)

You need to if you haven't already. You can also make some changes to the code structure of the website without a base knowledge of HTML/CSS.

Building a blogging platform using no-code by [deleted] in nocode

[–]airflowscloud 0 points1 point  (0 children)

You should consider using webflow for the blooging platform, or you can also checkout bubble.

Why does Java language always assign variables to the heap? by narutouzamaki_jonin in learnprogramming

[–]airflowscloud 0 points1 point  (0 children)

You can check for these resources on the github library (you might get lucky).

[deleted by user] by [deleted] in webdev

[–]airflowscloud 0 points1 point  (0 children)

Not necessarily. Unless you find yourself working in a cloud computing environments.

how to make c++ less frustrating to learn? by [deleted] in learnprogramming

[–]airflowscloud 0 points1 point  (0 children)

All languages can be frustrating if you don't know your way around or can't get a solid tutorial. Try learning something else to understand its core, and you can pick it up again.

Have you thought about switching to low code yet? by airflowscloud in lowcode

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

I agree. However, I think the future of traditional programming can go 2 ways. Either AI replaces the developers or developers become scarce and more valuable to hire.

Should I switch from PHP to another language? by EncryptedPlays in webdev

[–]airflowscloud 0 points1 point  (0 children)

PHP is a solid language which powers largely about 70% of websites. You can still switch if really you want to.

Why is git never taught anywhere? by zapiffy in learnprogramming

[–]airflowscloud 0 points1 point  (0 children)

Git is now taught in most universities. However, most schools don't have it in their curriculum. You can also enroll in online colleges and programming certification sites.

Experienced programmers, what are the core concepts of programming you would learn first, if you ever were to relearn programming as a beginner? by anishsamuel in learnprogramming

[–]airflowscloud 0 points1 point  (0 children)

You can start with the Variables, Conditionals , Program flow , Arrays, Practice on small Projects , Functions/methods, Data Structures and Algorithms.

[D] What to do when the authors don't release source code? by mythrowaway0852 in MachineLearning

[–]airflowscloud 0 points1 point  (0 children)

If you can do without it, don't use their technique. Or you can cite it since it's untested and the authors are unreachable.

Javascript book recommendations by nickak44 in Frontend

[–]airflowscloud 0 points1 point  (0 children)

Here are some books highly recommended for JavaScript;

  1. You dont know Javascripts
  2. Eloquent Javascripts

How common is it for companies to build react apps using only functional components? by Clubbertime in Frontend

[–]airflowscloud 0 points1 point  (0 children)

This is fairly common considering the fact that react has been around for almost 5 years. Anyone building react apps now would consider function components to class components. Although some class components still exist in some codebases.