Sort By :
0 votes
0 answers
1.7k views

What's the best way to start learning how to code?

Topic: Computer Software & Hardware ,    Subtopic: Computer Programming Tags: programming coding web design

I'd like to get into computer programming, but I'm having a hard time finding a jumping off point....

asked: UTC 2020-10-07 03:15 AM
image kelliemogg (20)
0 votes
1 answers
2.0k views

Why are off-by-one errors common in programming?

Topic: Computer Software & Hardware ,    Subtopic: Computer Programming

I have been coding for years, and have often noticed off-by-one errors in programming. It would be as simple as missing a semi colon in Java, or using "=" in the if conditions instead of "==", or as hard as never being able to figure out what caused "core dumped" error in C++ or C. ...

asked: UTC 2020-10-12 10:22 PM
image Harsh (144)
0 votes
1 answers
2.1k views

In what ways do you think learning C will benefit me as a software engineer?

Topic: Computer Software & Hardware ,    Subtopic: Computer Programming Tags: C programming software engineering programming computer language

A lot of software engineers don't seem to think learning C is super important. In what ways do you think learning C will give me a leg up when searching for jobs (if any)?...

asked: UTC 2020-10-21 04:43 PM
image kelliemogg (20)
0 votes
0 answers
2.2k views

How do you figure out how to solve a Heisenbug?

Topic: Computer Software & Hardware ,    Subtopic: Computer Programming Tags: Heisenbug programming computer science

A Heisenbug is a software bug that seems to disappear or alter its behavior when one attempts to study it. Since it disappears, how do you go about figureing out what's causing it and eventually getting rid of it?...

asked: UTC 2020-10-21 11:32 PM
image NickG (310)
0 votes
1 answers
2.0k views

How to make flexbox items the same size?

Topic: Computer Software & Hardware ,    Subtopic: Computer Programming Tags: flex css

I want to use flexbox that has some number of items that are all the same width. I've noticed that flexbox distributes the space around evenly, rather than the space itself.   .header {  display: flex;}.item {  flex-grow: 1;  text-align: center;  border: 1px solid black;}&...

asked: UTC 2021-01-31 05:46 PM
image chayaneng (90)
0 votes
0 answers
1.1k views

Embedded Postgres/Docker for Postgres image

Topic: Computer Software & Hardware ,    Subtopic: Computer Programming Tags: java postgres postgresql SQL web application

I have to develop a Contact Management system with Postgres DB as Java console app. The requirement is the db should be bundled to that java app so that when it start/stops this db also starts/stops. I read blogs which made me realize there are things like initializing db while installing our app in...

asked: UTC 2021-09-04 07:55 PM
image vijay (0)