DEV Community

Help!

A place to ask questions and provide answers. We're here to work things out together.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Running a modular Sinatra app on Heroku

Running a modular Sinatra app on Heroku

7
Comments 2
1 min read
Wordpress: ACF Repeater & Flexible Content fields

Wordpress: ACF Repeater & Flexible Content fields

10
Comments 2
3 min read
Technical Writers in Need

Technical Writers in Need

9
Comments 3
2 min read
OOP practice with a standard project in PHP.

OOP practice with a standard project in PHP.

28
Comments 7
1 min read
What is 'impedence mismatch' in the context of sql databases ?

What is 'impedence mismatch' in the context of sql databases ?

9
Comments 4
1 min read
The Dev World news

The Dev World news

12
Comments 7
1 min read
How not to get distracted while learning something new ?

How not to get distracted while learning something new ?

7
Comments 5
1 min read
Can we see analytics for our posts anywhere?

Can we see analytics for our posts anywhere?

16
Comments 5
1 min read
React, React-Router and Fetch API

React, React-Router and Fetch API

18
Comments 9
1 min read
The Reverse Polish Notation evaluator using only call stack

The Reverse Polish Notation evaluator using only call stack

13
Comments 1
1 min read
What will I learn to be able to make a little library system on the website?

What will I learn to be able to make a little library system on the website?

10
Comments 1
1 min read
minimal DI container in TypeScript

minimal DI container in TypeScript

13
Comments 2
2 min read
Angular2 error

Angular2 error

6
Comments 2
1 min read
[dev.to] Is there a #hashtag 'looking for skill/collaboration'?

[dev.to] Is there a #hashtag 'looking for skill/collaboration'?

14
Comments 7
1 min read
Best resources for learning cloud and distributed computing?

Best resources for learning cloud and distributed computing?

12
Comments 2
1 min read
Ruby Segmentation Fault When Running RSpec

Ruby Segmentation Fault When Running RSpec

19
Comments 13
2 min read
Need Help on my Project

Need Help on my Project

10
Comments 2
1 min read
Moving JSON informations to a default JSON template [Solved]

Moving JSON informations to a default JSON template [Solved]

7
Comments
1 min read
Go is so slow on my machine

Go is so slow on my machine

6
Comments 3
1 min read
[Web] Your download will start in a few seconds...

[Web] Your download will start in a few seconds...

37
Comments 17
1 min read
Am looking to upgrade my programming laptop, any suggestions less than $600?

Am looking to upgrade my programming laptop, any suggestions less than $600?

14
Comments 10
1 min read
Resources for Getting into DevOps?

Resources for Getting into DevOps?

126
Comments 19
1 min read
How to get a job?

How to get a job?

33
Comments 7
1 min read
Is it possible to have a responsive image in a flexbox item?

Is it possible to have a responsive image in a flexbox item?

8
Comments 3
1 min read
How to make many http requests with react

How to make many http requests with react

22
Comments 8
1 min read
Someone who shows me how to publish here?

Someone who shows me how to publish here?

10
Comments 4
1 min read
Floating Point Imprecision

Floating Point Imprecision

7
Comments
1 min read
Reviving career after a break and post multiple rejections!

Reviving career after a break and post multiple rejections!

67
Comments 12
3 min read
SVG and the `all` property

SVG and the `all` property

8
Comments
1 min read
How do you update backend web services without downtime?

How do you update backend web services without downtime?

44
Comments 16
1 min read
Eventish: A wrapper around NodeJS raw events API

Eventish: A wrapper around NodeJS raw events API

9
Comments
1 min read
How do you handle a component update ?

How do you handle a component update ?

27
Comments 6
1 min read
Why is this code not working?

Why is this code not working?

10
Comments 4
1 min read
In VR, what is that "loading" animation called when you look at something that you can interact with?

In VR, what is that "loading" animation called when you look at something that you can interact with?

10
Comments 5
1 min read
Simplest way to deploy a Flask app

Simplest way to deploy a Flask app

20
Comments 10
1 min read
How do you survive over a year of rejected applications?

How do you survive over a year of rejected applications?

132
Comments 65
1 min read
Acquia Search

Acquia Search

6
Comments
1 min read
Which subreddits/other websites [like show HN, betalist etc.] to use for getting feedback on projects?

Which subreddits/other websites [like show HN, betalist etc.] to use for getting feedback on projects?

10
Comments 2
1 min read
Is their any API where I could get all my posts from the site?

Is their any API where I could get all my posts from the site?

9
Comments 2
1 min read
Cannot call pointer method on Literal

Cannot call pointer method on Literal

7
Comments 1
1 min read
Telegram user responses to database/form. Any recommendations?

Telegram user responses to database/form. Any recommendations?

7
Comments
1 min read
Looking for back-end project ideas for beginners

Looking for back-end project ideas for beginners

29
Comments 12
1 min read
Service Workers... aren't working

Service Workers... aren't working

11
Comments 4
1 min read
In Windows (10), how to configure global proxy settings for all network connections and not just 'the internet'?

In Windows (10), how to configure global proxy settings for all network connections and not just 'the internet'?

10
Comments 2
1 min read
What is the easiest way to make a video/text chat app?.

What is the easiest way to make a video/text chat app?.

19
Comments 3
1 min read
How do you use monorepo with #lerna to your FrontEnd and BackEnd?

How do you use monorepo with #lerna to your FrontEnd and BackEnd?

9
Comments 2
1 min read
How do I write this HTML line better

How do I write this HTML line better

6
Comments 4
1 min read
How can I preview emails on Apple Watch without one?

How can I preview emails on Apple Watch without one?

8
Comments 2
1 min read
FTP - Upload files without folder structure

FTP - Upload files without folder structure

9
Comments 4
1 min read
Machine Learning career path

Machine Learning career path

3
Comments 3
1 min read
Jquery datatables Sorting

Jquery datatables Sorting

10
Comments 3
1 min read
getting started in web development freelancing.

getting started in web development freelancing.

11
Comments 3
1 min read
how to describe my previous work without breaking confidentiality

how to describe my previous work without breaking confidentiality

26
Comments 6
1 min read
What to learn to become a front end developer?

What to learn to become a front end developer?

31
Comments 7
1 min read
Express.js vs Django, which framework should I learn ??

Express.js vs Django, which framework should I learn ??

8
Comments 4
1 min read
How to set ecmaScript version in .eslintrc.yml?

How to set ecmaScript version in .eslintrc.yml?

9
Comments 2
1 min read
Explain Pseudocode

Explain Pseudocode

11
Comments 4
2 min read
[HTML5/JS] Define a custom self closing (void) HTML element like BR and IMG

[HTML5/JS] Define a custom self closing (void) HTML element like BR and IMG

6
Comments 2
1 min read
Project Ideas for a Hackathon (Going for the first time)

Project Ideas for a Hackathon (Going for the first time)

13
Comments 2
1 min read
How are you doing role based authorization in Express?

How are you doing role based authorization in Express?

10
Comments
1 min read
loading...