script JSJ 385: What Can You Build with JavaScript? By devchat.tv Published On :: Thu, 22 Aug 2019 06:00:00 -0400 Sponsors RxJS Live Panel Charles Max Wood Christopher Beucheler Episode Summary Today Charles and Christopher discuss what can you do with JavaScript. They talk about the kinds of things they have used JavaScript to build. They discuss non-traditional ways that people might get into JavaScript and what first drew them to the language. They talk about the some of the non-traditional JavaScript options that are worth looking into. Christopher and Charles talk about some of the fascinating things that have been done with JavaScript, such as Amazon Alexa capabilities, virtual reality, and games. They spend some time talking about JavaScript usage in game creation and building AI. They talk about how they’ve seen JavaScript change and progress during their time as developers. They talk about areas besides web that they would be interested in learning more about and what kinds of things they would like to build in that area. They finish by discussing areas that they are excited to see improve and gain new capabilites. Links Node.js WebGL React React Native Quake TenserFlow.js WebAssembly Hermes Follow DevChat on Facebook and Twitter Picks Charles Max Wood: Instagram JavaScript Jabber Reccomendations New shows: Adventures in Block Chain, Adventures in .Net Christopher Beucheler: Pair programming VS Code Live Share Full Article
script JSJ 392: The Murky Past and Misty Future of JavaScript with Douglas Crockford By devchat.tv Published On :: Tue, 17 Sep 2019 06:00:00 -0400 Episode Summary Douglas is a language architect and helped with the development of JavaScript. He started working with JavaScript in 2000. He talks about his journey with the language, including his initial confusion and struggles, which led him to write his book JavaScript: The Good Parts. Douglas’ take on JavaScript is unique because he not only talks about what he likes, but what he doesn’t like. Charles and Douglas discuss some of the bad parts of JavaScript, many of which were mistakes because the language was designed and released in too little time. Other mistakes were copied intentionally from other languages because people are emotionally attached to the way things “have always been done”, even if there is a better way. Doug takes a minimalist approach to programming. They talk about his opinions on pairing back the standard library and bringing in what’s needed. Douglas believes that using every feature of the language in everything you make is going to get you into trouble. Charles and Douglas talk about how to identify what parts are useful and what parts are not. Douglas delves into some of the issues with the ‘this’ variable. He has experimented with getting rid of ‘this’ and found that it made things easier and programs smaller. More pointers on how to do functional programming can be found in his book How JavaScript Works Charles and Douglas talk about how he decided which parts were good and bad. Douglas talks about how automatic semicolon insertion and ++ programming are terrible, and his experiments with getting rid of them. He explains the origin of JS Lint. After all, most of our time is not spent coding, it’s spent debugging and maintaining, so there’s no point in optimizing keystrokes. Douglas talks about his experience on the ECMAScript development committee and developing JavaScript. He believes that the most important features in ES6 were modules and proper tail calls. They discuss whether or not progression or digression is occurring within JavaScript. Douglas disagrees with all the ‘clutter’ that is being added and the prevalent logical fallacy that if more complexity is added in the language then the program will be simpler. Charles asks Douglas about his plans for the future. His current priority is the next language. He talks about the things that JavaScript got right, but does not believe that it should not be the last language. He shares how he thinks that languages should progress. There should be a focus on security, and security should be factored into the language. Douglas is working on an implementation for a new language he calls Misty. He talks about where he sees Misty being implemented. He talks about his Frontend Masters course on functional programming and other projects he’s working on. The show concludes with Douglas talking about the importance of teaching history in programming. Panelists Charles Max Wood With special guest: Douglas Crockford Sponsors Sustain Our Software Sentry use the code “devchat” for 2 months free on Sentry’s small plan Views on Vue Links JavaScript: The Good Parts How JavaSript Works “This” variable ECMAScript C++ JS Lint ECMA TC39 Dojo Promise RxJS Drses Misty Tail call Frontend Masters course JavaScript the Good Parts Follow DevChatTV on Facebook and Twitter Picks Charles Max Wood: Superfans by Pat Flynn SEO course Agency Unlocked by Neil Patel Douglas Crockford: The Art of Computer Programming by Donald Knuth Game of Thrones Follow Douglas at crockford.com Full Article
script JSJ 400: The Influence of JavaScript Jabber By devchat.tv Published On :: Tue, 15 Oct 2019 06:00:00 -0400 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 startups and his own company closebrace.com, a tutorial and resource site for JavaScript developers. Dan Shapir has also been on JSJ as a guest, and is currently works for Wix doing performance tech. He enjoys speaking at conferences, such as JS Camp in Bucharest, Romania and the YGLF conference. Steve Edwards was previously on MJS 078. He started on Drupal in the PHP world, switched to JavaScript, and then a few years ago he started looking at Vue. Now he does Vue fulltime for ImageWare Systems. As for Charles, his primary focus is the podcasts, since DevChat.tv produces around 20 episodes per week. 5 new shows were started in July, and he talks about some of the challenges that that brought. One of his most popular shows recently was JSJ 389: What makes a 10x Engineer? This helped him realize that he wants to help teach people how to be a successful engineer, so he’s working on launching a new show about it. The panelists share some of their favorite JSJ episodes. They discuss the tendency of JSJ to get early access to these fascinating people when the conversation was just beginning, such as the inventor of Redux Dan Abramov, before their rise to stardom. The talk about the rise in popularity of podcasting in general. They agree that even though JavaScript is evolving and changing quickly, it’s still helpful to listen to old episodes. Charles talks about the influence JavaScript Jabber has had on other podcasts. It has spawned several spinoffs, including My JavaScript Story. He’s had several hosts start their own DevChat.tv shows based off JavaScript Jabber, including Adventures in Angular and The DevEd Podcast. JavaScript Jabber has also been the inspiration for other podcasts that aren’t part of DevChat.tv. There aren’t many podcast companies that produce as many shows as they do and they’re developing their own tools. DevChat.tv moved off of WordPress and is in the process of moving over to Podwrench. Charles talks about all the new shows that have been launched, and his view on ‘competing’ podcasts. Charles is also considering doing an audio drama that happens in a programming office, so if you would like to write and/or voice that show, he invites you to contact him. The show concludes with the panel talking about the projects they’ve been working on that they want listeners to check out. Christopher invites listeners to check out closebrace.com. He also has plans to write a short ebook on unit testing with jest, considered doing his own podcast, and invites people to check out his fiction books on his website. Dan talks about his involvement with Wix, a drag and drop website service, that recently released a technology called Corvid which lets you write JS into the website you build with Wix. This means you can design your user interface using Wix, but then automate it, add events functionality, etc. Dan is also going to be at the Chrome Dev Summit conference. Dave invites listeners to check out the Soft Skills Engineering podcast, and Charles invites listeners to subscribe to his new site maxcoders.io. Panelists Dan Shapir Christopher Buecheler Steve Edwards Dave Smith Charles Max Wood Sponsors Tidelift Sentry use the code “devchat” for 2 months free on Sentry’s small plan Adventures in .NET Links The Dev Rev MJS 099: Christopher Buecheler JSJ 338: It's Supposed to Hurt. Get Outside of Your Comfort Zone to Master Your Craft with Christopher Buecheler RRU 029: Christopher Buecheler Getting Ready to Teach Lessons Learned from Building an 84 Tutorial Software Course MJS 108: Dan Shapir JSJ 334: Web Performance API with Dan Shapir JSJ 371: The Benefits and Challenges of Server Side Rendering with Dan Shapir MJS 078: Steve Edwards JSJ 179: Redux and React with Dan Abramov JSJ 187: Vue.js with Evan You JSJ 383: What is JavaScript? JSJ 385: What Can You Build with JavaScript JSJ 390: Transposit with Adam Leventhal JSJ 395: The New Ember with Mike North JSJ 220: Teaching JavaScript with Kyle Simpson JSJ 313: Light Functional JavaScript with Kyle Simpson JSJ 124: The Origin of JavaScript with Brendan Eich JSJ 073: React with Pete Hunt and Jordan Walke JSJ 392: The Murky Past and Misty Future of JavaScript with Douglas Crockford JSJ 391: Debugging with Todd Gardner JSJ 389: What Makes a 10x Engineer? cwbuecheler.com Closebrace.com Corvid by Wix Soft Skills Engineering podcast maxcoders.io Follow DevChatTV on Facebook and Twitter Picks Steve Edwards: form.io Christopher Buecheler: Apollo GraphQL Playground @TheTimeCowboy Jake Lawrence Charles Max Wood: St. George Marathon GU Energy Original Sports Nutrition Energy Gel Vrbo devchat.tv/15minutes Dan Shapir: Revolutions by Mike Duncan podcast The Winter of the World book series Dave Smith: 13 Minutes to the Moon podcast by BBC The Mind Full Article
script JSJ 407: Reactive JavaScript and Storybook with Dean Radcliffe By devchat.tv Published On :: Tue, 12 Nov 2019 06:00:00 -0500 Dean is a developer from Chicago and was previously on React Round Up 083. Today he has come over to JavaScript Jabber to talk about reactive programming and Storybook. Reactive programming is the opposite of imperative programming, where it will change exactly when needed instead of change only when told to. Reactivity existed long before React, and Dean talks about his history with reactive programming. He illustrates this difference by talking about Trello and Jira. In Trello, as you move cards from swimlane to another swimlane, everyone on the board sees those changes right away. In Jira, if you have 11 tabs open, and you update data in one tab, probably 10 of your tabs are stale now and you might have to refresh. Reactive programming is the difference between Trello and Jira. The panel discusses why reactive JavaScript is not more widely used. People now tend to look for more focused tools to solve a particular part of the problem than an all in one tool like Meteor.js. Dean talks about the problems that Storybook solves. Storybook has hot reloading environments in frontend components, so you don’t need the backend to run. Storybook also allows you to create a catalogue of UI states. JC and Dean talk about how Storybook could create opportunities for collaboration between engineers and designers. They discuss some causes of breakage that automation could help solve, such as styles not being applied properly and internationalization issues. Dean shares how to solve some network issues, such as having operators in RxJs. RxJs is useful for overlapping calls because it was built with cancelability from the beginning. Dean talks about his tool Storybook Animate, which allows you to see what the user sees. Storybook is an actively updated product, and Dean talks about how to get started with it. The show concludes with Dean talking about some things coming down the pipe and how he is actively involved in looking for good general solutions to help people write bulletproof code. Panelists JC Hiatt With special guest: Dean Radcliffe Sponsors Hasura, Inc. Sentry use the code “devchat” for 2 months free on Sentry’s small plan Adventures in Angular ________________________________________________________________________________________________________________________ "The MaxCoders Guide to Finding Your Dream Developer Job" by Charles Max Wood will be out on November 20th on Amazon. Get your copy on that date only for $1. ________________________________________________________________________________________________________________________ Links RRU 083 Knockout.js Node.js Meteor.js RXJS Storybook Animate RX Helper library Follow DevChatTV on Facebook and Twitter Picks JC Hiatt: Joker DevLifts Dean Radcliffe: Twitter @deaniusol and Github @deanius The Keyframers Action for Healthy Kids Full Article
script JSJ 413: JavaScript Jabber at RxJs Live By devchat.tv Published On :: Tue, 24 Dec 2019 06:00:00 -0500 In this episode of JavaScript Jabber Charles Max Wood does interviews at RxJS Live. His first interview is with Hannah Howard at RxJS Live about her talk. Hannah is really enthusiastic about RxJS especially when it comes to frontend development. Her talk is about how to architect full-scale apps with RxJS. Hannah gives a brief summary of her talk. Charles having met Hanna previously at Code Beam asks her how functional programming and reactive programming work together in her mind. Hannah describes how she sees programming. Charles’s next interview is with Ben Lesh, a core team member of RxJS. Ben has been working on RxJS for the last four years. In his talk, he shares the future of RxJs, the timeline for versions 7 and 8. With Charles, he discusses his work on RxJS and the adoption of RxJS. Next, Charles interviews Sam Julien and Kim Maida. They gave a talk together covering the common problems developers have when learning RxJS. In the talk, they share tips for those learning RxJS. Charles wonders what inspired them to give this talk. Both share experiences where they encouraged someone to use RxJS but the learning curve was to steep. They discuss the future of RxJS adoptions and resources. Finally, Charles interviews Kim alone about her second talk about RxJS and state management. She explains to Charles that many state management libraries are built on RxJS and that it is possible to roll out your own state management solution with RxJS. They discuss why there are so many different state management libraries. Kim shares advice for those looking to roll out their own solutions. Panelists Charles Max Wood Guests Hannah Howard Ben Lesch Sam Julien Kim Maida Sponsors ABOUT YOU | aboutyou.com/apply Sentry use the code "devchat" for 2 months free on Sentry's small plan Links https://www.rxjs.live/ RxJS Live Youtube Channel https://twitter.com/techgirlwonder https://twitter.com/benlesh http://www.samjulien.com/ https://twitter.com/samjulien https://twitter.com/KimMaida https://www.facebook.com/javascriptjabber https://twitter.com/JSJabber Full Article
script JSJ 414: JavaScript Jabber Still at RxJs Live By devchat.tv Published On :: Tue, 31 Dec 2019 06:00:00 -0500 In this episode of JavaScript Jabber Charles Max Wood continues interviewing speakers at RxJS Live. First, he interviews Mike Ryan and Sam Julien. They gave a talk about Groupby, a little known operator. They overview the common problems other mapping operators have and how Groupby addresses these problems. The discuss with Charles where these types of operators are most commonly used and use an analogy to explain the different mapping operators. Next, Charles talks to Tracy Lee. Her talk defines and explains the top twenty operators people should use. In her talk, she shows real-world use cases and warns against gotchas. Tracy and Charles explain that you don’t need to know all 60 operators, most people only need about 5-10 to function. She advises people to know the difference between the different types of operators. Tracy ends her interview by explaining her desire to inspire women and people of minority groups. She and Charles share their passion for diversity and giving everyone the chance to do what they love. Dean Radcliffe speaks with Charles next and discusses his talk about making React Forms reactive. They discuss binding observables in React and how Dean used this in his business. He shares how he got inspired for this talk and how he uses RxJS in his everyday work. The final interview is with Joe Eames, CEO of Thinkster. Joe spoke about error handling. He explains how he struggled with this as did many others so he did a deep dive to find answers to share. In his talk, he covers what error handling is and what it is used for. Joe outlines where most people get lost when it comes to error handling. He also shares the three strategies used in error handling, Retry, Catch and Rethrow and, Catch and Replace. Charles shares his admiration for the Thinkster teaching approach. Joe explains what Thinkster is about and what makes them special. He also talks about The DevEd podcast. Panelists Charles Max Wood Guests Mike Ryan Sam Julien Tracy Lee Dean Radcliffe Joe Eames Sponsors ABOUT YOU |aboutyou.com/apply Sentry -use the code "devchat" for 2 months free on Sentry's small plan CacheFly ____________________________________________________________ "The MaxCoders Guide to Finding Your Dream Developer Job" by Charles Max Wood is now available on Amazon. Get Your Copy Today! ___________________________________________________________ Links https://www.rxjs.live/ RxJS Live Youtube Channel https://twitter.com/mikeryandev https://twitter.com/samjulien https://twitter.com/ladyleet? https://www.npmjs.com/package/rx-helper https://twitter.com/deaniusol https://twitter.com/josepheames https://devchat.tv/dev-ed/ https://www.facebook.com/javascriptjabber https://twitter.com/JSJabber Full Article
script JSJ 419: Google App Script with Ben Collins By devchat.tv Published On :: Tue, 04 Feb 2020 06:00:00 -0500 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 how to import external scripts from a CDN. Ben gives two examples, one simple and one sophisticated, that you might build from App Script. He talks about event triggers and how authentication is handled. He goes over the three deployment options, namely web app, app executable, sheets add-on, and deploying from the manifest. Ben talks about how triggers are managed in App Script and options for debugging. There is also the option to develop locally as well as in the browser. The show ends with him talking about how to build using HTML in App Script. Panelists Aimee Knight Steve Edwards Dan Shapir Guest Ben Collins Sponsors G2i Split ____________________________ "The MaxCoders Guide to Finding Your Dream Developer Job" by Charles Max Wood is now available on Amazon. Get Your Copy Today! ____________________________________________________________ Links G Suite AppScript Clasp Picks Steve Edwards: King Kong Apparel Aimee Knight: Developers Mentoring Other Developers Dan Shapir: The Web Almanac AJ O’Neal: Photography Magic Lantern Bem Collins: Cold Turkey app Follow Ben at Benlcollins.com and Twitter Full Article
script JSJ 425: The Evolution of JavaScript By devchat.tv Published On :: Tue, 17 Mar 2020 06:05:00 -0400 Dan Shappir takes the lead and walks the panel through the history of JavaScript and a discussion on ES6, TypeScript, the direction and future of JavaScript, and what features to be looking at and looking for in the current iteration of JavaScript. Panel AJ O’Neal Aimee Knight Charles Max Wood Steve Edwards Dan Shappir Sponsors Taiko - free and open source browser test automation Split ____________________________________________________________ "The MaxCoders Guide to Finding Your Dream Developer Job" by Charles Max Wood is now available on Amazon. Get Your Copy Today! ____________________________________________________________ Links The TC39 Process Le Creuset Star Wars™ Han Solo Roaster | Williams Sonoma 124 JSJ The Origin of Javascript with Brendan Eich Crockford on JavaScript Le Creuset Turkey MJS 108: Dan Shappir MJS 132: Douglas Crockford JSJ 392: The Murky Past and Misty Future of JavaScript with Douglas Crockford "Things You Can Do In ES6 That Can't Be Done In ES5" - View Source talk by Dan Shappir Object Property Value Shorthand in JavaScript with ES6 Spread syntax - JavaScript | MDN JavaScript for-loops are… complicated - HTTP203 Optional chaining - JavaScript | MDN Breaking Chains with Pipelines in Modern JavaScript Picks AJ O’Neal: Expert Secrets Course Creator Pro Braun Series 7 Aimee Knight: Kickstarter Employees Win Historic Union Election Broccoli Sprouts Nutrition And Benefits Of Sulforaphane Charles Max Wood: The Expanse The Masked Singer LEGO Masters Steve Edwards: Beano Steve Wright HBO special Dan Shappir: CC 001: Clean Agile with Robert "Uncle Bob" Martin .NET 019: The History of .NET with Richard Campbell RRU 097: State Management and React Component Design with Becca Bailey Follow JavaScript Jabber on Twitter > @JSJabber Full Article
script JSJ 430: Learning JavaScript in 2020 with Matt Crook By devchat.tv Published On :: Tue, 21 Apr 2020 06:00:00 -0400 JavaScript Remote Conf 2020 May 13th to 15th - register now! Matt Crook joins the conversation to talk with the JavaScript Jabber panel to talk about his experience going through Nashville Software School. The panel discusses and asks questions about getting into programming, working through the bootcamp, and what prospects are for bootcamp graduates. Panel AJ O’Neal Aimee Knight Charles Max Wood Steve Edwards Dan Shappir Guest Matt Crook Sponsors Taiko Educative.io | Click here for 10% discount "The MaxCoders Guide to Finding Your Dream Developer Job" by Charles Max Wood is now available on Amazon. Get Your Copy Today! Picks AJ O’Neal: PostgREST The Way of Kings VirtualBox Bootable Installers for MacOS, Windows, and more Aimee Knight: State of Microservices 2020 Report Peloton Bike Charles Max Wood: The Hobbit D&D Starter Set JavaScript Weekly Devchat.tv Remote Meetups Devchat.tv Remote Conferences Reading to Kids Steve Edwards: It Is Well With My Soul Pitbull Gold PRO Skull Shaver Brad Balfour Dan Shappir: Gödel, Escher, Bach Translating "The Hobbit" in Captivity Matt Crook: Follow Matt on Twitter > @mgcrook, Instagram, LinkedIn Swolenormous Fireship Static Headz Yugen Follow JavaScript Jabber on Twitter > @JSJabber Full Article
script According to the scriptures : the death of Christ in the Old Testament and the New / David Allen By prospero.murdoch.edu.au Published On :: Allen, David M., 1972- author Full Article
script Matthew's new David at the end of exile : a socio-rhetorical study of Scriptural quotations / by Nicholas G. Piotrowski By prospero.murdoch.edu.au Published On :: Piotrowski, Nicholas G., author Full Article
script Introducing medieval biblical interpretation : the senses of scripture in premodern exegesis / Ian Christopher Levy By prospero.murdoch.edu.au Published On :: Levy, Ian Christopher, author Full Article
script Scripture and resistance / edited by Jione Havea ; foreword by Collin Cowan By prospero.murdoch.edu.au Published On :: Full Article
script Scripture, texts, and tracings in 1 Corinthians / edited by Linda L. Belleville and B. J. Oropeza ; afterword by Christopher D. Stanley By prospero.murdoch.edu.au Published On :: Full Article
script Liquid scripture : the Bible in a digital world / Jeffrey S. Siker By prospero.murdoch.edu.au Published On :: Siker, Jeffrey S., author Full Article
script A pentecostal hermeneutic : spirit, scripture, and community / Kenneth J. Archer By prospero.murdoch.edu.au Published On :: Archer, Kenneth J., author Full Article
script The governor and the king : irony, hidden transcripts, and negotiating empire in the Fourth Gospel / Arthur M. Wright Jr. ; foreword by Frances Taylor Gench By prospero.murdoch.edu.au Published On :: Wright, Arthur M., author Full Article
script Troubleshooting Sharepoint [electronic resource] : the complete guide to tools, best practices, powershell one-liners, and scripts / Stacy Simpkins By prospero.murdoch.edu.au Published On :: Simpkins, Stacy, author Full Article
script JAMA Internal Medicine : Analysis of Proposed Medicare Reforms on Prescription Drug Total Spending and Patient Cost-Sharing By traffic.libsyn.com Published On :: Mon, 14 Jan 2019 16:00:00 +0000 Interview with Aaron Kesselheim, author of Analysis of Proposed Medicare Part B to Part D Shift With Associated Changes in Total Spending and Patient Cost-Sharing for Prescription Drugs, and Francis J. Crosson, M.D., author of Managing the Cost of Medicare Part B Drugs: Implications for the Program and Beneficiaries Full Article
script JAMA Dermatology : Trends in Oral Antibiotic Prescription in Dermatology, 2008 to 2016 By traffic.libsyn.com Published On :: Wed, 16 Jan 2019 16:00:00 +0000 Interview with John S. Barbieri, MD, MBA, author of Trends in Oral Antibiotic Prescription in Dermatology, 2008 to 2016 Full Article
script The Dentist's Drug and Prescription Guide, 2nd Edition By www.wiley.com Published On :: 2020-04-14T04:00:00Z The updated and authoritative reference to medications used in dental practice The revised and updated second edition of The Dentist's Drug and Prescription Guide offers a practical and quick reference to medications commonly prescribed in dental practice. With contributions from experts on the topic, this comprehensive book takes an accessible question-and-answer format, providing answers to common questions dentists ask about drugs. The most updated Read More... Full Article
script ACT For Dummies, 6e (1-Year Online Subscription) By www.wiley.com Published On :: 2020-04-27T04:00:00Z Read More... Full Article
script [ASAP] Parallel Metabolomic and Transcriptomic Analysis Reveals Key Factors for Quality Improvement of Tea Plants By feedproxy.google.com Published On :: Wed, 29 Apr 2020 04:00:00 GMT Journal of Agricultural and Food ChemistryDOI: 10.1021/acs.jafc.0c00434 Full Article
script [ASAP] Transcriptome Analysis Reveals Candidate Genes for Petroselinic Acid Biosynthesis in Fruits of <italic toggle="yes">Coriandrum sativum</italic> L. By feedproxy.google.com Published On :: Thu, 30 Apr 2020 04:00:00 GMT Journal of Agricultural and Food ChemistryDOI: 10.1021/acs.jafc.0c01487 Full Article
script 1,001 Geometry Practice Problems For Dummies (1-Year Online Subscription) By www.wiley.com Published On :: 2020-05-08T04:00:00Z Does geometry have you running around in circles? Feeling boxed in?Fear not, help is here. Your one-year, renewable, online subscription to 1,001 Geometry Practice Problems For Dummiesgives you 1,001 opportunities to practice solving all the geometry problems that you’ll encounter in your Geometry course. You start with some basics like lines, angles, and planes, move on to volume, circumferences, area, pi, and much more. Every practice problem includes Read More... Full Article
script Emerging investigator series: activated sludge upon antibiotic shock loading: mechanistic description of functional stability and microbial community dynamics By feeds.rsc.org Published On :: Environ. Sci.: Water Res. Technol., 2020, 6,1262-1271DOI: 10.1039/D0EW00069H, PaperSeungdae Oh, Donggeon ChoiElucidating the functional stability upon environmental stressors is of great practical importance for managing the system performance of various environmental biological processes (e.g., activated sludge).The content of this RSS Feed (c) The Royal Society of Chemistry Full Article
script News from the John W. Kluge Center: Karen Armstrong on the Lost Art of Scripture By content.govdelivery.com Published On :: Wed, 30 Oct 2019 13:13:53 -0500 Please join us for a National Book Festival Presents event with Karen Armstrong The event will take place on Wednesday, November 6, in the Coolidge Auditorium of the Library’s Thomas Jefferson Building. Free tickets are available here. At a time of intolerance and mutual incomprehension, renowned scholar and TED Prize-winner Karen Armstrong's latest book The Lost Art of Scripture shines fresh light on the world's major religions to help us build bridges between faiths and rediscover a creative and spiritual engagement with holy texts. Karen Armstrong is the author of numerous books on religious affairs, including The Case for God, A History of God, The Battle for God, Holy War, Islam, Buddha, and The Great Transformation, as well as a memoir, The Spiral Staircase. Her work has been translated into forty-five languages. In 2008, she was awarded the TED Prize and began working with TED on the Charter for Compassion, created online by the general public, and crafted by leading thinkers in Judaism, Christianity, Islam, Hinduism, Buddhism, and Confucianism. The charter was launched globally in the fall of 2009. She is currently an ambassador for the United Nations Alliance of Civilizations. The event is free and open to the public; however, tickets are required for entry. Seating is limited and available on a first come, first served basis. A ticket does not guarantee entry into the event. Doors open at 6:00 p.m. Latecomers will be seated at the discretion of house management. We recommend arriving when doors open. Tickets are recommended, but not required, and are free. Register for a ticket here. Seating is on a first-come, first-served basis. Request ADA accommodations five days in advance at (202) 707-6362 or ada@loc.gov. Full Article
script The phosphite responsive transcriptome of Phytophthora cinnamomi / by Michaela King By prospero.murdoch.edu.au Published On :: King, Michaela Full Article
script Fun and games with JavaScript By javascriptweekly.com Published On :: Fri, 17 Apr 2020 00:00:00 +0000 #484 — April 17, 2020 Unsubscribe : Read on the Web ???? If you're bored this weekend at all, consider joining the latest Ludum Dare — it's an online game jam that's been taking place for 18 years and more JavaScript entries are appreciated against all the Unity crowd ???? JavaScript Weekly Writing an 'Emulator' in JavaScript (and Interfacing with Multiple UIs) — This is really neat. Tania built a Chip-8 interpreter in JavaScript and has gone into quite a bit of detail about what was involved here. Lots of neat bits and pieces to pick up from this. Tania Rascia jQuery 3.5.0 Released — I know many of you will groan, but I’m delighted when I see a new jQuery release. It’s still so heavily used. No headline features though, this is a security fix for a cross-site scripting vulnerability, plus some tweaks and fixes in preparation for jQuery 4.0 (yes!) Timmy Willison (jQuery Foundation) Build a Game of Battleship with TypeScript & Java. Free Course — Join over 2000 developers creating a game of Battleship with TypeScript, Spring Cloud Stream (Java), and PubSub+. This free 30-minute course is a great way to learn the basics of messaging and event-driven architecture with the Aurelia framework. Solace sponsor Profiling React.js Performance — Goes into detail on aspects of the React Profiler API, React’s new experimental Interaction Tracing API, and measuring custom metrics using the User Timing API. Addy Osmani Userscripts are Fun and Still Very Much Relevant — ‘Userscripts’ are basically JavaScript programs that run in the context of other Web pages so you can add your own features. They were really popular for a while but still exist and are still a neat use case for using JavaScript to improve your Web experience. Eldad Bercovici Another Look at What's New in ECMAScript 2020 — We linked to Dr Axel’s roundup recently, but here’s another take, looking at dynamic imports, nullish coalescing, optional chaining, BigInt, and more. Ianis T. ⚡️ Quick Releases Node 13.13.0 — File system API tweaks, and more. jQuery 3.5 — So classic we had to link it twice. Cypress 4.4.0 — Testing framework. Now supports TypeScript without plugins. Discord.js 12.2 — Interact with Discord from Node. ???? Jobs JavaScript Developer at X-Team (Remote) — Join the most energizing community for developers. Work from anywhere with the world's leading brands. X-Team Senior JavaScript Developer (Warsaw, Relocation Package) — Open source rich text editor used by millions of users around the world. Strong focus on code quality. Join us. CKEditor Find a Job Through Vettery — Vettery specializes in tech roles and is completely free for job seekers. Create a profile to get started. Vettery ???? Tutorials How To Create a Particle Trail Animation in JavaScript — Particle animations are particularly (sorry) striking.. and in this article, Anna Prenzel shows how to easily create your own such effects with Anime.js. Smashing Magazine Strategies for Migrating to TypeScript — A quick overview of some strategies for migrating code bases from JavaScript over to TypeScript. Dr. Axel Rauschmayer Developing in a Monorepo While Still Using Webpack — Second part in a series discussing things the team at Etsy learned during the migration of a home-grown, Require.js-based build system to webpack, which took over a year. Salem Hilal A More Productive Way to Build Your JavaScript Apps — Write better code, debug it, and test it – all in one place. Try WebStorm. No configuration required. WebStorm sponsor ▶ Let's Build a Digital Circuit Simulator in JavaScript — A special episode of the Low Level JavaScript series takes us on a brief journey into the world of digital logic. Low Level JavaScript How To Set Up an Express API Backend Project with PostgreSQL — A pretty extensive walkthrough of creating an HTTP API using Express with Node.js and Postgres on the backend, then deploying it all on Heroku. Chidi Orji Speed Up Your Angular App: 14 Optimization Tips — Tips on how to make your Angular app smaller, faster, and more responsive. Marcelo Ricardo de Oliveira Class-Related Types in TypeScript Dr. Axel Rauschmayer ????▶ A Fireside Chat on the State of Microservices on April 21 — We recently helped The Software House with a developer survey (thanks to those who took it!) and now they’re doing a live chat on the state of microservices next Tuesday featuring Yan Cui, Alessando Vozza, and others. The Software House ???? Code & Tools Puppeteer 3.0: It Now Supports Firefox — Best known for as a way to headlessly control Chrome from Node, Puppeteer has recently seen some competition in the form of the cross-browser Playwright recently. But, no fear, Puppeteer is stepping up and can now work cross-browser too. We also learn Puppeteer is migrating to TypeScript. Mathias Bynens Open-Source Serverless CMS Powered by React, Node.js and GraphQL API — Build dynamic websites and apps with Webiny. 100% powered by JavaScript. Deploy your sites to AWS Lambda. Webiny Serverless CMS sponsor Rome: An Experimental JavaScript Toolchain — A compiler, linter, formatter, bundler, testing framework and more. Started by Sebastian McKenzie (of Babel and Yarn fame), Rome is now a project from the React Native team at Facebook. Related repo. Facebook Vime: A New, Modern Media / Video Player for the Web — Aims to be a ‘modern alternative to Video.js and Plyr’: “The idea behind Vime is we want you to control the player, not the other way around.” Modular, tree-shakable, and with potential for a plugin ecosystem. GitHub repo. Rahim Alwer Vuln Cost: An Open Source Security Scanner for VS Code — Free Snyk-powered VS Code extension that finds security vulnerabilities in npm packages, providing feedback in-line with your code, such as how many vulnerabilities a package has. snyk ip-num: A Library to Work with ASN, IPv4, and IPv6 Numbers — Happy in both Node and the browser. dadepo Flip: Animated Flip Counter Plugin to Add a Countdown to a Website — Adds an animated dynamic countdown timer to a page. No dependencies, responsive and mobile friendly, and fits any language, locale, or time zone. Rik Schennink The Perfect Partner to MongoDB Atlas. Try It for Free Studio 3T sponsor A JavaScript API for Controlling 'Simpsons: Hit & Run' — Including this as a bit of fun if you fancy noodling on something odd. Remote controlling games from JS seems neat, although I suspect just getting this running would take a while.. Tavis Ormandy Full Article
script How tiny dependencies can topple the JavaScript Jenga tower By javascriptweekly.com Published On :: Fri, 1 May 2020 00:00:00 +0000 #486 — May 1, 2020 Unsubscribe : Read on the Web JavaScript Weekly ???? I18n Ally: An All-in-One i18n Extension for VS Code — Got some internationalization work to do? I18n Ally gives you inline annotations, automated translations via Google Translate (which you can review), progress indication, etc. Supports React, Angular, Vue and other frameworks. Anthony Fu How a Few Lines of Code Broke Lots of Packages — Just under a week ago, people were reporting that create-react-app was broken. The culprit? A tiny change in a tiny dependency: is-promise. Luckily a fix was out very quickly and the creator of is-promise reflects on what happened here. Liran Tal also has some analysis of the situation. Forbes Lindesay Identify Front-End Issues Like JavaScript or Network Errors Fast — Datadog’s algorithmic alerts will proactively alert on any client-side issues such as JavaScript and network errors. Optimize the load time of your front-end resources, and detect any UI issues that affect critical user journeys. Try it free with Datadog Synthetics. Datadog sponsor Q: A JavaScript 'Quantum Circuit' Simulator — Bring quantum computing to your browser with this JavaScript simulation. If you were never quite sure what your JavaScript code was going to do, now you can formally explore the concept ???? Stewart Smith Quick bytes: The first release candidate of TypeScript 3.9 is here. A look at the current state of Vue.js in the form of a slide deck. 3.0.0-beta.5 just dropped BTW. If your team uses Storybook, the same team have released Chromatic 2.0 which brings team 'code review' practices to your UI components. A look at wink-scroll, a JavaScript-powered way to scroll Web content using your eyes alone. If you didn't realize we have a Node Weekly newsletter somewhat similar to this one, you do now.. ???? ???? Jobs Find a Job Through Vettery — Vettery specializes in tech roles and is completely free for job seekers. Create a profile to get started. Vettery Senior Full-Stack Developer (Malmö/Sweden) — Every day is different from the next. Join our upbeat Team and work on exciting, major projects using a modern JavaScript stack. Ortelius AB ???? Tutorials A Guide to window.location — A breakdown that covers most of the methods and properties available on the DOM’s window.location object. samantha ming Implementing Dark Mode in React Apps Using styled-components Blessing Krofegha ▶ Let's Build a Financial Dashboard App with React (Webinar On‑Demand) — Join TJ VanToll as he walks you through building a responsive Bootstrap-themed Stocks Portfolio app. Check it out today. Progress KendoReact sponsor Getting Started with NuxtJS — Learn how to create Vue.js-powered server-side rendered apps with NuxtJS including configuring an app and deploying it on Heroku. Timi Omoyeni ▶ Learn Svelte: A 16-Part Course on Learning the Popular UI Framework — The course centers around building a chatbot, which is a nice change from the todos and other overused tutorial examples. noah kaufman 10 Practical JavaScript Tricks — These kinds of lists are usually pretty run of the mill, but this one actually contains some lesser-known quick tips that you may not have seen before. zander shirley Moving TinyMCE to Modern JavaScript — The creators of TinyMCE (a popular WYSIWYG HTML editor) have been refactoring its rather legacy JavaScript (the first version came out 17 years ago!) to modern practices. Joakim Lindkvist 7 JavaScript Design Patterns Every Developer Should Know — This is sort of like a (very) mini version of Addy Osmani’s 2017 book on JS design patterns (which is referenced at the end of the post). deven rathore ▶ An Introduction to State Machines Using XState — XState is a neat way to work with state machines in JavaScript, Kyle is a neat teacher, and Egghead is a neat platform for unlocking these videos for us too. Kyle Shevlin Ride Down Into JavaScript Dependency Hell AppSignal sponsor A Collection of Challenging TypeScript Exercises — “The goal: Let everyone play with many different TypeScript features and get an overview of TypeScript capabilities and principles.” Marat Dulin A Visual Guide to React Mental Models — Different people learn in different ways but good mental models are always valuable and can be helpful if you need to juggle all of the pieces involved in a framework like React. Obed Parlapiano Turning Vue Components Into Reusable npm Packages — Outlines how you can reuse Vue components across your projects by automating your process to bundle, test, document, and publish your components. Sjoerd de voorhoede ???? Code & Tools jExcel v4: A Vanilla JS Interactive Table / Spreadsheet Control — 4.0 adds support for tabs/workbooks, updating a remote data source with JSON, formula support in a sheet footer, and more. There are lots of demos and examples on the official homepage. Paul Hodel Will It CORS? — A handy online tool/wizard for establishing how your (potential) use case will (or won’t!) operate alongside CORS (Cross-Origin Resource Sharing). HTTP Toolkit Get Great Visual Feedback & Bug Reports, Even from Non-Technical Folk — Simply click a page element to pin visual feedback with screenshots & metadata. BugHerd = fast and easy bug tracking. BugHerd sponsor utfu: Replace Busted Characters From Legacy Text with UTF-8 — Useful when old content contains characters like “— in place of a single quote, and similar legacy text issues. Daniel Sieradski Middy 1.0: A Node Middleware Framework for AWS Lambda — Middy’s aim is to make writing serverless functions (hosted on AWS Lambda) easier by providing a familiar middleware abstraction to Node developers. Luciano Mammino useWorker() 3.0: A React Hook for Blocking-Free Background Tasks — Makes it easier to throw tasks off to a Web Worker in React. Alessio Koci webpack-blocks: Configure webpack using Functional Feature Blocks Andy Wermke JZZ: A MIDI Library for Node and the Browser — Send, receive and play MIDI messages from both Node and the browser on Linux, macOS and Windows. Sema MDX 1.6: Use JSX in Markdown Documents — This version introduces initial Vue support. Compositor and Vercel ???? Upcoming Online Events JavaScript Remote Conf 2020 (May 14-15) — Speakers lined up already include Raymond Camden, Christian Heilmann, and Aleksandra Sikora. ESNEXT CONF 2020 (May 18-22) — From the Pika folks (of Snowpack fame). 12 speakers over 5 days so it's a gradual pace. ForwardJS (May 26-29) — A real world event (ForwardJS Ottawa) that has now become a virtual event. CascadiaJS 2020 (September 1-2) — This upcoming online conference is set to take place in September, and the CFP is open now through May 15. Full Article
script Association of Mental Health Disorders With Prescription Opioids and High-Risk Opioid Use in US Veterans of Iraq and Afghanistan By dx.doi.org Published On :: Tue, 06 Mar 2012 16:00:00 +0000 Interview with Karen H. Seal, MD, MPH, author of Association of Mental Health Disorders With Prescription Opioids and High-Risk Opioid Use in US Veterans of Iraq and Afghanistan Full Article
script Prescription Drug Use in US Adults 1999-2012 By dx.doi.org Published On :: Tue, 03 Nov 2015 15:59:00 +0000 Interview with Elizabeth D. Kantor, PhD, MPH, author of Trends in Prescription Drug Use Among Adults in the United States From 1999-2012 Full Article
script Delayed Antibiotic Prescriptions in Ambulatory Care—Reconsidering a Problematic Practice By edhub.ama-assn.org Published On :: Thu, 16 Apr 2020 15:00:00 +0000 Interview with Jeffrey A. Linder, MD, author of Delayed Antibiotic Prescriptions in Ambulatory Care: Reconsidering a Problematic Practice Full Article
script The description, pathogenicity and epidemiology of Phytophthora boodjera, a new nursery pathogen of Eucalyptus from Western Australia / by Agnes Virginia Simamora By prospero.murdoch.edu.au Published On :: Simamora, Agnes Virginia, author Full Article
script The Bible as a Judeo-Persian epic: an illustrated manuscript of 'Imr̄anī's Fatḥ-Nāma = Miḳra ke-epos Parsi-Yehudi: ketav yad meʼuyar shel ha-Fatḥ-Namah le-ʻImrani / Vera Basch Moreen with Orit Carmeli By grammy.mit.edu Published On :: Tues, 21 Mar 2017 Rotch Library - PJ5089.E4713 2016 Full Article
script Interpreting Islam in China: pilgrimage, scripture, and language in the Han Kitab / Kristian Petersen By grammy.mit.edu Published On :: Wed, 1 Nov 2017 Rotch Library - BP63.C5 P48 2018 Full Article
script The commentaries of D. García de Silva y Figueroa on his embassy to Shah Abbās I of Persia on behalf of Philip III, King of Spain / translated from the original Spanish manuscript by Jeffrey S. Turley; edited, with an introduction and annotations, b By grammy.mit.edu Published On :: Tues, 12 Dec 2017 Rotch Library - DP183.9.S54 A3 2017 Full Article
script Cambodia's Muslims and the Malay world: Malay language, Jawi script, and Islamic factionalism from the 19th century to the present / by Philipp Bruckmayr By grammy.mit.edu Published On :: Tues, 26 Feb 2019 Rotch Library - BP63.A38 B78 2019 Full Article
script The Church of the Nativity in Bethlehem: the crusader lining of an early Christian basilica / Bianca and Gustav Kühnel ; with a new edition of the mosaic inscriptions in the appendix by Erich Lamberz By grammy.mit.edu Published On :: Wed, 26 Jun 2019 Rotch Library - NA5978.B48 K84 2019 Full Article
script A dictionary of the Safaitic inscriptions / by Ahmad Al-Jallad, Karolina Jaworska By grammy.mit.edu Published On :: Wed, 25 Sep 2019 Rotch Library - PJ6690.A398 2019 Full Article
script Aux sources de la poésie ghaznavide: les inscriptions persanes de Ghazni (Afghanistan, XIe -XIIe siècles) / Viola Allegranzi By grammy.mit.edu Published On :: Wed, 23 Oct 2019 Rotch Library - PK6400.6.G43 A45 2019 Full Article
script Among digitized manuscripts: philology, codicology, paleography in a digital world / by L.W.C. van Lit, O.P By grammy.mit.edu Published On :: Mon, 30 Dec 2019 Rotch Library - Z105.L58 2020 Full Article
script Caught in a whirlwind: a cultural history of Ottoman Baghdad as reflected in its illustrated manuscripts / by Melis Taner By grammy.mit.edu Published On :: Fri, 24 Jan 2020 Rotch Library - ND3239.I72 B338 2020 Full Article
script Arabic script hacking: the optimal pathway to learn the Arabic alphabet / Judith Meyer By grammy.mit.edu Published On :: Wed, 11 Mar 2020 Rotch Library - PJ6123.M49 2018 Full Article
script Conscripts of migration : neoliberal globalization, nationalism, and the literature of new African diasporas / Christopher Ian Foster By prospero.murdoch.edu.au Published On :: Foster, Christopher Ian, author Full Article
script Stability of the ketyl radical as a descriptor in the electrochemical coupling of benzaldehyde By feeds.rsc.org Published On :: Catal. Sci. Technol., 2020, Advance ArticleDOI: 10.1039/D0CY00282H, PaperJacob Anibal, Arnav Malkani, Bingjun XuElectroreductive coupling is an emerging pathway for the renewable upgrading of biomass derived oxygenates. This work investigates electrochemical benzaldehyde reduction on Au, Cu, Pt and Pd using reactivity testing and in situ spectroscopy.To cite this article before page numbers are assigned, use the DOI form of citation above.The content of this RSS Feed (c) The Royal Society of Chemistry Full Article
script Reply To: Jquery / Javascript Education Help By css-tricks.com Published On :: Fri, 24 Jan 2020 11:54:47 +0000 fvgz Full Article
script The ghost script: a graphic novel / Jules Feiffer By library.mit.edu Published On :: Sun, 18 Aug 2019 07:40:03 EDT Hayden Library - PN6727.F4 G48 2018 Full Article
script Batman/The Shadow: the murder geniuses / story by Scott Snyder and Steve Orlando ; script by Steve Orlando ; art by Riley Rossmo ; colors by Ivan Plascencia ; letters by Clem Robins ; cover art and original series covers by Riley Rossmo By library.mit.edu Published On :: Sun, 17 Nov 2019 06:50:01 EST Barker Library - PN6728.B36 S674 2017 Full Article
script American Gods: shadows / story and words by Neil Gaiman ; script and layouts by P. Craig Russell ; art by Scott Hampton ; letters by Rick Parker ; cover by David Mack By library.mit.edu Published On :: Sun, 26 Apr 2020 07:06:33 EDT Barker Library - PN6728.A482 R87 2018 Full Article