Category: AskMeCode

  • All About Agile Methodology

    Agile is a methodology that has been around for quite some time now and was initially meant for software development. It is a set of values, principles, and practices that can be applied to almost any project. Many companies have been looking into it recently, but they still don’t know much about it or how…

  • How I Built an Website In Under 20 Minutes

    I have been a fan of CodePen.io for a while. When I saw their recent announcement that they were introducing the ability to use CodeSandbox with React, Vue, and Angular I had to check it out. It is an amazing tool for front end developers to easily create and share code. I decided to put…

  • Here’s What You Can Do to Get Rid of Static Cling

    Have you ever wondered why it is that when you pull something out of the dryer, it is covered in static? You may have even noticed that the more you shake the clothes out, the more static cling there seems to be. And then there are times when you are getting dressed and your skirt…

  • A refresher on the rules behind JSLint

    JSLint is a static code analysis tool used in software development for checking if JavaScript source code complies with coding rules. It was developed by Douglas Crockford. According to Crockford, one of the main benefits of using JSLint is that it improves code quality by making it more consistent and less prone to syntax errors.…

  • Some Useful Tips And Shortcuts To Help You Code Faster

    Code faster with these tips and tricks. We’re always trying to find ways to make programmers more productive. One of the most effective ways to do this is to master your tools, and one of the most common tools we work with every day is our text editor or IDE. In this post, I’ll show…

  • What is CUDA and How Does it Work?

    CUDA is a parallel computing platform and programming model invented by NVIDIA. It enables dramatic increases in computing performance by harnessing the power of the graphics processing unit (GPU). “CUDA is a computing architecture designed to facilitate the development of parallel programs. In particular, CUDA provides parallel programmers with a small set of extensions to…

  • Choosing an IDE

    Choosing an IDE: A blog about IDE’s (integrated development environments) used for coding. There are a lot of different IDE’s out there. How do you know which one to use? Should you use IDLE? What about the programming language specific ones like Java, C Choosing an IDE: A blog about IDE’s (integrated development environments) used…

  • Gmail is great but it’s also extremely hard to manage. Through google appsheets you can now easily get organized.

    Gmail is great but it’s also extremely hard to manage. Through google appsheets you can now easily get organized. Manage projects, track tasks, collaborate and get more done online. Sheets: Create spreadsheets, analyses and charts. Docs: Create documents, presentations and spreadsheets. Gmail: Send and receive emails. Drive: Store files in the cloud, collaborate with others…

  • Why You Should Play Minecraft

    In today’s world, video games are of increasing importance. Many kids spend hours playing video games each day. Despite the potential dangers of video games, they can be used in many positive ways. In this blog I will discuss the educational nature and benefits of Minecraft. Minecraft is an open world sandbox game that has…

  • C Programming Tutorial

    C Programming Tutorial: Here have some basic tutorials to learn c programming. This section contains the complete set of lessons designed to teach you the basics of C programming language. These lessons will help you get started with C programming from very basic to advance level. You may refer this entire section and learn C…