podcast
details
.com
Print
Share
Look for any podcast host, guest or anyone
Search
Showing episodes and shows of
Dan Shapir
Shows
JavaScript Jabber
JSJ 419: Google App Script with Ben Collins
Today’s guest is Ben Collins, who creates online courses, writes tutorials, and teaches workshops around G Suite and App Script. Apps Script is a scripting platform developed by Google for light-weight application development in the G Suite platform. It is an implementation of JavaScript with the express purpose of extending Google apps. App Script was started 10 years ago as a side project, and it eventually took on its own life. Ben talks about some of the different things that App Script can do and where things are stored. They discuss different ways you can get into the script and ho...
2020-02-04
49 min
All JavaScript Podcasts by Devchat.tv
JSJ 419: Google App Script with Ben Collins
Today’s guest is Ben Collins, who creates online courses, writes tutorials, and teaches workshops around G Suite and App Script. Apps Script is a scripting platform developed by Google for light-weight application development in the G Suite platform. It is an implementation of JavaScript with the express purpose of extending Google apps. App Script was started 10 years ago as a side project, and it eventually took on its own life. Ben talks about some of the different things that App Script can do and where things are stored. They discuss different ways you can get into the...
2020-02-04
49 min
All JavaScript Podcasts by Devchat.tv
JSJ 419: Google App Script with Ben Collins
Today’s guest is Ben Collins, who creates online courses, writes tutorials, and teaches workshops around G Suite and App Script. Apps Script is a scripting platform developed by Google for light-weight application development in the G Suite platform. It is an implementation of JavaScript with the express purpose of extending Google apps. App Script was started 10 years ago as a side project, and it eventually took on its own life. Ben talks about some of the different things that App Script can do and where things are stored. They discuss different ways you can get into the...
2020-02-04
49 min
JavaScript Jabber
JSJ 417: Serverless with Microsoft Azure with Burke Holland
Burke Holland works for Microsoft on the Azure team in developer relations. He starts the show talking about how he got started in serverless. He’s careful to note that just because things are marketed as serverless doesn’t always make them so. In order for something to be serverless, it must be sufficiently abstracted in terms of technology, only require payment for what is used, and infinitely scalable. He talks about the statelessness of serverless, and the panel discusses what it means to be stateless. Burke reminds listeners that serverless is not for long-lived operations, but there are features in s...
2020-01-21
1h 18
All JavaScript Podcasts by Devchat.tv
JSJ 417: Serverless with Microsoft Azure with Burke Holland
Burke Holland works for Microsoft on the Azure team in developer relations. He starts the show talking about how he got started in serverless. He’s careful to note that just because things are marketed as serverless doesn’t always make them so. In order for something to be serverless, it must be sufficiently abstracted in terms of technology, only require payment for what is used, and infinitely scalable. He talks about the statelessness of serverless, and the panel discusses what it means to be stateless. Burke reminds listeners that serverless is not for long-lived operations, but...
2020-01-21
1h 18
All JavaScript Podcasts by Devchat.tv
JSJ 417: Serverless with Microsoft Azure with Burke Holland
Burke Holland works for Microsoft on the Azure team in developer relations. He starts the show talking about how he got started in serverless. He’s careful to note that just because things are marketed as serverless doesn’t always make them so. In order for something to be serverless, it must be sufficiently abstracted in terms of technology, only require payment for what is used, and infinitely scalable. He talks about the statelessness of serverless, and the panel discusses what it means to be stateless. Burke reminds listeners that serverless is not for long-lived operations, but...
2020-01-21
1h 18
All JavaScript Podcasts by Devchat.tv
JSJ 409: Swagger and Open API with Josh Ponelat
Today the panel discusses the difference between Swagger and Open API with Josh Ponelat. Josh details the difference between the two. Swagger is a set of protocols around describing restful APIs. Swagger was taken over by a company called SmartBear, who donated the donated the specification to the Open Linux Foundation, and that became the Open API. Swagger is the tooling surrounding these specifications. Open API is a standardized way to describe a restful API in a YAML file. Once you’ve got a YAML file to describe your API, you can use tooling like Swagger to leverage...
2019-11-26
45 min
All JavaScript Podcasts by Devchat.tv
JSJ 409: Swagger and Open API with Josh Ponelat
Today the panel discusses the difference between Swagger and Open API with Josh Ponelat. Josh details the difference between the two. Swagger is a set of protocols around describing restful APIs. Swagger was taken over by a company called SmartBear, who donated the donated the specification to the Open Linux Foundation, and that became the Open API. Swagger is the tooling surrounding these specifications. Open API is a standardized way to describe a restful API in a YAML file. Once you’ve got a YAML file to describe your API, you can use tooling like Swagger to leverage...
2019-11-26
45 min
JavaScript Jabber
JSJ 409: Swagger and Open API with Josh Ponelat
Today the panel discusses the difference between Swagger and Open API with Josh Ponelat. Josh details the difference between the two. Swagger is a set of protocols around describing restful APIs. Swagger was taken over by a company called SmartBear, who donated the donated the specification to the Open Linux Foundation, and that became the Open API. Swagger is the tooling surrounding these specifications. Open API is a standardized way to describe a restful API in a YAML file. Once you’ve got a YAML file to describe your API, you can use tooling like Swagger to leverage that and ta...
2019-11-26
46 min
All JavaScript Podcasts by Devchat.tv
JSJ 408: Reading Source Code with Carl Mungazi
Carl Mungazi is a frontend developer at Limejump in London. He is a former journalist and switched to programming in 2016. Today the panel is discussing the benefits of reading source code. Carl began reading source code because he came into programming late and from a different field. His first project was with Mithril, and he read the source code and documentation to help him understand it. The panelists discuss how reading the source code has helped them and others to improve their coding. They compare reading and understanding source code to learning a foreign language, and discuss different...
2019-11-19
55 min
JavaScript Jabber
JSJ 408: Reading Source Code with Carl Mungazi
Carl Mungazi is a frontend developer at Limejump in London. He is a former journalist and switched to programming in 2016. Today the panel is discussing the benefits of reading source code. Carl began reading source code because he came into programming late and from a different field. His first project was with Mithril, and he read the source code and documentation to help him understand it. The panelists discuss how reading the source code has helped them and others to improve their coding. They compare reading and understanding source code to learning a foreign language, and discuss different methods. Carl gi...
2019-11-19
55 min
All JavaScript Podcasts by Devchat.tv
JSJ 408: Reading Source Code with Carl Mungazi
Carl Mungazi is a frontend developer at Limejump in London. He is a former journalist and switched to programming in 2016. Today the panel is discussing the benefits of reading source code. Carl began reading source code because he came into programming late and from a different field. His first project was with Mithril, and he read the source code and documentation to help him understand it. The panelists discuss how reading the source code has helped them and others to improve their coding. They compare reading and understanding source code to learning a foreign language, and discuss different...
2019-11-19
55 min
Camunda Community Podcast
Zeebe and NestJS
Dan Shapir is the CTO of PayK, an Australian/Israeli fintech company. He is also the author of the open-source NestJS Zeebe integration. In this interview we talk about NestJS, Zeebe, using a workflow engine to orchestrate microservices, and the effect of technology choices on hiring pressures in a start-up rich economy.PayK's website: www.payk.com.auDan's Zeebe integration for NestJS: @payk/nestjs-zeebeNestJS: nestjs.comZeebe Node package: zeebe-nodeZeebe Project: zeebe.io---Visit our website.Connect with us on LinkedIn, Facebook, Mastodon, Threads, and Bluesky. Check out...
2019-11-04
26 min
JavaScript Jabber
JSJ 404: Edge on Chromium with Chris Heilmann
Guests Chris heilmann and Zohair Ali are developers for Microsoft working on the Edge project. Today they are talking about Edge on Chromium and the future of developer tools. Edge will now be built in Chromium rather than being its own engine, aligning it more with what is being used on the open web right now. The Edge team wanted to seize the opportunity to bring something into the Chromium project based on the needs of real users and contribute to the open source web. Edge on Chromium won’t be limited to Windows 10 either, but will be available on Ma...
2019-10-29
58 min
JavaScript Jabber
JSJ 402: SEO for Developers with Vitali Zaidman
Vitali Zaidman is a full stack developer who works for WellDone Software Solutions and is currently working on a SEO project. Today’s show is about SEO for developers. SEO stands for search engine optimization, which helps your website appear higher on search engines. SEO has changed a lot in the past 10 years. It has become much more regulated, and the “dirty tricks” of the past will actually penalize you, so it is important to do it properly. Today the best way to promote yourself on Google besides making good content is for developers to optimize the content, make it small...
2019-10-22
38 min
All JavaScript Podcasts by Devchat.tv
JSJ 402: SEO for Developers with Vitali Zaidman
Vitali Zaidman is a full stack developer who works for WellDone Software Solutions and is currently working on a SEO project. Today’s show is about SEO for developers. SEO stands for search engine optimization, which helps your website appear higher on search engines. SEO has changed a lot in the past 10 years. It has become much more regulated, and the “dirty tricks” of the past will actually penalize you, so it is important to do it properly. Today the best way to promote yourself on Google besides making good content is for...
2019-10-22
38 min
All JavaScript Podcasts by Devchat.tv
JSJ 402: SEO for Developers with Vitali Zaidman
Vitali Zaidman is a full stack developer who works for WellDone Software Solutions and is currently working on a SEO project. Today’s show is about SEO for developers. SEO stands for search engine optimization, which helps your website appear higher on search engines. SEO has changed a lot in the past 10 years. It has become much more regulated, and the “dirty tricks” of the past will actually penalize you, so it is important to do it properly. Today the best way to promote yourself on Google besides making good content is for...
2019-10-22
38 min
JavaScript Jabber
JSJ 401: Hasura with Tanmai Gopal
Tanmai is one of the founders at Hasura. Hasura gives you instant graphQL APIs on top of a Postgres database. The eventual idea is to make data access secure and easy. Tanmai explains the challenges of doing this in the cloud. He talks about some of the difficulties with the tooling around using GraphQL and its bias towards working well with a monolith. Since GraphQL is basically a shared type system that describes your API, that means all your types need to be in the same code base. This is at odds with the folks who want to do microservices...
2019-10-17
1h 10
JavaScript Jabber
JSJ 400: The Influence of JavaScript Jabber
JavaScript Jabber celebrates its 400th episode with former host Dave Smith and some other familiar voices. Each of the panelists talks about what they’ve been up to. Dave hasn’t been on the show for 3 years, but he and Jameson Dance have started a podcast called Soft Skills Engineering where they answer questions about the non-technical side of engineering. When he left the show he was the director of engineering on Hire View, and currently he works for Amazon on Alexa. Christopher Buecheler has been on several JSJ, RRU, and MJS episodes. His time is divided between contracting for start...
2019-10-15
1h 10
All JavaScript Podcasts by Devchat.tv
JSJ 400: The Influence of JavaScript Jabber
JavaScript Jabber celebrates its 400th episode with former host Dave Smith and some other familiar voices. Each of the panelists talks about what they’ve been up to. Dave hasn’t been on the show for 3 years, but he and Jameson Dance have started a podcast called Soft Skills Engineering where they answer questions about the non-technical side of engineering. When he left the show he was the director of engineering on Hire View, and currently he works for Amazon on Alexa. Christopher Buecheler has been on several JSJ, RRU, and MJS episodes. His...
2019-10-15
1h 10
All JavaScript Podcasts by Devchat.tv
JSJ 400: The Influence of JavaScript Jabber
JavaScript Jabber celebrates its 400th episode with former host Dave Smith and some other familiar voices. Each of the panelists talks about what they’ve been up to. Dave hasn’t been on the show for 3 years, but he and Jameson Dance have started a podcast called Soft Skills Engineering where they answer questions about the non-technical side of engineering. When he left the show he was the director of engineering on Hire View, and currently he works for Amazon on Alexa. Christopher Buecheler has been on several JSJ, RRU, and MJS episodes. His...
2019-10-15
1h 10
Streetwise Hebrew
I Want to Improve My Hebrew
How do we say “I want to improve my Hebrew” in Hebrew? How about “improvements”? And what's the connection to the popular supermarket chain Shufersal? Guy explains. Click Here for the All-Hebrew Version of this Episode New Words and Expressions: Leshaper mashehu - To improve something - לשפר משהו Ani rotse leshaper et ha-ivrit sheli - I want to improve my Hebrew - אני רוצה לשפר את העברית שלי Nehagim matkinim shipurim - Drivers install improvements - נהגים מתקינים שיפורים Tse’irim she-meshaprim et bitsua ha-mechoniyot - Young people who improve the performance of the cars - צעירים שמשפרים את ביצוע המכוניות Ha-ikar she-harech...
2018-05-22
10 min