Category
AskMeCode
Java Basics In Depth
Java is a high-level, object-oriented programming language, and one of the most popular programming languages in use today. It is well suited to both standalone and web application development and is designed to provide solutions to most of the problems faced by programmers. Java Basics: In Depth provides a comprehensive look at the Java programming […]
Test your code with the most trusted tool
Test your code with the most trusted tool: code 1. We have a new competitor. Code 1 is a popular tool for testing code. But it’s not the best one for testing new, exciting code. And we are excited about our new, exciting code. This is how it works: To use code 1 to test […]
Desktop SSH Client for Windows
Desktop SSH Client for Windows: vscode-ssh. One of the things I have always wanted when working with Windows is a good SSH client/terminal. I’ve tried many over the years, but none really stuck. Putty was my go-to for quite a long time, and then I switched over to MobaXTerm for a while. But each of […]
Why Is It Important To Have An App Builder? An article about the importance of a different kind of app builder.
There are many reasons why it is important to have an app builder for your business. The app builders are designed to help you create the best possible applications for your business. These applications can be used for many different things and they can help you get more traffic to your website, or sell more […]
Firefox add-ons that converts sketches to code
I am a developer. For the past 3 years I have been writing code for the web, mostly in Javascript. I recently joined Microsoft as an intern to work on the AI Factory team, part of Bing. My project is to build a tool that converts sketches to code. I call it sketch2code. As an […]
Benefits of Code Complete Courses
Of all the code courses out there, why should you consider code complete courses? We believe our courses are a great value. Here’s why: Our Courses Are Unique and Comprehensive This is not another course on basic syntax or introductory topics; it’s a deep, detailed look at modern best practices for writing effective, maintainable code. […]
5 Ways to Make your Python program Exiting
Python is a beautiful programming language. It is loved by developers because of its elegant syntax and readability. For this very reason, a lot of developers are choosing python as their first choice for building applications. In this blog, we will be going to discuss various ways you can use to make your python program […]
How to Terminate a Python Program
This blog is about the Python language and methods for handling program termination. The exit() function allows the developer to exit from Python. If the developer wishes to exit from Python in the try block of a “try… except… else” statement, they may use the os._exit() function. The quit() method allows the programmer to exit […]
The Fundamentals of Coding
“The Fundamentals of Coding” is an online book about the basic concepts of programming written for those with little or no prior knowledge. We present key programming concepts in a series of chapters which you can read in any order. Each chapter is further divided into lessons that you can complete in your browser (using […]
How Cloud Shell Works In VS Code
A recent feature of the VS Code Remote Development extensions is Cloud Shell, which provides a seamless way to take advantage of the Cloud Shell experience, directly from VS Code. What this means is that you can now use Cloud Shell to interact with your Azure resources, and then open up any folder in VS […]
Hello World
Hello World: A blog that explores what a new developer is thinking when they are learning to code in Python. Python is one of the most popular programming languages out there. It can be used for data science, web development, and more. If you are looking to learn Python, this blog is my take on […]
We Built a Product Recommendation Bot using Python and Tensorflow
Last month, I was invited to the first day of a week long hackathon for women and gender minorities in tech. The hackathon was organized by Women Who Code DC, a nonprofit organization that encourages women to excel in technology careers. On the first day, we had a workshop on how to build a ‘product […]