詳細検索

javascript


Async/Await: a Game Changer for Haters of Promise Chaining
Tips
June 14, 2023

Async/Await: a Game Changer for Haters of Promise Chaining

If you became a frontend engineer after 2015, chances are that you have used or at least heard about `Promise`. As I have covered in my previous blog, `Promise` can help us specify sequential...

The Whys and Hows of Promise in JavaScript
Tips
May 30, 2023

The Whys and Hows of Promise in JavaScript

If you have done any web development after 2015, chances are that you have heard of the concept of Promise. It wouldn't be an overstatement to claim that Promise is ubiquitous in modern-day front-end...

Accelerate development even further with React Hot Loader
Tips
April 24, 2017
6分で読めます

Accelerate development even further with React Hot Loader

Hello! I'm Yoshida, a web engineer. On the 16th of last month, I made a presentation at a large-scale React-related event called React.js meetup × React Native meetup, where 180 engineers gathered, as the top batter in the LT frame. I will now explain in detail the announcement "**Introduction of React Hot Loader**" that I made at that time. ...

We held a study session! ! "PlayCanvas Beginner Study Group for HTML5 Game Development"
Tips
June 29, 2016
2分で読めます

We held a study session! ! "PlayCanvas Beginner Study Group for HTML5 Game Development"

Hello, this is Fukase. The other day, we held our second study session for external parties, so I would like to report on the situation. This time, we invited Mr. Hiramitsu as a lecturer and used PlayCanvas to create a simple game by tracing the tutorial. The photo shows our management team chatting with the participants until the start of the study session. We serve a welcome drink every time and welcome you in a relaxed atmosphere. ...

Building a CSS/JavaScript Compilation Environment with Gulp ─ CentOS
Tips
April 7, 2015

Building a CSS/JavaScript Compilation Environment with Gulp ─ CentOS

Traditionally, CSS and JavaScript, the main assets of the web frontend, were difficult to manage at the source level, and quickly entered chaotic territory and became difficult to maintain. To make CSS and JavaScript in this chaotic area easier to maintain and manage at the source level, the compiled build mechanisms of Grunt and Gulp were created. In today's world, front-end development is SCSS (SASS, LES...

Building a CSS/JavaScript Compilation Environment with Gulp ─ Windows
Tips
April 7, 2015

Building a CSS/JavaScript Compilation Environment with Gulp ─ Windows

I have a strong feeling now, but in the world, the default development method in front-end development is to improve the efficiency of CSS and JavaScript coding with SCSS (SASS, LESS, etc.), CoffeeScript, etc., while at the same time making it easier to maintain and manage the source. I'm a big fan of incorporating technology in that area, and I used to code CSS and JavaScript raw, but recently I've been doing it...

In-page links in iframes (no scroll bar + cross-domain)
Tips
February 6, 2015
2分で読めます

In-page links in iframes (no scroll bar + cross-domain)

Not really... I don't think there is much demand, but I'm going to write about the in-page link in the iframe that was stuck before. I used an iframe to display HTML content created separately in a web service. At that time, there was a problem that the in-page link did not work in the html content. If the iframe has a scrollbar, you can link to the page in the normal way、...

Something like a front-end development tool map. Summary of JavaScript frameworks, AltJS, CSS preprocessors, HTML templates, etc.
Tips
February 2, 2015

Something like a front-end development tool map. Summary of JavaScript frameworks, AltJS, CSS preprocessors, HTML templates, etc.

I became an employee on February 1st. This is my first blog. I'm an employee from today, so it's my first job. By the way, I am a designer. But I'm becoming a front-end engineer. But I'm a designer. Yes, let's stop making meaningless preambles and get to the point. Today, I'm going to give you an overview of front-end development tools. Don't say, "I'm not a front-end engineer after all!" ...

Pitfalls caused by the JavaScript debugging object "console"
Tips
July 18, 2012
3分で読めます

Pitfalls caused by the JavaScript debugging object "console"

\[caption id="attachment\_267" align="alignleft"\] 'console' is not declared (IE8)\[/caption\]...

CSS3 Editor
Tips
June 28, 2012
1分で読めます

CSS3 Editor

The properties added in CSS3 have a long syntax, and since each browser has different implementations, it is quite difficult to mark up because it is necessary to write them separately with vendor prefixes. 「Adobe...