front-end

6 posts
React + OpenAPI: The Easiest Way to Handle APIs
front-end
members

React + OpenAPI: The Easiest Way to Handle APIs

OpenAPI and React – A match made in developer heaven! Introduction Let’s face it—writing code to interact with APIs can be tedious and error-prone. Without using tools, you’re stuck doing a lot of ma
Kaitou
Kaitou
Build your first simple image classifier with JavaScript
WEB
members

Build your first simple image classifier with JavaScript

In this article, I would like to present a simplest way to make your first application that could be used for image classification problem: detecting dog breed from an image. I. IntroductionLet's imag
Kingsley
TOP 5 reference websites for Japanese web design
WEB
members

TOP 5 reference websites for Japanese web design

01https://www.webdesignclip.com/ This is a website that allows users to consult web designs not only in Japan but also in the world, in addition, the site also synthesizes designs for landing pages an
KAN
Javascript: Spread Operator
WEB
members

Javascript: Spread Operator

What is Spread Operator? ES6 provided a new operator called spread operator that consists of three dots (...). The spread operator allows you to expand arguments for function calls, elements for array
Huska
JavaScript: var, let and const
WEB
members

JavaScript: var, let and const

I. IntroductionECMAScript6 (abbr. ES6) is the second major revision to JavaScript and also known as ECMAScript2015. This is a JavaScript standard meant to ensure the interoperability of web pages acro
Kingsley
Top recommended UI-controls for front-end developer
WEB
members

Top recommended UI-controls for front-end developer

1. Ant DesignHome page: https://ant.design/License: MITSuppported:ReactJS: https://ant.design/components/overview/Angular (2 or above): https://ng.ant.design/components/overview/enMobile viewport: htt
Niko
Niko