All posts filed under “Resources

All the Resources-related tutorials, ideas and various posts in Stampede Constructs

Mega List
comment 0

Mega List of Web Dev Tools

We’re halfway through 2016 right now and we’d like to encourage our readers to keep on developing (and rockin’). We’ve covered a lot of ground on various web development highlights, and we’ll be covering a whole lot more.
Read More

Use Laravel Valet for a Super Quick Dev Server
comment 0

Use Laravel Valet for a Super Quick Dev Server

Before this, we’ve already covered about Laravel Valet in this post. So now let’s dive into the differences between Laravel and other development servers.

The big differences between Laravel Valet and the others development server – which are running on Virtualbox – Vagrant and Homestead, is that Valet is not using Nginx or Apache. Instead it uses a Caddy server and DnsMasq. In Valet MySQL is already pre-installed, which means that if you need it, you need to install it on your own. Unlike Vagrant and Homestead, MySQL is installed  by default.

Valet is currently only available for OSX (right now). You need to install Homebrew, PHP 7, and Composer before you can use Valet.

Using Valet is very convenient because you can just go inside the folder and type “valet park”, just like you command the valet to park your car. And your directory can be accessed in “http://directory-name.dev”. If you want to ‘unpark’ your directory, just type “valet forget”.

One of the coolest things about valet is that you can share it with others around the world, as long as they have an Internet connection. You’re basically developing without uploading anything. You just type ‘valet share’ and it will create a URL for you to share.

These details only cover a small slice of what Valet can do, and you can see its full potential at Scotch.io.

More on Laravel Valet

Blisk
comment 0

Blisk, the Browser for Web Developers

Blisk, is a  Chromium-based browser that is built specially for web developers. It is designed specifically to allow developers to create and then test websites that look amazing and work seamlessly on all devices. The browser also comes with developer tools and some of its more interesting ones are the scroll syncauto-refresh, and one-click screenshot features.
Read More

Stampede Reviewed: Five Places to Learn Coding
comments 2

5 Places to Learn Coding

Have you ever wanted to learn to code, or know a graduate who is interested but doesn’t know the correct approach to take? With so many learning options out there, choosing the best place to learn to code can be troublesome.

A bunch of us here at Stampede, thought hard about this and reviewed a number of these learning sites. We’ve compiled a list of some of the best websites that great for learning to code for free.

Read More