How to Maximize the Efficiency of a Digital User Interface
The binary number system is a base 2 number system that uses only the numerals 0 and 1 to represent “off” and “on”, respectively. So, in decimal, the number 1…
Read More βBrief Tutorial On Factorial Function In Python
Factorial function in python: Factorial of a number is the product of all the integers from 1 to that number. For example the factorial of 6 (denoted as 6!) is…
Read More βThis is an example of a unit test for the palindrome program developed in java.
package palindrome; import org.junit.Test; import static org.junit.Assert.*; /** * Unit test for simple App. */ public class AppTest { /** * Rigourous Test π */ @Test public void testApp() {…
Read More βBest Practices for post-processing of your figma assets
Figma to HTML: Best Practices for Post-Processing of your Figma Assets This article is the first in a series that will cover how to take your assets from Figma and…
Read More βHow to Use vscode remote ssh to Connect to a Remote System from Linux, Windows and Mac
Visual Studio Code Remote SSH: Tips, Tricks and Troubleshooting This blog post is a tutorial on how to use vscode remote ssh to connect to a remote server. It will…
Read More βA Beginner’s Guide to C++
Have you ever felt overwhelmed by learning how to code? Have you ever been confused by all of the jargon that comes with coding? Have you ever been daunted by…
Read More βStay Alert and Get Stuff Done with These Productivity Tools
Stay Alert and Get Stuff Done with These Productivity Tools The human body is only capable of so much. You may have found yourself staring at your computer screen for…
Read More βBest Practices for Code Best Practices
Best Practices for Code Best Practices Iβm of the opinion that code is meant to be read by humans. What a crazy thought, right? If youβre writing code, it should…
Read More βInterview with a Craftsman
I’ve been writing Honeycode for four years now. I started this blog as a way of sharing behind-the-scenes information about my career in advertising. My blog has become a place…
Read More βWhat Are My Risk Tolerance And Portfolio Distribution? You Can Find Out With This Python Script
A blog about the customization of the python script A very small percentage of people are risk takers. They dive head first into anything that sounds interesting and they’re thrilled…
Read More β