Open in app

Sign In

Write

Sign In

Pulsara Sandeepa
Pulsara Sandeepa

212 Followers

Home

About

Published in

Javarevisited

·Pinned

Software Design Patterns for Best Practices

In this article I am going to discuss about Software Design Patterns that essential for best practices in coding. Design patterns are common approaches to challenges encountered by software engineers during the development process. Design Patterns can be identified as one of the best practices used by experienced object-oriented software…

Software Development

5 min read

Software Design Patterns for Best Practices
Software Design Patterns for Best Practices
Software Development

5 min read


Published in

Level Up Coding

·Apr 16

Let’s dive into React Hooks — React 16.8

React hooks are the elements of the react framework that allow us to design static or dynamic components and respond by creating functions by invoking specific hook methods from within a component. UI components, on the other hand, are often dynamic. They might have to modify the state of their…

React

12 min read

Let’s dive into React Hooks — Best Practices😇
Let’s dive into React Hooks — Best Practices😇
React

12 min read


Published in

Javarevisited

·Jan 2

Behavioral Design Patterns for Best Practices

Hi Folks, After a long time…🙌😇 In the previous two articles we were discussed about commonly used Creational Design Patterns and Structural Design Patterns. Today we are going to discuss about Behavioral Design Patterns that are commonly used in Software Industry. Behavioral design patterns are design patterns that focus on…

Design Patterns

5 min read

Behavioral Design Patterns for Best Practices
Behavioral Design Patterns for Best Practices
Design Patterns

5 min read


Published in

Javarevisited

·Jul 15, 2022

Structural Design patterns for Best Practices

Structural Design Patterns✨ In the previous article we discussed about Creational design patterns that that involves in object creation. In this article, we are going to discuss structural design patterns. Structural design patterns discover relationships between large object structures to simplify their design. …

Java

5 min read

Structural Design patterns for Best Practices
Structural Design patterns for Best Practices
Java

5 min read


Published in

Level Up Coding

·Aug 24, 2021

Image Crop Using ReactJS

When building a web application, one of the most challenging things is inserting images using input boxes and cropping them according to a given aspect ratio. So by reading this article, you can solve these troubles mentioned above when developing a web project. Let’s get started.🎊 STEP 1: Create a React JS application You’ll need to have…

Web Development

4 min read

Image Crop — using React JS
Image Crop — using React JS
Web Development

4 min read


Published in

Javarevisited

·May 13, 2021

Learn Dynamic Programming by Solving Knapsack Problem in Java

“A lot of problems we face in life, be it business, finance, including logistics, container ship loading, aircraft loading -these are all knapsack problems,” — Carsten Murawski What is Dynamic Programming? In this article, I am going to discuss solving knapsack problems using dynamic programming. …

Programming

4 min read

Learn Dynamic Programming by Solving Knapsack Problem in Java
Learn Dynamic Programming by Solving Knapsack Problem in Java
Programming

4 min read


Published in

Nerd For Tech

·Apr 17, 2021

How to use Web Storage in Browsers

Browsers can store key-value pairs in a better way than using cookies. In this article, I am going to discuss HTML web storage that is used in Web browsers. Let’s dive into the explanation. What are cookies? Cookies🍪 Browser cookies are identified and read by “key-value” pairs. These tell cookies where to be sent…

Web Development

3 min read

How to use Web Storage in Browsers
How to use Web Storage in Browsers
Web Development

3 min read


Published in

LinkIT

·Mar 19, 2021

Maximum Perimeter Triangle With The Greedy Approach

Understanding the greedy algorithm — Let’s think of an array of stick-lengths, find which three sticks form a non-degenerate triangle such that: the triangle has a maximum perimeter if there are two or more combinations with the same value of maximum perimeter, output the one with the longest side. Output -1 if not possible Are…

Programming

3 min read

Maximum Perimeter Triangle With The Greedy Approach
Maximum Perimeter Triangle With The Greedy Approach
Programming

3 min read


Published in

LinkIT

·Mar 19, 2021

Let’s Dive Into MVC Architecture

Basics of Model-View-Controller Architecture — What is MVC architecture? The Model-View-Controller (MVC) is an architectural pattern that separates an application into three main logical components: the model, the view, and the controller. Each of these components is built to handle specific development aspects of an application. …

Web Development

3 min read

Let’s Dive Into MVC Architecture
Let’s Dive Into MVC Architecture
Web Development

3 min read


Published in

Javarevisited

·Mar 17, 2021

When to use Stack Data Structure

A stack is an abstract data type that consists of a predefined capacity. It allows adding and removing elements in a particular order. When every time an element is added, it goes to the top of the stack. Stack enables all data to operations at one end only. …

Programming

4 min read

When to use Stack Data Structure
When to use Stack Data Structure
Programming

4 min read

Pulsara Sandeepa

Pulsara Sandeepa

212 Followers

Tech Enthusiast | Undergraduate | Blogger

Following
  • Benjamin A.

    Benjamin A.

  • Joshua Otwell

    Joshua Otwell

  • Darrin Atkins

    Darrin Atkins

  • javinpaul

    javinpaul

  • Owen W.

    Owen W.

See all (182)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams