AskMeCode
The Journal
Do You Need Code? We Can Help. Learn What We Do
Do You Need Code? We Can Help. Learn What We Do: an informative blog about our services. Do You Need Code? We Can Help. Learn What We Do: an informative blog about our services. Do You Need Code? We Can Help. Learn What We Do: an informative blog about our services. Do You Need Code? […]
How to Beautify PHP Code with php-beautifier
How to Beautify PHP Code with php-beautifier: A blog on the benefits of using a beautifier. Any web developer that is working with PHP code knows how difficult it can be to read code that has not been properly formatted. Whether it was written by you or someone else, without proper formatting, the code becomes […]
What’s New in the Visual Studio Code April Update
Visual Studio Code, Microsoft’s free cross-platform lightweight code editor, has received a new update. The April Update of Visual Studio Code introduces a number of improvements including a new “Run on Click” feature for the Python extension and an update to the C/C++ extension which brings improved IntelliSense performance and configuration. First up, Python users […]
Quickest Way to Get Python Programming Skills
A student recently asked me the following question: What is the quickest way to get Python programming skills? I have worked with many students in the past and for those who are beginners, it can be tempting to try to learn to do everything right away. This mindset can cause a lot of frustration. What’s […]
Does Coding Bootcamp as a Beginner Make Sense? A blog about the pros and cons of learning to code as a beginner.
The idea of attending coding bootcamp can be a little intimidating as a beginner, especially if you know nothing about programming. It’s easy to get caught up on the “I’m not good enough for this” mindset and think you need to learn something first before you go. But does coding bootcamp as a beginner make […]
How To Format Your Code (c
To make code easier to read and understand, it’s important to format it properly. In actuality, the only reason I’m writing this is because I’ve seen some pretty bad C // Formatting your code makes it easier to read and understand. // There are many opinions about what exactly constitutes // clean code, but everyone […]
A Beginner’s Guide to Python Exit Codes
A Beginner’s Guide to Python Exit Codes: a blog around the exit codes in python. Python is one of the most popular programming languages that developers use to build different kinds of applications. It was first released in 1991 and has since become an integral part of the software development world. One of the main […]
The DevGuide to Code Analytics
The DevGuide to Code Analytics is a blog about the code analytics tool by your code and how it can help you improve your code. The blog posts here are intended for developers to get a better understanding of the tools and techniques involved in code analytics, as well as their various use cases. Your […]
Don’t Just Start… Begin
I’ve been thinking about writing about the white hat jr fees for a while now. I’ve been thinking about writing about white hat jr fees for a while now. I’m someone who is familiar with the subject of white hat jr fees, and I’ve written on it before. I know that if I write something […]
Top 5 Ways to Get Into GSOC
Top 5 Ways to Get Into GSOC: a blog about getting into gsoc. This blog is not an authoritative source on getting into gsoc, but it might help you get some ideas. 1. Find a good mentor 2. Read the documentation 3. Write some code 4. Ask for help when you need it 5. Repeat […]
Lint for JavaScript and Other Scripts – The Definitive Guide
jslint.js is a JavaScript program that looks at JavaScript programs and tells you what is wrong with them. It is designed to be highly configurable and easy to use. The basic idea is that you first tell jslint about all of the things that you might have got wrong in your program and then you […]
Python Data Structures- Explained
Python Data Structures- Explained: A blog that shows data structures through python programs. To get a better understanding of the data structures, I decided to implement them in Python. This series of posts will explore the strengths and weaknesses of each structure as well as give examples on when to use each one. Link- http://pythonforundergradengineers.com/python-data-structures-explained.html […]