Title
Daily Tech Video - Daily technology videos, curated by Reuven Lerner.
Go Home
Category
Description
Daily technology videos, curated by Reuven Lerner.
Address
Phone Number
+1 609-831-2326 (US) | Message me
Site Icon
Daily Tech Video - Daily technology videos, curated by Reuven Lerner.
Tags
Page Views
0
Share
Update Time
2022-05-02 10:31:37

"I love Daily Tech Video - Daily technology videos, curated by Reuven Lerner."

www.dailytechvideo.com VS www.gqak.com

2022-05-02 10:31:37

Daily Tech VideoSearchPrimary MenuSkip to content@DailyTechVideoSuggest a videoLerner ConsultingReuven’s blogUncategorizedDaily Tech Video: Status updateMarch 28, 2017 reuvenLeave a commentThanks for coming to visit Daily Tech Video!I’m afraid that my other duties have made it impossible for me to keep doing DTV.  This site will remain, but it won’t be updated in the near future.If you’re a developer who wants a weekly dose of news, information, and tips, then subscribe to my newsletter!  Every Monday, I send an article having to do with development, often in Python, and how you can be a more effective software developer.You can subscribe here: http://lerner.co.il/newsletterThanks for your interest and support!Share this:LinkedInTwitterGoogleFacebookRedditAdministriviaDTV will return soon!April 10, 2016 reuvenLeave a commentSorry to all you fans of DailyTechVideo; I’ve been overwhelmed with work on my new book, Practice Makes Regexp.  I’ll soon be back with more videos, and look forward to sharing them with you!Meanwhile, if you have suggestions for great videos to include, please send them to me at [email protected] this:LinkedInTwitterGoogleFacebookRedditClient-side development, JavaScript, Web development[Video 458] Kara Erickson and Victor Savkin: Angular 2 updatesMarch 6, 2016 reuvenLeave a commentAngular is one of the most popular front-end frameworks. Angular 2 promises to be even more interesting and useful — but it’s also going to be very different from Angular 1.  Now  that Angular 2 is in beta, what does it look like?   Developers are being encouraged to use TypeScript when developing in Angular 2; how does that affect how the system works?  Finally, what sorts of new JavaScript capabilities will Angular expect or demand? This talk by Kara Erickson and Victor Savkin introduces the capabilities of Angular 2, giving us a preview of what the team is creating, and how it can/should be used.(Note: The actual talk starts at 5:30, after some announcement.)Total time: 1:40Share this:LinkedInTwitterGoogleFacebookRedditJavaScript, Object-oriented programming[Video 457] Reginald Braithwaite: First-Class Commands — An unexpectedly fertile design patternMarch 2, 2016 reuvenLeave a commentFunctional programming is well known for, among other things, treating functions as data, allowing us to store, create, pass, and return them within a program. This has led to all sorts of interesting techniques, most having to do with holding onto functions until we need to use them. Object-oriented programming languages offer us a similar idea, as the “command pattern” — but where can and should we use it? What problems can be solved elegantly by incorporating the command pattern into our code? In this talk, Reginald Braithwaite introduces the command pattern in a number of different contexts, giving us insight into where and how we can incorporate it into our own work. While examples are in JavaScript,  these ideas can be used in any object-oriented language.Time: 33 minutesShare this:LinkedInTwitterGoogleFacebookRedditDevops, JavaScript, Programming languages[Video 456] Scott Hanselman: JavaScript, The Cloud, and the Rise of the New Virtual MachineMarch 1, 2016 reuvenLeave a commentIt has often been said that JavaScript is the assembly language of the Web. But as JavaScript becomes an increasingly popular target for other languages (in the browser, or on the server) and as virtual machines make it easy, perhaps it’s time for us to think about what constitutes an operating system, and what it means to have a “computer” running a program. Emulation, and virtual machines, make all sorts of new architectures possible.  What is the role of the browser vs. the server? What can we expect to see as we move forward, given the ubiquity of JavaScript and VMs?  And what can we learn from classic computer architecture and languages as we move forward?  In this talk, Scott Hanselman discusses all of these topics.Time: 1 hourShare this:LinkedInTwitterGoogleFacebookRedditHardware[Video 455] Dror Helper: Electronics 101 for software developersFebruary 29, 2016 reuvenLeave a commentBack in college, I had to take some introductory courses in electronics and electrical engineering. I was confused by what I was learning — and ever since, electronics have seemed like a cross between magic and a mystery to me. I’m not sure whether it’s good news or bad, but a large number of other software developers seem to feel the same way as I do. But of course, it would be really nice to know how our computers work, and what the basic principles are of the electronics within. In this talk, Dror Helper comes to the rescue, offering a crash course in electronics for people with a software background. He starts from the beginning, describing such concepts as voltage, resistance, and current, and quickly moves onto more advanced topics.Time: 1 hourShare this:LinkedInTwitterGoogleFacebookRedditBest practices, Devops, Scaling[Video 454] Ben Christensen: Don’t Build a Distributed MonolithFebruary 28, 2016 reuvenLeave a commentIs your Web application is getting a bit big and bulky on a single server? You might be thinking of moving to a more distributed, microservice-based architecture. And in many cases, that’s a great way to go about things. But microservices aren’t a panacea, having their own issues and pain points. What are the trade-offs associated with a microservice-based architecture? How do you define the dependencies (code and API) between the different services? And how can you avoid a “distributed monolith” — a situation in which you have many microservices that are dependent on one another? In this talk, Ben Christensen describes the different ways to think about such microservice- systems, and how to avoid some of the more common pitfalls.Share this:LinkedInTwitterGoogleFacebookRedditEducation[Video 453] Karen E. Fisher and Katya Yefimova: Future Builders — Magical Devices and Start-ups by Syrian Youth at the UNHCR Za’atari Refugee CampFebruary 27, 2016 reuvenLeave a commentThe civil war currently taking place in Syria has cost many lives, and has created a huge number of refugees. Many of these refugees are now living in a refugee camp at Za’atari, in neighboring Jordan. Under circumstances that range from difficult to grave, is it reasonable to think that young people can get an education, let alone a technical education that’ll enable them to create high-tech devices and applications? In this talk, Karen E. Fisher and Katya Yefimova describe their efforts to do just that — teaching, facilitating, and encouraging these young refugees to create new things, to collaborate with their peers, and to create things that can help themselves and others.Share this:LinkedInTwitterGoogleFacebookRedditDevops, PostgreSQL[Video 452] Jignesh Shah: PostgreSQL and Linux ContainersFebruary 26, 2016 reuvenLeave a commentA growing number of organizations are using containers, such as docker, to deploy applications and parts of their infrastructure. How well do contains work with a database such as PostgreSQL? What do we need to know about installing, configuring, and deploying PostgreSQL in this way, and what mistakes should we aim to avoid? In this talk, Jignesh Shah shares his experiences combining PostgreSQL with Docker. He describes the reasons why it’s useful to work in this way, and how we can deploy and then monitor our PostgreSQL instances in a number of ways.Time: 1 hour, 13 minutesShare this:LinkedInTwitterGoogleFacebookRedditData science, Python[Video 451] Brian Lange: Practical Jupyter at a Data Science FirmFebruary 25, 2016 reuvenLeave a commentOne of the growth areas for Python over the last few years has been in the area of data science: Tools such as Jupyter (aka “IPython Notebook“), along with NumPy and Pandas, have made Python one of the main languages that people use when doing data science. But how does a data scientist use Jupyter?  How does a data-science firm use it to promote collaboration and exploration? And where are notebooks note less preferable than traditional Python modules? In this talk, Brian Lange provides a high-level overview of where and how Jupyter notebooks are used in his data-science firm, discussing their relative advantages and disadvantages in consulting and training.Time: 23 minutesShare this:LinkedInTwitterGoogleFacebookRedditPosts navigation12…46Next →Daily technology videos, curated by Reuven Lerner.Follow @DailyTechVideo Recent PostsDaily Tech Video: Status updateDTV will return soon![Video 458] Kara Erickson and Victor Savkin: Angular 2 updates[Video 457] Reginald Braithwaite: First-Class Commands — An unexpectedly fertile design pattern[Video 456] Scott Hanselman: JavaScript, The Cloud, and the Rise of the New Virtual MachineRecent CommentsPresentation Slides, Ansible: Automated App Deployment - rm core on [Video 384] Kenny Gorman: Cloud PostgreSQL Automation Management with AnsibleOpenSCG: Postgres & Hadoop | Video – Behold! The Power of Foreign Data Wrappers! on [Video 378] Jim Mlodgenski: PostgreSQL Federation[Video 318] Christopher Neugebauer: Python's New Type Hints in Action… In JavaScript - Daily Tech Video on [Video 178] Guido van Rossum: Type HintsCompiler Construction (part 2) | Pilot's Logbook on [Video 233] Yukihiro ‘Matz’ Matsumoto: Superdry RubyVisto nel Web – 199 | Ok, panico on [Video 281] Andrey Syschikov: Practical usage of advanced Python constructsArchivesMarch 2017April 2016March 2016February 2016January 2016December 2015November 2015October 2015September 2015August 2015July 2015June 2015May 2015April 2015March 2015February 2015January 2015December 2014November 2014Categories.NETAdministriviaAPIsBest practicesBooksBusinessC++Client-side developmentClojureCloud computingConcurrencyData scienceDatabasesDebuggingDesignDevopsEducationFunctional programmingGitGoHardwareHaskellHealthHistoricali18nJavaJavaScriptLegalLinuxManagementMobileModelingMySQLNetworkingNoSQLObject-oriented programmingOpen sourceOptimizationPair programmingPHPPostgreSQLPresentingProgramming languagesPythonRubyRustScalingScientific computingSecuritySoftware testingToolsUncategorizedWeb developmentWomenMetaLog inEntries feedComments feedWordPress.orgProudly powered by WordPress