kevindiem (25)in #programming • 7 years agoLazy Loading Stylesheets and Fonts.Stylesheets can become very large and slow down the speed at which your web pages render. This is especially true when they include large libraries or several fonts. Using some…kevindiem (25)in #programming • 7 years agoThorough Explanation of Apply, Bind and Call in JavaScriptfunction.prototype.apply , function.prototype.bind and function.prototype.call are all very similar but there are some important distinctions. You should be familiar with all…kevindiem (25)in #programming • 7 years agoLearning How To Learn How To ProgramI was talking with a friend today about how she tried (unsuccessfully) to learn how to program. Her experienced mirrored that of other people I've seen try and fail to learn how…