|
You are here |
antoinevastel.com | ||
| | | | |
www.adamalbrecht.com
|
|
| | | | | As my work has transitioned from traditional web apps to thick-client Javascript apps (primarily using Angular), Grunt has become essential in my workflow. Grunt is a nice tool and it gets the job done. But there was always something I didn't like about it that I couldn't quite articulate until I discovered Gulp.js. Whereas in Grunt, you create a json configuration file, Gulp is just a script. It's code. And it really fits my programmer brain better. In this post, I'll convert a basic Gruntfile that compiles and minifies Coffeescript into Gulp. | |
| | | | |
steakenthusiast.github.io
|
|
| | | | | IntroductionWelcome to the first article in my series about Javascript deobfuscation. I won't be going in-depth regarding practical deobfuscation techniques; that'll be reserved for later articles. Ra | |
| | | | |
marcolabarile.me
|
|
| | | | | Doing this migration in a large codebase can be tedious but necessary. The article will show you how to automate this task using JS code transformation tools. | |
| | | | |
geoff.tuxpup.com
|
|
| | | Part of the appeal of Smelte was Tailwind CSS integration. After going back and trying Smelte some more, I concluded that it'd be easier to use Tailwind directly, at the cost of giving up some very convenient widtgetry. The Smelte widgets aren't comprehensive enough to use them all alone, and their customization of Tailwind makes it too hard to integrate things that rely on the vanilla utility classes. So here's how I'm integrating. | ||