User Group відкриті
[search 0]
більше
Download the App!
show episodes
 
Artwork

1
PgMUG (Penang Mac User Group)

Penang Mac User Group

Unsubscribe
Unsubscribe
Щомісяця
 
Penang Mac User Group (PgMUG) is a place for all the Mac User to meet, share and exchange information about their experiences in Mac. It is a place that every Mac or Non-Mac user who want to know about mac, to freely participate in the activities.
  continue reading
 
The Rocky Mountain Internet Users Group (RMIUG) is a Boulder, Colorado based technology group that explores all facets of the Internet including Social Media, Marketing, and Mobile Computing. Founded in 1994, RMIUG boasts over 13,000 members in the Rocky Mountain region. This podcast is a recording of the bi-monthly meetings held at the National Center for Atmospheric Research in South Boulder. Each meeting a speaker is brought to present a specific topic. The result is a lively and topical ...
  continue reading
 
Loading …
show series
 
.NET 8 favourites speed-run, with Ryan Rowston Let's race into the next generation of .NET with a speed-run through a few of my favourite new features is .NET 8. Blazor United, with John Merchant Not a soccer/football team, it's the latest iteration of tooling for writing web apps in .NET What's new in C# 12, with David Gardiner Find out about the …
  continue reading
 
In 1971, three students from Minnesota thought they could liven up a history lecture by creating a computer game for the students to play, and after several days of work in HP Time Share BASIC, they came up with what turned out to be a significant milestone in the history of computer games - Oregon Trail. Oregon Trail is often regarded as one of th…
  continue reading
 
An eye-opening journey into the heart of Discount Party Supplies' ERPsystem, Byblos, as we spotlight the transformative role Blazor hasplayed in pushing our business to the next level. Discover how we atDiscount Party Supplies are utilizing Blazor to help harness the powerof our unique Lot Management System, enabling the efficient running ofour 40-…
  continue reading
 
We have a challenge: Modern day administrators want to keep a tight rein on who can perform different actions in their systems. Join us and learn how we've evolved our authorisation patterns to grant highly granular permissions to different users, while maintaining developer-friendly patterns in code. In this talk I'll explain how we've approached …
  continue reading
 
Have you ever loaded the official ChatGPT web application, entered a prompt and wondered: "How did they build that? How did they stream the response to the browser? And most importantly, how could I build it myself, using only C# and .NET"? Then this talk is for you! Especially if you are also interested in learning how leverage the new Azure OpenA…
  continue reading
 
Come and learn how 'DevPulse', a cloud native .NET application for delivering interactive polls at AWS community expo booths was taken from ideation into production. In this session we will learn how .NET was used to build a cross platform application, delivering messages to an AWS IOT backend, how that backend then aggregated and stored these mess…
  continue reading
 
In this presentation, we will explore why gRPC is a technology worth considering for API service development in .NET. We will discuss the benefits of gRPC over RESTful APIs and provide an overview of the basics of creating a gRPC service project. We will also cover advanced topics, including server-side streaming, bi-directional streaming, authenti…
  continue reading
 
For this episode, Arjen is joined by Jason and Matt to discuss the news from the first quarter of 2023. As that is a bit much, they decide to focus on the Melbourne region first and then pick some of their favourites round-robin style. This episode was recorded on 23 March 2023. You can find the user group here: Our website @awsmelb@awscommunity.so…
  continue reading
 
Hot Reload (and Edit and Continue) are reasonably amazing technologies allowing you to apply code changes on the fly, without stopping your application, or seemingly even recompiling it. Whilst a Hot Reload demo is all well and good (and I'm happy to provide one if you like), I personally find it much more interesting to talk about how it works und…
  continue reading
 
Whether it be MAUI, WPF, WinUI, Xamarin.Forms, UWP, Uno Platform, Avalonia, or any other technology that defines UIs with XAML, there are some common complaints about working with XAML files that have been around as long as XAML has. It can be hard to write, understand, maintain and modify. But, it doesn't have to be this way. The solution isn't ab…
  continue reading
 
You've been bashing your head against a wall for 5 hours trying to figure out what went wrong. Suddenly you remember what you were thinking when you wrote this code 2 years ago. "But an if statement would be so easy here," you had said. "Nobody will look at this anyway," you had said. Past you was a real jerk, weren't they?!…
  continue reading
 
For this very special episode, Arjen is joined by Dawn, Jason, and Matt to discuss our newly launched local region. So, of course, we take that opportunity to whinge about missing services and features while also trying to show that we're actually really happy it's here. And at the end we'll take a brief excursion to the new Perth Local Zone as wel…
  continue reading
 
After a long hiatus, we're back with season 2 of our podcast! In this episode Arjen, Jason, and Matt discuss their favourite announcements of re:Invent 2022 and how much of this is quality of life improvements. Discussed Announcements Step Functions Distributed Map – A Serverless Solution for Large-Scale Parallel Data Processing You can now assign …
  continue reading
 
Running .NET inside a container has been supported for a while, but up until now, building the container image required a bunch of extra steps. Until .NET 7! We'll contrast how much easier it is to build containers for .NET apps in .NET 7, how you can customise the image to your needs, incorporate it into your CI/CD pipeline, and any limitations to…
  continue reading
 
Blazor is a Microsoft framework first released in 2018 that uses Razor syntax and C# instead of JavaScript for developing modern web apps. One of the exciting things about Blazor is that it enables .NET developers to utilise their existing C# knowledge and allows backend and frontend development to share much of the same code. Stephen will take you…
  continue reading
 
WinUI is the new modern native UI platform of Windows. The open-source Uno Platform extends pixel-perfect WinUI experiences built with C# and XAML to all platforms. Yes. That means C# and XAML running on Web, WebAssembly, macOS, Linux, iOS, and Android. Awesome! Nick Randolph will show you the ins and outs of multi-platform design and development. …
  continue reading
 
The Distributed Application Runtime (Dapr) provides APIs that simplify microservice connectivity. Whether your communication pattern is service-to-service invocation or publish-subscribe messaging, Dapr helps you write resilient and secured microservices. Dapr provides you with APIs that abstract away the complexity of common challenges developers …
  continue reading
 
Lana (in conversation with David) takes us through some of the highlights of the recent Microsoft Build conference, including: Low code apps - a game changer for small/medium businesses? GitHub Copilot - AI pair programming Live Previews in Visual Studio with .NET Maui Microsoft Dev Box SQL Server 2022 preview…
  continue reading
 
Verify is a snapshot tool that simplifies the assertion of complex data models and documents with all popular .NET unit testing frameworks. Verify is called on the test result during the assertion phase. It serializes that result and stores it in a file that matches the test name. On the next test execution, the result is again serialized and compa…
  continue reading
 
Getting your .NET application running in Kubernetes, and in particular Azure Kubernetes Service (AKS) has not been the easiest of tasks, with quite a steep learning curve. That all changes with a new open source tool called 'Tugboat'. Learn about the particular challenges of .NET apps in an AKS environment. Find out about all the features of Tugboa…
  continue reading
 
Get the most out of Visual Studio productivity and testing tools in .NET! Learn new tips to help you understand code at a glance and the tooling improvements around code style, diagnostics, refactorings, and much more! Join this session to get tips on new features that speed up your inner development flow and discover the latest in cross-platform d…
  continue reading
 
How do we architect software that has the potential to tap out the upper limits of single cluster scaling up and out? How do we achieve unbounded scalability while maintaining architectural simplicity and flexibility? Let's find out by exploring the various forms scalability, and by deep diving into some real world inspired coded demos.…
  continue reading
 
In this month's episode Arjen, JM, and Guy discuss the news from January 2022. Well, everything announced after re:Invent really, but that's mostly from January. There are good announcements all over; from a new Console Home to unpronounceable instance types, but there is also some news around the podcast that's either good or bad depending on how …
  continue reading
 
Pull your podcast player out of instant retrieval, because we're discussing re:Invent 2021 as well as the weeks before it. Lots of announcements; big, small, weird, awesome, and anything in between. We had fun with this episode and hope you do too. Find us at melb.awsug.org.au or as @AWSMelb on Twitter. NewsFinally in Sydney AWS Snowcone SSD is now…
  continue reading
 
A lot of things happened in October, and we talked about them all in early November. In this episode Arjen, Guy, and JM discuss a whole bunch of cool things that were released and may be a bit harsh on everything Microsoft. NewsFinally in Sydney Amazon EC2 Mac instances are now available in seven additional AWS Regions Amazon MemoryDB for Redis is …
  continue reading
 
After a very long delay, our September 2021 episode finally drops. Recorded in early October Arjen, JM, and Guy discuss how September finally has a fair number of interesting announcements again and of course point out everything that wasn't great as well. As a headsup, our October and November episodes will be released over the next 2 weeks. NewsF…
  continue reading
 
This talk is open to anybody interested in knowing what Go is about. We will go over the basic language constructs, opinions, tooling, modules, unit testing, other bits and pieces that make Go a fun language to learn. We will start with the simplest "Hello World" and top it off by building an HTTP web service by only using the standard library pack…
  continue reading
 
July and August were very boring months for announcements, so Arjen, JM, and Guy decided to discuss them both in a single episode. They also decided to record before the month actually ended, which doesn’t really behoove them as they missed out on a couple of actually interesting announcements. So those will be discussed in our September episode. N…
  continue reading
 
The month of June was not the most exciting one when it comes to announcements, but Arjen, Guy, and Jean-Manuel still found some things to talk about. Although there were more diversions than usual. NewsFinally in Sydney AQUA for Amazon Redshift launches in three additional AWS regions Amazon EMR Studio is now available in 13 regions Serverless Ama…
  continue reading
 
Once again Arjen, Jean-Manuel, and Guy discuss the latest and greatest announcements from AWS in this roundup of the news of May. Also once again, this was recorded 2 months before it went up, but luckily it's all still relevant. Even the comments about being in lockdown. NewsFinally in Sydney 😢 ServerlessLambda Getting Started with Your Favorite O…
  continue reading
 
Let's dive in to the latest features of Azure Functions - the serverless compute offering for Azure. After a quick recap of what Azure Functions are and what problems they can solve, we'll find out how Functions can now run .NET 5 (and .NET 6 in preview) and cover:• What works better?• What works differently (aka breaking changes)?• Why might you c…
  continue reading
 
Setting a new record for delay in editing, you can finally listen to Arjen, JM, and Guy discuss the news from April 2021. This was recorded nearly two months before it was released. NewsFinally in Sydney Amazon Transcribe Custom Language Models now support Australian English, British English, Hindi and US Spanish Multi-Attach for Provisioned IOPS i…
  continue reading
 
Severely delayed once again, but Arjen, Jean-Manuel, and Guy did discuss the news of March once again. An episode full of good names, bad names, and complaints about services while there was also plenty to love. So, a fairly typical month. NewsFinally in Sydney AWS Snowcone is now available in the AWS Asia Pacific (Sydney) Region in Australia AWS C…
  continue reading
 
February was a slow month for AWS releases, but Arjen, JM, and Guy did their best to make it fun anyway. Except for those times where Arjen tried to convince everyone to fall asleep to his new podcast. The NewsThe shameless plug Arjen Without Sleep Finally in Sydney AWS Graviton2 M6g, C6g, and R6g instances now available in Asia Pacific (Seoul, Hon…
  continue reading
 
In this month's episode where we tell you what AWS released since re:Invent, Guy gets to talk a fair bit about IoT, JM just wants to remind everyone of various things, and Arjen suffers from some sleep deprivation. What's NewFinally in Sydney PartiQL for DynamoDB now is supported in 23 AWS Regions AWS Network Firewall is now available in the Asia P…
  continue reading
 
re:Invent arrived, and with it came a lot of announcements. Some meh, some good, some great. In this episode Arjen, Jean-Manuel, Guy, and special guest star Rob will do their best to make sense of it. Or maybe they just make it more confusing? Who knows? Our brains can't really handle the number of announcements. Which is probably also why it took …
  continue reading
 
Because re:Invent is just in a couple of days, Arjen, Jean-Manuel, and Guy take an earlier than usual look at the massive number of announcements in November. And to think, this episode was recorded on 20 November so everything announced after that will be discussed in the re:Invent episode. What's newFinally in Sydney Amazon Kendra now available i…
  continue reading
 
In another slightly delayed episode Arjen, JM, and Guy talk about all the many things that were announced in October. But before that, they will first discuss exactly how badly Lex understands "a fair shake of the sauce bottle". Talk to us in our Slack or on Twitter! The News Finally in Sydney Amazon Connect supports Amazon Lex bots using the Austr…
  continue reading
 
A bit later than planned, but Arjen, Jean-Manuel, and Guy are back to talk about the AWS news from September 2020. This episode contains Arjen talking about what's wrong with the SSO APIs, Jean-Manuel showing off his Quantum computing knowledge, and Guy giving a sauce bottle a fair shake? The News Finally in ANZ Amazon Lex launches support for Aust…
  continue reading
 
Arjen, Jean-Manuel, and Guy once again take a close look at the new releases from the past month. And while they try to compare everything to EFS for Lambda, this month includes the introduction of a new award: The Nano The NewsFinally in Sydney Announcing the newest AWS Heroes – August 2020 | AWS News Blog Amazon EC2 M6g, C6g and R6g instances pow…
  continue reading
 
July was a busy month with many (small) releases, and even an announcement about re:Invent! So it's up to Arjen, Jean-Manuel, and Guy to try to make sense of it all. The NewsFinally in Sydney AWS IoT Analytics is now available in the Sydney AWS Region AWS Snowball Edge Compute Optimized is now available in 11 additional AWS Regions AWS Secrets Mana…
  continue reading
 
AWS had a number of big and small announcements in June again, and Arjen is joined by Jean-Manuel and Guy to talk about these. They'll cover it all from codeless programming tools to busting charts. The NewsFinally in Sydney ANZ Find your most expensive lines of code and improve code quality with Amazon CodeGuru - now generally available Announcing…
  continue reading
 
Another month, another long list of AWS releases. And once again Arjen, Jean-Manuel, and Guy take a look at what's new and give their opinions, whether those are appreciated or not. This episode was recorded on 29 May, but unfortunately had some delays in editing. The NewsFinally in Sydney Announcing major enhancements to Amazon Macie, an 80%+ pric…
  continue reading
 
A month passed before we could blink, and once again Arjen is joined by Jean-Manuel and Guy to discuss the highlights of the April announcements. Co-starring interrupted chatbots and terrifying music. The NewsFinally in Sydney Sellers, consulting partners, and data providers from Australia and New Zealand now available in AWS Marketplace and AWS Da…
  continue reading
 
In our first episode we go through an extended version of our usual What's New segment of the podcast. For this, Arjen is joined by Jean-Manuel and Guy. This episode was recorded on the evening of the 27th of March 2020 (Australian time). COVID-19 Working From Home? Here’s How AWS Can Help | AWS News Blog Remote Work & Learning | Amazon Web Service…
  continue reading
 
Serverless applications are taking the Internet by storm & it's easy to see why, the idea of being able to solve your problem & deploy itthen walk away without ever having to think about system updates, package updates & security is very appealing to software developers.Serverless may not solve all of our problems but it sure can solve a lot of the…
  continue reading
 
Pragmatic Performance: When to care about perf, and what to do about itAs a developer you often hear both that performance is important, but also that you shouldn't worry about performance up front, so when is the right time to think about it? And if the time is right, what are you actually supposed to do?If you're interested to hear about a pragma…
  continue reading
 
Logic Apps Custom connectors are a great way to abstract your APIs and plug them into logic apps using a reusable connector pattern that is developer friendly. These connectors plug right into the logic apps designer to present a seamless experience. Whilst this uses API documentation to provide help with using the operations, they also use various…
  continue reading
 
With the pervasive spread of gaming through popular culture it is now more important than ever to cater to a wide audience of potential users. In this talk, Scott will discuss how you can easily consume the Cognitive Services API to add Text-To-Speech to a Unity game on a budget.Adelaide .NET User Group / David Gardiner
  continue reading
 
Blazor is a single-page app framework for building interactive client-side Web apps with .NET. Blazor uses open web standards (no plugins or code transpilation). Blazor works in all modern web browsers, including mobile browsers.In this talk I will provide an overview of *What* it is, and *Why* it is important. I'll offer some speculation about *Wh…
  continue reading
 
Loading …

Короткий довідник