Category
AskMeCode
How Much Do You Spend On Your Kids Each Month? A blog around kids expenses and how to save money.
Kids are expensive. They cost a lot of money, but they also cost other things, too. Kids take up time and energy and attention. All of these things have a value that can be measured. If your kid is taking up $1,000 worth of your time each month, that’s a meaningful amount of money that […]
Towards A Codeathon Culture
We all know that collaboration is the name of the game in the 21st century. We are working in teams, we are cross-disciplinary, we are more and more transparent. But what does that mean for software development? It means a shift to codeathon culture. What is a codeathon? A codeathon is a combination of writing […]
10 steps for better coding
Welcome to Pencil Code! This is a blog about the “what” and “why” behind coding. We’ll be posting 10 steps for better coding, as well as other helpful resources for new programmers. 1. Write code that’s easy to change 2. Use functions to organize your code 3. Put in lots of comments so it’s easy […]
Researching products/services and coming up with blog ideas as a new writer.
I’m a freelance writer who’s currently researching products/services and coming up with blog ideas as a new writer. One thing I keep running into is the difficulty in finding relevant, safe images to use for articles. I was hoping you might be able to help me out by pointing me in the direction of some […]
The title of the blog for this product is
What is VSCode SSH? VSCode SSH is a plugin that allows you to edit files on remote servers directly from VSCode. No need to use FTP or scp to upload and download files. All you need is SSH access. If you haven’t already, you can set up your server with SSH by following this guide: […]
The Best Free CSS Minifier 2018
A blog about the best CSS minifiers and ways to clean up your CSS code. CSS Minifier – Online CSS Minifier/Compressor. Free! Works with Media Queries. Provides an API. Simple Quick and Fast! Online CSS Minifier/Compressor. Free! Works with Media Queries. Provides an API. Simple Quick and Fast! We’ve tried to use this site to […]
10 Linux Distros You Should Check Out Today
10 Linux Distros You Should Check Out Today Ubuntu is a well-known Linux distribution. It has helped Linux to gain popularity among people who have never used it before. However, there are many other Linux distributions out there that you might want to try. Here are 10 distributions you should check out today. 1. Ubuntu […]
3 ways to use appsheet
Google appsheet is a powerful way to build applications on google sheets. Think of it like being able to use the same scripting language with spreadsheets, but your app is automatically live and hosted on google’s servers. You can share it with anyone by sending them a link. This is an exciting time to be […]
The Best Tutorials We Could Find
The Best Tutorials We Could Find: A blog about taking your design from Figma to HTML. This blog a compilation of tutorials I’ve found online that I think are the best for learning how to take your design from Figma to code. 1. Designing Simple Weather App in Figma This is a very simple, but […]
7 Reasons to Use the php beautifier over the palindrome
The color coded beautifier is a great way to organize your code. It allows you to organize your code in a logical and easy to read manner. I am going to go over the reasons why you should be using the php beautifier over the palindrome: 1. The color coded beautifier allows you to easily […]
Git and Github Cheat Sheet for Visual Studio Code
Git and Github Cheat Sheet for Visual Studio Code: A blog about other code editors available and why code editors like Visual Studio Code are worth checking out. When I started learning more about programming, I started to hear a lot about Git. It seemed like an overwhelming amount of information to take in at […]
How to work with Github
Github Codespace is an advanced feature on Github that allows you to run your code or start a project straight from the browser. The feature is in beta and only available for some features but it is a great way for developers to get started with Github as well as to see how it works. […]