DEV Community

Naveen Dinushka profile picture

Naveen Dinushka

404 bio not found

Joined Joined on  github website twitter website
Converting React Forms to Formik and Yup

Converting React Forms to Formik and Yup

5
Comments
4 min read

Want to connect with Naveen Dinushka?

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

Already have an account? Sign in
Return Largest Numbers in Arrays (freecodecamp notes)

Return Largest Numbers in Arrays (freecodecamp notes)

4
Comments 1
1 min read
How to use formData Web API to collect form data

How to use formData Web API to collect form data

3
Comments 4
2 min read
Finding the longest word in a sentence/string (freecodecampnotes)

Finding the longest word in a sentence/string (freecodecampnotes)

1
Comments
1 min read
Modify an Array Stored in an Object (freecodecamp notes)

Modify an Array Stored in an Object (freecodecamp notes)

3
Comments
1 min read
Iterate through keys of an object using for..in statement (freecodecamp notes)

Iterate through keys of an object using for..in statement (freecodecamp notes)

1
Comments
1 min read
Check if an Object has a Property (freecodecamp notes)

Check if an Object has a Property (freecodecamp notes)

Comments
1 min read
Iterate Through All an Array's Items Using For Loops (freecodecamp notes)

Iterate Through All an Array's Items Using For Loops (freecodecamp notes)

2
Comments
1 min read
Async JS - Callbacks, Promises, Async await

Async JS - Callbacks, Promises, Async await

2
Comments
3 min read
Getters/Setters to control access to an object (freecodecamp notes)

Getters/Setters to control access to an object (freecodecamp notes)

Comments
1 min read
Strings using template literals (freecodecamp notes)

Strings using template literals (freecodecamp notes)

Comments 1
1 min read
Using recursion to count from startNum to endNum (freecodecamp notes)

Using recursion to count from startNum to endNum (freecodecamp notes)

3
Comments
1 min read
Create a countdown using recursion (FreeCodecamp notes)

Create a countdown using recursion (FreeCodecamp notes)

Comments
1 min read
Handling an action in redux store (Freecodecamp notes)

Handling an action in redux store (Freecodecamp notes)

1
Comments
2 min read
Dispatching an Action Event in Redux (notes from Freecodecamp)

Dispatching an Action Event in Redux (notes from Freecodecamp)

1
Comments
1 min read
How to create an action and an action creator in Redux? (Freecodecamp notes)

How to create an action and an action creator in Redux? (Freecodecamp notes)

3
Comments
1 min read
How to create a basic redux store? (Freecodecamp notes)

How to create a basic redux store? (Freecodecamp notes)

3
Comments
2 min read
Dealing with CORS in ReactJS

Dealing with CORS in ReactJS

1
Comments
1 min read
Creating a Queue in JS

Creating a Queue in JS

Comments
1 min read
How to write a php class that calculates the factorial of an integer?

How to write a php class that calculates the factorial of an integer?

9
Comments
2 min read
Abstract Classes in PHP

Abstract Classes in PHP

6
Comments 2
1 min read
Interfaces in PHP

Interfaces in PHP

13
Comments 2
2 min read
What the heck is :: in php?? (aka the scope resolution operator)

What the heck is :: in php?? (aka the scope resolution operator)

8
Comments
1 min read
Simple Calculator in PHP (OOP principles)

Simple Calculator in PHP (OOP principles)

17
Comments 4
2 min read
Autoload classes in PHP

Autoload classes in PHP

7
Comments 3
1 min read
How to instantiate a PHP class, write properties, methods, static properties and more

How to instantiate a PHP class, write properties, methods, static properties and more

6
Comments
2 min read
PHP: Two to one (take 2 strings and return sorted unique string)

PHP: Two to one (take 2 strings and return sorted unique string)

6
Comments 1
1 min read
How to use bind() to bind a function to an object

How to use bind() to bind a function to an object

9
Comments
1 min read
What is 'this' in JavaScript

What is 'this' in JavaScript

39
Comments 4
1 min read
loading...