Introduction I’m glad there are machine learning implementations in JavaScript. Abstracts a lot of the complexities associated with training & using machine learning models. I just hope ml5.js doesn’t become obsolete tomorrow or the next month! Python has been the modern de-facto language for #machinelearning. And there are tons of python libraries to implement machine learning tasks. However, JavaScript implementations of machine learning are fairly
Pose Recognition with posenet #machinelearning
51-100 #javascript interview questions
Easy Peasy Git for Github with clix
Original Question asked by student Is there a way to show that folder structure in git? I’m struggling to visualize how it looks in git and how we would push that structure to git. Are there instructions for how to create the structure on our computers then push it to git? Answer Git is a version control tool. For example when you write an essay
The Learn How to Code Planner
ps: If you just want to download, go here: https://bit.ly/3biXP4j Learning how to code can be overwhelming! Often learners confuse a curriculum with a plan to learn coding. A curriculum is a list of topics on a particular subject for example JavaScript or python. Whereas, a planning involves the steps including the time and energy commitments to finish the curriculum. Common problematic pattern As I
#UE4 Error Logs: Map Appears to be an Asset File
Working through my game, I lost power and the PC shut down unexpectedly. When the power came back on and I opening my game in the #unrealengine editor I got this error: “Error: Map Appears to be an Asset File.” So like most people who use Linux for a long time and then switch to windows, I thought the most plausible solution would be to
#UE4 Error Logs: DoesPackageExist
The past 2 days I’ve been dealing an Unreal Engine Error. More specifically “DoesPackageExist: DoesPackageExist:FAILED:”None: is not a standard unreal filename or a long path name” I was unable to package my project as an .exe because the error wouldn’t allow me to since it wasn’t compiling properly. After reading the error message a couple of times over and searching on forums I resorted to
Adaptive learning & thinking toolbox
Learning how to learn is a fundamental skill. Note: This is a work in progress Introduction: Recently I’ve decided to spend more time learning virtual reality development with Unreal Engine 4. There wasn’t any panic involved, just a prolonged period of 5 days where I expended a lot of mental energy figuring out a course of action. This is akin to the “Pathways” option provided
Tricks learned this month
To ignore remote changes and overwrite them git push origin –force The token conveyor belt: use hidden input fields to pass ‘info’ between POST & GET requests (if there is no user entered info into an input field which can be ‘gotten’ through req.body). Use case: in script.js assign the value of an element’s “innerHTML” property to be the value of a hidden input. This
Twitter Bootstrap in a day
##Introduction note: work in progress So you have to code/make a website in 30 minutes for someone that scales on laptops, mobiles and tablets. What do you do? : Code your own front-end library overnight Use Twitter Bootstrap The answer is you use Twitter Bootstrap as you only have 30 minutes during lunch break. Because why do you want to waste your lunch break coding