See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope>
is optional
{/** | |
code starts line 78 | |
a little story telling for context | |
while mocking seeds for my Express API | |
I ran into 2 simliar common obstacles | |
-- several occasions where I didn't get the seed just right the first go around and needed to tweak a small part..of every seed |
I bundled these up into groups and wrote some thoughts about why I ask them!
If these helped you, I'd love to hear about it!! I'm on twitter @vcarl_ or send me an email [email protected]
https://blog.vcarl.com/interview-questions-onboarding-workplace/
- use aws cloud9 very similar to codesandbox | |
- git clone you repo into cloud9 | |
- create a new s3 bucket in the provided terminal ( the aws cli ) | |
all lowercase dashes and periods only cant start or end with a number | |
aws s3 mb s3://REPLACE_ME_BUCKET_NAME | |
- run 2nd command to enable the bucket to be used for state website hosting |
Shopify objects that contain attributes that can be dynamically put on the page. For example, the product object contains an attribute called title that can be used to output the title of a product. | |
The handle is used to access the attributes of a Liquid object. By default, it is the object’s title in lowercase with any spaces and special characters replaced by hyphens (-). Every object in Liquid (product, collection, blog, menu) has a handle. | |
Collections & Products | |
Collection ► | |
all_types ► | |
Returns a list of all the product types for a collection | |
Migrations are a way to make database changes or updates, like creating or dropping tables, as well as updating a table with new columns with constraints via generated scripts. We can build these scripts via the command line using knex
command line tool.
To learn more about migrations, check out this article on the different types of database migrations!
Verifying my Blockstack ID is secured with the address 13MSkEUNmhEDmNG4phKBNmkBe23FyqAkjM https://explorer.blockstack.org/address/13MSkEUNmhEDmNG4phKBNmkBe23FyqAkjM |
The MIT License (MIT) | |
Copyright (c) 2015 Justin Perry | |
Permission is hereby granted, free of charge, to any person obtaining a copy of | |
this software and associated documentation files (the "Software"), to deal in | |
the Software without restriction, including without limitation the rights to | |
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of | |
the Software, and to permit persons to whom the Software is furnished to do so, | |
subject to the following conditions: |