I started this tutorial almost a month ago but it is finally complete. In this laravel tutorial I look at a few things to get you started using the Laravel MVC framework. Things you needInstallationBasic hello worldRoutingWorking with controllersWorking with layouts and bladeWorking the the database and EloquentAdd assets to your web applicationsCreating users and … Continue reading Getting started with this Laravel Tutorial
Category: Software Development
Seven things you need to build a basic web application
There are definitely more than seven things you need to know when building a web application but we have to start somewhere. In this blog post I will look at seven aspects of web development that you should consider before creating a basic web application. Lets get started. The login page and user authentication Source: … Continue reading Seven things you need to build a basic web application
Computer vision and Image analysis beginner introduction with Python
In this tutorial we get started with computer vision and image analysis using OpenCV and python. Computer vision holds many benefits and is exactly what is sounds like. When I began my research into artificial intelligence working with tools like tensor flow and complicated algorithms I actually didn't know there was a difference between computer … Continue reading Computer vision and Image analysis beginner introduction with Python
These common functions solve easy programming problems
Functions have a lot of relevance in programming. When developing code you might find these common usage of functions that solve some of your common problems. There is a right way to use functions but in the wild a lot of things are used differently that expected. Once the results and security is still in … Continue reading These common functions solve easy programming problems
These five concepts will speed up your web development
What to speed up your web development process. Or maybe any software development practice that you do. These five concepts will speed up your work flow. If you stick around there is an additionally one for you.
Learn Flask today with this awesome tutorial
In this beginner tutorial you will learn how to get started quickly using the flask python micro framework. Some of the topics in this tutorial are listed below. How to install FlaskHello World - basic setupWorking with routesUsing templates (Rendering HTML content)Posting formsWorking with databasesAdd assetsCreating an APIUser Authentication View the tutorial here on wftutorials.com
Want to learn Android programming? Get started now.
Get started building your own mobile applications with android. In this tutorial you will learn the basics you need to create an android mobile application.
Just the thought of having to track your expenses is budgeting enough
Purdm is a self hosted open source expense manager for your personal finance needs available on web and mobile. It also has an awesome mascot.
Web development with the Python Django Framework
In this tutorial we look at how we can create web apps using the Django framework. We go through alot of different topics in this tutorial including routing, models and authentication.
Recursion with JavaScript and PHP
Recently in building an open source expense manager to replace the one I was using I encounter an interesting scenario. I wanted the application to be updated frequently. During the update process the user should be given a status update when the application is being updated. The tasks to update the application is long running … Continue reading Recursion with JavaScript and PHP