Skip to content
  • Home
  • Code With Michelle
  • About

Luvelle Codes

Talk code to me

— Coding, How-To —

Using Google Places API for Android

March 30, 2018

It’s been close to 4 years since I last developed an Android app. I released a private fun app for my own wedding, involving a connection to my VPS, and my own laptop. I could talk about it some other time, since I intend to replicate a better version of the app someday. Would be… Read More Using Google Places API for Android


— Coding, Teaching —

Java: ArrayList vs Array

January 16, 2018

* Do note in this post, I’m referring to a normal array, not the Arrays class in Java. All these are snippets of code, so remember to import the ArrayList package when you need to use the ArrayList class. I’m going to break this down into differences and similarities. Differences Between a Java ArrayList and… Read More Java: ArrayList vs Array


— Coding, Problem Solving, Teaching —

Problem Solving: Counting Valleys

December 9, 2017

This problem is extracted from HackerRank: Counting Valleys. Its rating is Easy. We will be using Python 3 to solve this problem. Do try to solve it yourself first in HackerRank before peeking at the solution. 🙂


— Blog, Coding, Teaching —

Teacher, What’s the ‘Black Thing’?

November 28, 2017

As a computing teacher, I sometimes get pretty funny questions from students whom you know are very new to computers. Or perhaps, they just haven’t had the experience with text editors very much. One question I often get from my students who use Windows for coding is this: “Teacher, how do you remove this black… Read More Teacher, What’s the ‘Black Thing’?


— Coding, How-To —

Java: It’s a Loopy Situation!

November 2, 2017

In most programming languages, there are two commonly used loops: for and while loops. This goes the same for Java, which is widely used as an (object-oriented programming) OOP language. In this post, you will learn which loop is suitable under which situation, and how to construct your loops based on a problem. Which Loop… Read More Java: It’s a Loopy Situation!


— Coding, How-To —

A Simple Guide to OOP in Python 3

November 1, 2017

For every problem, there could be more than one way to solve it. To understand Object-Oriented Programming (OOP) and use it to its best utility, we need to understand some basic principles. The best way to demonstrate that is by example. Problem Statement Suppose in my system, I have to keep track of credit card… Read More A Simple Guide to OOP in Python 3


— Coding, Command Line, How-To —

Flask Apps with Python 3

September 7, 2017

I’ve dabbled with Flask apps last year, but only for awhile, and only for personal projects. I have always been resistant when it comes to using Python 3, instead of Python 2. This is because many packages were written in Python 2, and had limited support in Python 3. It seems like it’s not the… Read More Flask Apps with Python 3


— Blog, Coding —

So You Want to Learn Coding. Here’s What You Need to Know

August 20, 2017

The job of a software engineer or a coder is very much coveted these days, especially in giants like Google and Facebook. If you do not have a degree in Computer Science or the like, you may be wondering what you should expect when you start learning coding. Having taught a gamut of IT subjects… Read More So You Want to Learn Coding. Here’s What You Need to Know


— How-To —

WordPress On VPS (Step 3): Installing WordPress

June 29, 2017

By now, you should have registered your domain name and configured the DNS settings so that it will point to your VPS. If you haven’t, and somehow stumbled on this post, go back to Step 1 to register your domain name via NameSilo. If you’ve missed Step 2, go back and configure the DNS settings… Read More WordPress On VPS (Step 3): Installing WordPress


— How-To —

WordPress On VPS (Step 2): Configure DNS Settings For Your Domain

June 29, 2017

By now, you should have completed Step 1 (registering your domain), but if you haven’t, go ahead and complete it before proceeding to this step. I am using NameSilo as my domain registrar. Step 2: Configure DNS Settings For Your Domain We now need to configure the DNS settings for your domain, so that anyone… Read More WordPress On VPS (Step 2): Configure DNS Settings For Your Domain

Posts navigation

Older posts




Categories

  • Blog
  • Coding
  • Command Line
  • How-To
  • Problem Solving
  • Teaching

Tags

android studio apache centos 7 coding domain name how-to ios iOS 8 namesilo nsstring objective-c python snippet ssh unix vps wordpress xcode 6
© 2017 Luvelle Codes