AskMeCode
The Journal
Advantages of Mastering the Command Line
Learning to master the command line is a daunting task for many beginners. There are a lot of commands, too many options, and endless switches that go with each command. But it doesn’t have to be intimidating! With the right mindset, you’ll see that the command line can be an incredibly powerful tool. In fact, […]
Best Coding Bootcamp Programs
One of the best ways for you to learn about how to improve code quality is through coding bootcamps. But it’s important that you know what you’re getting into. Bootcamps are all about teaching you how to write effective code and how to use standard libraries. The first thing you need to do is identify […]
How To Get Started Writing an Ebooks with Markdown and vscode markdown
Writing an Ebook with Markdown and vscode markdown So you want to write an ebook? I’ve often thought about it myself, but never quite taken the plunge. Last week I decided to try it out, and this is what I learned. I’ve been writing in Markdown for a while now, mostly because of my work […]
WordPress Plugins Review
WordPress plugins are pieces of software that extend the functionality of WordPress. They are like apps for your website. Some plugins are bundled with WordPress, but most are available from third-party developers and the official WordPress plugin directory. WordPress has a great collection of plugins on their site and it comes as no surprise that […]
Google Sheets what to know before starting
Google Sheets: what to know before starting Google Sheets is an online spreadsheet application that allows you to create and format spreadsheets and simultaneously work with other people. Google Sheets supports more than 400 spreadsheet functions that can be used to create formulas that manipulate data, calculate numbers, and generate strings. You can visualize your […]
How To Succeed With Open Source Projects
How To Succeed With Open Source Projects: A blog about open source software and how to able to excel in it by offering code reviews, code lines of helpful discussion and feedback. Why do we write blogs? In our experience, the best way to make the most of your time is to write down what […]
Top 5 Programming Languages for Web Developers in 2018
The title of this article is a bit misleading. It does not cover the top 5 programming languages for web developers in 2018, it covers the top 5 most popular programming languages for web developers in 2018. Popularity and ease of use are two different things. For example, wouldn’t it be better to create an […]
Front End Frameworks in 2018 A Blog Around The Current and Future State of Front End Frameworks like React.js and Angular.js
Front End Frameworks in 2018 A Blog Around The Current and Future State of Front End Frameworks like React.js and Angular.js I have written a lot about front end frameworks in the recent past, but I haven’t talked about them for quite a bit of time. I have been busy with my startup but also […]
A WordPress Plugin that Shows you Code Snippets on your Website
CodeHub is a WordPress plugin that we’ve developed to show code snippets on your website. The plugin has many advanced features, and you can use it to show all kinds of code samples, including HTML, CSS and JavaScript. With the CodeHub plugin, you can also easily integrate PHP code into your pages, and there is […]
10 Things You Need To Know When Choosing The Right Web Design Company
Choosing the right web design company to build your website is perhaps the most important decision you will have to make if you are planning to do business online. Of course, many of us already know that we need a web design company and it’s true that there are plenty of web design companies in […]
What are palindromes? or Why are palindromes important? Your computer can solve this problem with its built in function, but why? In this article we’ll find out.
What are palindromes? or Why are palindromes important? Your computer can solve this problem with its built in function, but why? In this article we’ll find out. A palindrome is a string of text that reads the same backward and forward, for example “Rise to vote, sir”, or “Was it a car or a cat […]
A Step-by-step Guide to Hosting your Website on GitHub
This tutorial is going to walk you through the process of hosting your website on Github. It’s a very easy process and we will make it even easier with this step by step guide. First we will walk through the free way, then I will show you how to get a domain name for only […]