AskMeCode
The Journal
Create Interactive Neural Nets in the Browser with this simple JavaScript Library
Pencil Code is a simple JavaScript library for creating interactive neural nets in the browser. Its main purpose is to illustrate how neural networks work, but it can also be used to quickly train and deploy machine learning models. Getting StartedPencil Code has two components: a runtime library (which you can download from GitHub) and […]
Code Better by Connecting to Your Favorite Cloud IDE using Custom Credentials
VSCode Remote – SSH Code Better by Connecting to Your Favorite Cloud IDE using Custom Credentials The latest version of Visual Studio Code, 1.42 allows you to connect to remote machines over SSH or Windows Subsystem for Linux (WSL) and develop websites from the comfort of your favorite Cloud IDEs. You can learn more about […]
Why You Should Consider Using Spec Code in Your Programming
Why You Should Consider Using Spec Code in Your Programming: An article about the best programming practices and how you can use them to ensure a more stable and successful future for your applications. By now, we all probably understand the value of good programming practices. And one of the most important of these is […]
Legacy Code
There are many reasons that legacy code exists. It’s a part of the software development process. Some of the most common reasons for legacy code are: The product is successful and it’s time to add some new features to it. The developers left the company, or they were moved to another project, or they were […]
How to Build the Perfect Home PC
Hi, I’m Jim Anderson, the author of this blog which will hopefully help you build the perfect home PC. This is a blog about constructing the perfect PC along with best parts for the job. There are many guides out there that tell you what you need to do, but not why it’s better or […]
Top 5 high paying Java programming openings
Top 5 high paying Java programming openings Java is one of the most widely used and popular programming languages. It also has some of the highest paying jobs in the market. It is also a great language to learn if you are just starting out in your programming career. Here are some of the top […]
5 Success lessons from “The Wolf of Wall Street”
Jordan Belfort’s story is an extreme example of how some people will risk the quality of their lives in the pursuit of money. His story is also a cautionary tale, it’s important to remember that reaching your goals doesn’t always translate to happiness. What are your goals and what are you willing to sacrifice along […]
Here’s Why You Should Learn to Code
This article is about why you should learn to code, and the benefits of learning to code. Coding is a huge asset in this day and age, but yet it is still overlooked by many people. Most people think coding is just for the “nerds” or for the people who want to sit in a […]
How to Write a Palindrome Using Java
import java.util.Scanner; public class Palindrome { public static void main(String[] args) { Scanner in = new Scanner(System.in); System.out.print(“Enter a word to check whether it is a palindrome or not: “); String word = in.nextLine(); int length = word.length(); int i, begin, end, middle; begin = 0; end = length – 1; middle = (begin + […]
Five Steps to Save The Leap Second in 2016
The world is in a battle over the leap second. The leap second is a little extra second added to Coordinated Universal Time (UTC) as needed to keep clocks in sync with the Earth’s rotation. Every few years, there is a proposal before the International Telecommunications Union Radiocommunication Sector (ITU-R) to abolish the leap second […]
How To Become A Software Engineer
To become a software engineer is not easy. You have to go through many phases to achieve your career goal. Below are some of the phases you will go through. 1. Start Programming: Learn how to program in any language. 2. Software Engineering: Learn software engineering and computer science basics. 3. Data Structures & Algorithms: […]
why code 2?
Why Code 2? There are far more programming languages in the world than most people realize. The vast majority of them are just variations on other languages, or are only appropriate for very narrow use cases. As an aspiring programmer, you can ignore nearly all of them. After nearly two decades of teaching and research […]