Building a Vue SPA with Laravel
How to get up and running with Vue router and a Laravel backend for building a SPA, focusing on the wiring up all the pieces needed
How to get up and running with Vue router and a Laravel backend for building a SPA, focusing on the wiring up all the pieces needed
general introduction into Machine Learning and Neural Networks and Tensorflow in order to provide developers with a broader understanding of the subject and how to implement a basic machine learning algorithm using Python, Anaconda and Tensorflow
We take a look at using AWS Comprehend to start developing a Custom Name Entity Recognition utility to re-use in our software projects
we will explore how to use Python to Convert Word Documents to text files in order to make use of the data contained. We are specifically going to be making use of the Jupyter Notebook in an Anaconda Environment,
Builder Pattern is useful for encapsulating and abstracting the creation of objects. It is distinct from the more common Factory Pattern because the Builder Pattern contains methods of customising the creation of an object.
A guide on how to start developing Web Application using Vue Js
How to create and use Serverless Framework Environment variables in AWS .net core lambdas
walk-through on how to implement full-blown Dependency Injection, Configuration and even make use of IHost functionality in your AWS Lambda projects.
A quick easy to follow guide to help you get up and running with Local Instance of DynamoDB on your laptop for development
A review of the System76 Darter Pro laptop from a software developers perspective
Step by step guide on how to Configure an AWS Lightsail Ubuntu server to deploy an ASP.net core website
A quick guide on how to enable ssh connectivity to AWS lightsail from ubuntu terminal
Cookies are stale. These days there are better solutions for user authentication, which solve the headaches cookies cause with mobile and single-page applications.
Check out how to make use of JWT token authentication in .net core.
A walk-through guide to how to install anaconda on your ubuntu m
AWS CLI is handy command line tool enabling developers to easily configure and manage AWS services from the command line. In this guide we will walk-through the process of installing it on ubuntu.
Anaconda is the fastest and easiest way to do Python and R data science and machine learning on Linux. It’s the defacto industry standard for developing, testing, and training on a single machine.