DEV Community

Adrian Matei  profile picture

Adrian Matei

Making bookmarking easier for devs with www.codever.dev

Education

Software Engineer

Calculate life span and age in years in javascript/typescript

Calculate life span and age in years in javascript/typescript

3
Comments 1
2 min read

Want to connect with Adrian Matei ?

Create an account to connect with Adrian Matei . You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
How to use test.each to avoid repetitive tests in jest

How to use test.each to avoid repetitive tests in jest

Comments
5 min read
One easy way to set the name in jest repetitive tests (test.each)

One easy way to set the name in jest repetitive tests (test.each)

1
Comments
2 min read
How to compare mongoose model objects in jest while excluding _id

How to compare mongoose model objects in jest while excluding _id

1
Comments
2 min read
How to verify an object is empty object with Jest (extended)

How to verify an object is empty object with Jest (extended)

1
Comments
1 min read
Improve Your Dev Productivity with Bookmarks, Snippets and Notes Management

Improve Your Dev Productivity with Bookmarks, Snippets and Notes Management

1
Comments
2 min read
How to set mongoose schema field from list of strings (enum)

How to set mongoose schema field from list of strings (enum)

4
Comments
1 min read
How to set value of input field in angular template

How to set value of input field in angular template

2
Comments
1 min read
How to compare date (no time) with current day in javascript

How to compare date (no time) with current day in javascript

2
Comments
1 min read
How to use jest test.each function

How to use jest test.each function

6
Comments
2 min read
Do nothing on Angular material dialog scrolling

Do nothing on Angular material dialog scrolling

6
Comments
2 min read
How to configure and use environment specific values in Angular

How to configure and use environment specific values in Angular

6
Comments 1
2 min read
Increase productivity by visually differentiating between environments

Increase productivity by visually differentiating between environments

2
Comments
2 min read
How to add class conditionally to css element in angular

How to add class conditionally to css element in angular

5
Comments
1 min read
How to expand dynamically angular material panel

How to expand dynamically angular material panel

6
Comments
1 min read
How to access filtered elements in angular pipe

How to access filtered elements in angular pipe

6
Comments
1 min read
How to copy to clipboard with angular material

How to copy to clipboard with angular material

2
Comments
1 min read
How to set default value to query param in jax-rs

How to set default value to query param in jax-rs

3
Comments
1 min read
How to unmarshall xml string to java object with JAXB

How to unmarshall xml string to java object with JAXB

3
Comments
1 min read
How to execute delete statements with jpa query

How to execute delete statements with jpa query

3
Comments
1 min read
How to get mockable current time in java enterprise

How to get mockable current time in java enterprise

5
Comments
2 min read
How to consume a text message from a JMS queue with a Message Driven Bean (MDB)

How to consume a text message from a JMS queue with a Message Driven Bean (MDB)

5
Comments
2 min read
How to delete documents in mongo with mongoose

How to delete documents in mongo with mongoose

8
Comments
1 min read
Pagination with JPA queries

Pagination with JPA queries

5
Comments
1 min read
How to use named parameters in JPA queries

How to use named parameters in JPA queries

6
Comments
1 min read
How to use named queries with JPA and JPQL

How to use named queries with JPA and JPQL

6
Comments
1 min read
How To return CREATED HTTP Status Code in Jax-Rs

How To return CREATED HTTP Status Code in Jax-Rs

6
Comments
1 min read
How to return a response with OK HTTP Status Code with Jax-Rs

How to return a response with OK HTTP Status Code with Jax-Rs

5
Comments
1 min read
How to define and use variables in sass

How to define and use variables in sass

6
Comments
1 min read
How to delete a kubernetes deployment with kubectl

How to delete a kubernetes deployment with kubectl

6
Comments
1 min read
How to center align a table on page and elements inside the table

How to center align a table on page and elements inside the table

5
Comments
2 min read
How to set focus on angular material autcomplete input field

How to set focus on angular material autcomplete input field

6
Comments
1 min read
Command to list docker containers

Command to list docker containers

4
Comments
1 min read
How to delay an http response in ExpressJS

How to delay an http response in ExpressJS

5
Comments 1
1 min read
How to access submitted form data value from request in ExpressJS

How to access submitted form data value from request in ExpressJS

4
Comments
1 min read
Fix SAXParseException; src-resolve: Cannot resolve the name '…' to a(n) 'type definition'

Fix SAXParseException; src-resolve: Cannot resolve the name '…' to a(n) 'type definition'

5
Comments
2 min read
How to pass text as input in a POST request body with Jax-RS

How to pass text as input in a POST request body with Jax-RS

6
Comments
1 min read
How to start nodemon with custom port

How to start nodemon with custom port

6
Comments 2
1 min read
How to connect to SQL Plus in oracle xe running in a docker container

How to connect to SQL Plus in oracle xe running in a docker container

5
Comments
1 min read
How to read file from test resources in java unit test

How to read file from test resources in java unit test

6
Comments
1 min read
How to disable Angular's build-in sanitization for an URL

How to disable Angular's build-in sanitization for an URL

6
Comments 2
1 min read
Angular material dialog example

Angular material dialog example

5
Comments
2 min read
How to use routerLink in Angular to specify value of parameter in url

How to use routerLink in Angular to specify value of parameter in url

6
Comments
1 min read
How to count newest entries created in an oracle database

How to count newest entries created in an oracle database

6
Comments 2
1 min read
How to renew Let's Encrypt ssl certificate with certbot for nginx in the command line

How to renew Let's Encrypt ssl certificate with certbot for nginx in the command line

6
Comments
3 min read
How to lazy load modules in Angular with loadChildren

How to lazy load modules in Angular with loadChildren

2
Comments
2 min read
How to store result from async pipe in angular

How to store result from async pipe in angular

5
Comments
2 min read
How to highlight liquid code in Jekyll

How to highlight liquid code in Jekyll

2
Comments
1 min read
How to find an entity in jpa with primary key

How to find an entity in jpa with primary key

2
Comments
1 min read
How to see remote url in git

How to see remote url in git

3
Comments
2 min read
How to do a Select clause comparison of LocalDateTime in JPA

How to do a Select clause comparison of LocalDateTime in JPA

5
Comments
1 min read
SQL Select with IN clause from list with JPA

SQL Select with IN clause from list with JPA

4
Comments
1 min read
How to access path parameters in angular router

How to access path parameters in angular router

5
Comments
2 min read
How to set query parameters in angular rest call

How to set query parameters in angular rest call

4
Comments
1 min read
How to create a MongoDB full text index

How to create a MongoDB full text index

6
Comments
2 min read
How to get date or datetime from string in java

How to get date or datetime from string in java

5
Comments
1 min read
Get user input value from input box in visual studio code

Get user input value from input box in visual studio code

6
Comments
1 min read
Force null value check on field mapping in Mapstruct

Force null value check on field mapping in Mapstruct

6
Comments
1 min read
Javascript runtime interview question

Javascript runtime interview question

6
Comments
2 min read
Higher order functions and closures example in Javascript

Higher order functions and closures example in Javascript

7
Comments
1 min read
loading...