atlas news
    
Kyohei Fukuda : devto
20  septembre     04h01
Visualized Communication Strengthens Both Individuals and Teams - Featuring CleanShot X
Kyohei Fukuda    Asynchronous Communication for Remote Workers In a time where remote work has become the norm, I find that asynchronous communication on platforms such as GitHub and Slack has become an essential factor in determining whether or not work can be accomplished efficiently. Personally, I was not...
06  septembre     02h54
Published Chrome extension for streamlined React development
Kyohei Fukuda    I created a Chrome extension called React Inspector. It launches the inspector on Chrome and opens the source code of the clicked React component in an editor. Currently only VSCode is supported PS: Open in Editor URL can be set from the options page to open with Any Editor ’s URL...
09  juin     12h03
Why are you setting disabled property for each input element?
Kyohei Fukuda    If you set a disabled property on the fieldset element, there is no need to set disabled on each input element. Before : lt;form onSubmit handleSubmit gt; lt;div gt; lt;label gt; Email: lt;input disabled loading type email gt; lt; label gt; lt; div gt; ...
08  juin     07h11
Manage your life task with GitHub
Kyohei Fukuda    Many things happen in life. Sometimes nothing happens, and we are bored. Why don’t you create a life repository to To Create Issue for now to move forward in the direction you want as much as possible This article describes my efforts to make my life as stress free as possible using GitHub,...
15  mars     11h45
A full comparison of 6 JS libraries for generating PDFs
Kyohei Fukuda    Introduction In this article, we’ll talk about a series of Javascript libraries for generating PDFs. We’ll look into real world use cases and we’ll mainly focus on things: the running environment the supported modules typings custom fonts easy to use After this read, you’ll be able to find...