Posts

Showing posts from December, 2019

Curiosity Digest #11

Image
JavaScript Getting Creative with the Console API! - supercharge your console.log()'s and make monitoring and debugging your app more pleasant. Use $ & $$ Instead of document.querySelector/All in JavaScript without jQuery - for those of you who are Breaking Up With jQuery ... ES6 features in JavaScript - familiarize yourself with some of the most popular ES6 goodies Generating PDFs in Javascript for fun and profit! - Sometimes you want to generate PDFs on the fly, and now you can do so in JavaScript. Making the Move from jQuery to Vue - No, you don't have to give up jQuery, but if you want to transfer everything you've learned using it to Vue, check out this article. Node Next Genpm - A look at some npm alternatives Git A hacker is wiping Git repositories and asking for a ransom - Make sure you're protected! Machine Learning What is Machine Learning? - a primer on what ML is and how it works. Development The 3 Lies Stopp

Curiosity Digest #10

Image
CSS How to Align Things in CSS - A great article showing how to do all the things you wish you knew how to do when it comes to aligning stuff with CSS 50+ Best Free Bootstrap Templates to Create Modern Websites 2019 - You know, using Bootstrap doesn't mean it has to look like you're using Bootstrap... CSS Houdini Could Change the Way We Write and Manage CSS - a new way to manage CSS? Yes, I'm curious! React Beyond Create React App: React Router, Redux Saga, and More - Okay, you've got a good handle on the basics of React, what comes next? This article has some ideas for you. VS Code Write beautiful and consistent JavaScript code using ESLint, Prettier and VSCode - How to bring consistency to your team's code -- but just as useful for creating consistent, well-formatted code for yourself. UI/UX Perfect object-oriented UX - A designer discusses how the principles of object oriented programming can carry over to design. Development