How to dev

How to dev

Follow
homeCoursesPodcast guestingLinktreeFree mentoring
Tag

JavaScript

#javascript

More content

Read more stories on Hashnode


Articles with this tag

How to manage the ever-growing execution time of E2E tests

Apr 5, 20235 min read

In this article, we will take a look at some possible solutions to problems that appear if you adhere to the discipline of creating end to end (E2E)...

How to manage the ever-growing execution time of E2E tests

How to prioritize test cases in end-to-end testing

Mar 22, 20234 min read

Adding end-to-end (E2E) tests to your application from scratch is a lot of work. Building a complete test suite will be a long project, so it makes...

How to prioritize test cases in end-to-end testing

Divider App: Improving edge cases

Mar 15, 20235 min read

In the previous article, we took a look at all the edge cases one can find in a simple operation: dividing two numbers. Now, let’s improve all those...

Divider App: Improving edge cases

Divider App: How many edge cases can have one operation

Mar 8, 20236 min read

There is a big difference between an application that works OK only in a perfect situation and one that behaves as expected in all circumstances. For...

Divider App: How many edge cases can have one operation

How to keep your units testable in JavaScript

Feb 1, 20239 min read

Unit tests are a challenging topic, with many interconnected aspects that make it difficult for beginners. If your impression is that they are...

How to keep your units testable in JavaScript

Is jQuery still relevant?

Dec 14, 20224 min read

If you are currently getting into frontend development, you might be confused with jQuery. It can be unclear what it does, why it’s used, and whether...

Is jQuery still relevant?