- Видео 40
- Просмотров 603 912
Dylan Albertazzi
Добавлен 26 ноя 2013
Hi, I’m Dylan. I help law firm owners grow their revenue with proven website, seo, and content strategies.
My work aims at two things...
1. Help you see how your firm's future can benefit from a thriving online presence
2. Bring law firm specific clarity to seo, websites, and digital strategy so that future becomes a reality
Why should I trust you vs the 10,000 other "gurus" out there?
Yeesh, never call me that. I'm a software engineer and if you live in the US you've used software I've written. I've built websites for local businesses, national brands, and everything in between. A lot of my work is under NDA but if you're interested you can see the about page on lighthouse for some testimonials. I try to show much more than I tell. This channel is an attempt towards that, I share numbers, processes, then finally results.
Want me to run your firm's digital marketing? Check out my agency Lighthouse Digital below.
My work aims at two things...
1. Help you see how your firm's future can benefit from a thriving online presence
2. Bring law firm specific clarity to seo, websites, and digital strategy so that future becomes a reality
Why should I trust you vs the 10,000 other "gurus" out there?
Yeesh, never call me that. I'm a software engineer and if you live in the US you've used software I've written. I've built websites for local businesses, national brands, and everything in between. A lot of my work is under NDA but if you're interested you can see the about page on lighthouse for some testimonials. I try to show much more than I tell. This channel is an attempt towards that, I share numbers, processes, then finally results.
Want me to run your firm's digital marketing? Check out my agency Lighthouse Digital below.
your first aws lambda function in vsCode - for beginners - updated
Today we will develop and deploy a Lambda function locally in VS Code using Serverless Framework.
Why? Developing locally speeds up the development cycle drastically.
If you’ve tried to make a Lambda function for more than 5 minutes you’ve run into the problem of how to actually develop and debug it. You probably tried to use the IDE in the AWS console, but quickly realized there are some drawbacks.
The good news is that Serverless Framework makes it really easy to develop Lambda functions in VS code and then deploy them.
---
TIMESTAMPS:
0:00 Intro
2:30 Install Serverless
4:40 Write function
10:30 Configure AWS Profile
13:20 Invoke Locally
13:40 Env Variable
15:10 Deploy
17:15 Cron
18:25 Debug in Cl...
Why? Developing locally speeds up the development cycle drastically.
If you’ve tried to make a Lambda function for more than 5 minutes you’ve run into the problem of how to actually develop and debug it. You probably tried to use the IDE in the AWS console, but quickly realized there are some drawbacks.
The good news is that Serverless Framework makes it really easy to develop Lambda functions in VS code and then deploy them.
---
TIMESTAMPS:
0:00 Intro
2:30 Install Serverless
4:40 Write function
10:30 Configure AWS Profile
13:20 Invoke Locally
13:40 Env Variable
15:10 Deploy
17:15 Cron
18:25 Debug in Cl...
Просмотров: 20 904
Видео
consumption to creation
Просмотров 9062 года назад
Getting my first coding job was the direct result of one of the most transformative journeys I've been on in the past two years… shifting from consumption to creation. The reason I learned to code was to create, but somewhere along the way I got caught in the weeds telling myself, just one more tutorial series, then I can do something cool. Today I share the mental model and story of how I brok...
stop useEffect react hook re-render multiple times with async call - tutorial - useEffect cleanup.
Просмотров 42 тыс.3 года назад
Today we go through a quick trick on how to stop unwanted responses from re-rendering a react component whose useEffect has an async function. TL;DR Use useEffect cleanup. See the code here 👉 gist.github.com/dylan-albertazzi/d8a6016606e2e77c408191bbf73da36f I ran across this problem when making an API call when a component re-rendered. 📈 Ready to Scale Your Revenue? Lighthouse is my complete di...
how to build a web app - figma mockup - ep. 2
Просмотров 1 тыс.3 года назад
Welcome to episode 2 of this series. Over the next month or so we are walking through how to build a web app. This series focuses on taking a holistic approach to development. As opposed to just coding, you will learn how to make a concerted effort to ensure whatever app you make is going to benefit the people you choose. Episodes: 💡 Idea Validation - Ep. 1 🎨 Mockup in Figma - Ep. 2 💻 Coding th...
how to build a web app - idea validation and planning - ep. 1
Просмотров 3,2 тыс.3 года назад
Welcome to episode 1 of this series. Over the next month or so we will learn how to take an idea and turn it into a web app. This 4-6 part series focuses on taking a holistic approach to development. As opposed to just coding, you will learn how to make a concerted effort to ensure whatever app you make is going to benefit the people you choose. Episodes: 💡 Idea Validation - Ep. 1 🎨 Mockup in F...
how to wuickly debug AWS Lambda - VS Code & Serverless Framework
Просмотров 20 тыс.3 года назад
Today I share two tips to quickly debug Lambda functions using Serverless Framework and VS code. 1. VSCode debugger 2. Mock your Lambda event Whatever you do, absolutely do not push to the cloud every time you want to test a change! 📈 Ready to Scale Your Revenue? Lighthouse is my complete digital marketing solution focused on what matters most: helping your law firm grow by increasing revenue, ...
sql vs nosql - how to choose for web dev
Просмотров 13 тыс.3 года назад
Today we break down the decision tree I use to choose between a SQL and NoSQL database for my web apps. I made this tree to have a repeatable process that will tell you what type of database will best suit your project. With all the information out there it is easy to get lost in the weeds learning about the minutiae of optimal databases and leave with the same question… which one do I need? 📈 ...
5 css tricks web developers use every day
Просмотров 1 тыс.3 года назад
Today we will be talking about 5 CSS Tricks Web Developers use every day. I hope you use these to improve and speed up your CSS workflow! TIMESTAMPS: 0:00 Intro 0:53 Tip 1: Tailwind CSS 2:00 Tip 2: Flex 4:40 Tip 3: Color Picker 5:43 Tip 4: Rapid Style Iteration 8:30 Tip 5: Expand Recursively 9:55 Conclusion 📈 Ready to Scale Your Revenue? Lighthouse is my complete digital marketing solution foc...
why I quit machine learning
Просмотров 3,4 тыс.3 года назад
When I was in college, I gravitated towards machine learning because it was the cool thing to do, but the more I got into it, I found it wasn’t the best way to make the impact I want to make on the world. Don’t choose a coding path just because it’s “cool”, choose one because it compliments your skills and passions. 📈 Ready to Scale Your Revenue? Lighthouse is my complete digital marketing solu...
configure tailwindcss for react - 5 min tutorial
Просмотров 7 тыс.3 года назад
You’re probably here because you can’t get tailwind css to work with your create react app project. It’s because you haven’t configured it properly. Today we’ll learn how to quickly get tailwind configured and verify it works. Tailwind is like bootstrap on steroids. If you can’t get it to work, stick with it, it’s well worth the effort once it’s set up! TailwindCSS: tailwindcss.com/ TailwindUI:...
deploy nodejs express api as aws lambda function in 15 minutes
Просмотров 73 тыс.3 года назад
Connecting your frontend to your backend is often the hardest concepts to grasp when you start developing web apps. Today we will deploy and nodejs express api using AWS lambda that connects the front and back end in 15 minutes. Knowing how to set up an API opens up a world of possibility when developing web applications Amplify Docs: docs.amplify.aws/start/q/integration/react 📈 Ready to Scale ...
how to build your first website for a client - workflow and tools
Просмотров 106 тыс.3 года назад
Today I share the end-to-end workflow of how I create a website for a client. I would’ve saved so much time if someone sat me down before my first project and showed me their workflow and the tools they used. Hopefully, by showing you the end-to-end process of how I make websites for clients, you can save yourself the hours of trial and error I went through to find a workflow that works. 📈 Read...
top 3 react ui component & asset libraries - to make beautiful websites
Просмотров 73 тыс.3 года назад
You don't have to be a great designer to build beautiful websites. Today I share my top 3 react ui component & asset libraries for making beautiful websites. 1. Framer Motion: www.framer.com/motion/ 2a. TailwindCSS: tailwindcss.com/ 2b. TailwindUI: tailwindui.com/ 3. Undraw: undraw.co/ Knowing what libraries are out there and when to use them is the difference between a good and a great develop...
your first web app in aws - 30 min tutorial - amplify, react, serverless
Просмотров 10 тыс.3 года назад
Dogecoin Price Predictor Live Website: main.d3utzd6ewfzvy9.amplifyapp.com/ By the end of today, you will deploy a working web app with a live URL that can scale to support thousands of users. There are many different deployment and scaling routes you can take. Using AWS Amplify is one of the best, easiest, and cheapest options. If you can’t get your web app online or to handle a large number of...
your first aws lambda function in vsCode - 10 min tutorial - for beginners
Просмотров 107 тыс.3 года назад
In this video, we will develop and deploy a lambda function locally in VS Code using the aws toolkit extension. Developing locally speeds up the development cycle drastically. If you’ve tried to make a Lambda Function for more than 5 minutes you’ve run into the problem of how to actually develop and debug it. You probably tried to use the IDE in the AWS console, but quickly realized there are s...
how to create aws account free - $4 Budget
Просмотров 7373 года назад
how to create aws account free - $4 Budget
aws iam overview - it’s surprisingly simple - users vs roles
Просмотров 7 тыс.3 года назад
aws iam overview - it’s surprisingly simple - users vs roles
AWS API Gateway Explained With Real Web App - React Lambda
Просмотров 18 тыс.4 года назад
AWS API Gateway Explained With Real Web App - React Lambda
convert web traffic to customers (with examples)
Просмотров 8 тыс.4 года назад
convert web traffic to customers (with examples)
Post-Covid 💉 Disruption, Opportunities, and Adaptation - Restaurant Industry
Просмотров 644 года назад
Post-Covid 💉 Disruption, Opportunities, and Adaptation - Restaurant Industry
what is aws... and why it enables the american dream
Просмотров 2 тыс.4 года назад
what is aws... and why it enables the american dream
cloud serverless pricing tutorial (with example) | how to calculate aws lambda costs
Просмотров 10 тыс.4 года назад
cloud serverless pricing tutorial (with example) | how to calculate aws lambda costs
Beethoven: Sonata No.21 in C Major, "Waldstein" (Dec. 2018 Anthony Albertazzi)
Просмотров 1146 лет назад
Beethoven: Sonata No.21 in C Major, "Waldstein" (Dec. 2018 Anthony Albertazzi)
Beethoven - Piano Sonata No. 26 "Les Adieux" (2017 Anthony Albertazzi)
Просмотров 756 лет назад
Beethoven - Piano Sonata No. 26 "Les Adieux" (2017 Anthony Albertazzi)
Don't know what to to in Bend Oregon? Bend Adventures has you covered!
Просмотров 1489 лет назад
Don't know what to to in Bend Oregon? Bend Adventures has you covered!
Good work otherwise damaged by very distracting background music, I couldn't even finish watching
amazing man!! this content is pure gold!!
This video is really really helpful as a new web designer stepping into the web design world. Thank you Dylan
perfect explanation
Thanks a lot!
how would this be converted to ES6?
Your voice too low pls dont put music in
So Ocas delete and redownload content?
So this is that kidney stone feature of aws toolkit great
Amen
I like this kind od command during demo . really like this.
Eg a heima a ísland I live in Iceland 🎉🎉🎉🎉
Eg a heima a ísland I live in Iceland ????
Awesome man! very good video
Netflix was not the first to open content initiative but they used it in a larger scale as they were so big that most providers were open work with them.
What's your thoughts on 10web ?
Amazing Explanation, Thanks a lot 👍👍👍
Dylan!! Where are you! Man give us so much value and disappeared!
Can't hear what you have been saying. Loud music. Quitting...
so understanding!!!
I FOUND THE HALF LIFE LAMBDA ON A NON HALF LIFE RELATED VIDEO!!!
Feel more confident in lambda after watching this video. Thank you
For a non-native English speaker, it is very difficult to understand the speech with the music in the background. It is good content, but I would like to recommend that you lower the volume of the soundtrack a bit.
Can we also debug by connecting to DynamoDB? If you have instructions, please prepare a video on how to debug connecting local to DynamoDB.
This is sad. People use this as if it’s just art. This is a place of worship, not to stick out your phone!!
This is confusing. Is this not suppose to be an express nodejs deployment, why bringing react?
too noisy music
ugh the music is so obnoxious i couldn't watch this
super helpful! especially what you said about wix. i used to push away and try to create in wordpress, but its cool you brought that up. i also dont want a client to think im like cheating or not doing the best work for them
Background music is distracting
Under rated video
Great video! I would start with getting a reseller if you have no idea how to manage a server, and then build yourself up from there. You don't want to sound ignorant to your clients from a technical standpoint for hosting. Just my two cents. Keep it up Bryce!
Uhhhh i feel like i still don't know what to do
I do all the things but no table appears under DynamoDB.
Dylan, thank you very much for this. Concise, and super helpful. The only issue I have is is that there is no "Import" option for me when I right-click on a Lambda fucntion.
Thank you so much for sharing your knowledge <3
Shit man youre giving the answer on my problem that ive been struggling within hours, great video... thanks
omg that music what was he thinking
what's wrong with that? I was about to fall asleep studying AWS for about a month now and still having difficulties trying to understand IAM..then search for videos for explanation, found this, and boom suddenly wide awake! the musics good!
Simple and Great Explanation
hi, thank you and what about Api-Gateway for kubernetes api services?
I want more info on all the steps!
Thanks man
Your explanations are great! But the way you move your hands around while talking is quite confusing and exaggerated, and the music is too loud.
The Vatican apparently is shutting down due to a lack of believers in todays society and so it fucking should
Hello, great video and learned a lot but was just wondering is you use monthly payments or just how you do the payments in general.
I was wondering what type of website you would set up for them. Small business don’t want to mess with coding so makes sense to set them up on Wix. Thanks!
so anxious to meet clients
Is that Húsavík ???
the stupid music
Hi Dylan, do you have the song to your video "Mass in the Vatican"? It sounds really harmonious.
Great 👍