Teaching Newbies since 2014

kauress

  • Home
  • Javascript ❤
    • JavaScript
    • Node.js
  • WebDev Tuts
  • screencasts
  • Resources
  • VR & AR
  • Contact
  • Github
  • Twitter
  • YouTube
  • RSS
  • C++
You are here: Home / Archives for Tips&Tricks

April 18, 2020 by: Kauress

Ml5.js #machinelearning library for newbies

ml5.js

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

[ Read More ]

April 12, 2020 by: Kauress

Pose Recognition with posenet #machinelearning

[ Read More ]

April 5, 2020 by: Kauress

51-100 #javascript interview questions

[ Read More ]

February 8, 2020 by: Kauress

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

[ Read More ]

February 8, 2020 by: Kauress

The Learn How to Code Planner

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

[ Read More ]

November 15, 2019 by: Kauress

#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

[ Read More ]

November 13, 2019 by: Kauress

#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

[ Read More ]

October 31, 2019 by: Kauress

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

[ Read More ]

August 25, 2019 by: Kauress

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

[ Read More ]

April 27, 2019 by: Kauress

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

[ Read More ]
  • 1
  • 2
  • Next Page »

Copyright © 2021 ·Kauress