Git Product home page Git Product logo

javautils's Introduction

javautils's People

Contributors

nstarlike avatar nstarlike2 avatar

Watchers

 avatar

javautils's Issues

Make variables final

As the variables in the PasswordUtils class are not changed after defined, they need to be declared as final.

Query string builder

In web applications, a query string is appened to a link to list, view, write, update, etc pages. It's a little complicate logic.
When a query string exists in web page, query strings for each purpose needs to be generated based on the existent query string.

Pagination

All most list in a web application need a pagination for performance. Calculation for a pagination is tedious boilderplate work. Thus, a pagination utility does help a development of web application.

ID utility

We need features regarding ID. For now, as follows.

  • Generate an ID randomly
  • Check an ID if it conforms to a format

Enhance to get a random ID functionality

The getRandomID method of the IDUtils class of the nstarlike.javautils.credential package returns a random ID which are suffixed four random numbers. I feel not quite satisfied with this. I think we should make it better to get more relevant IDs with the input ID. But we have a limitation, for example we cannot include a huge dictionary. So I think we should just make some core funtionality with some sample data. After that, as changing the interface, we can use this functionality in production perfectly.

First of all we need some algorithm to get a relevant word or something.
And then we have two options for nominees.
First, we can use a Database system.
Secondly, we can use a file or files. (I think this is more proper.)

Good luck!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.