14 things you need to be a successful software developer (v3)Robert MacLean
油
As we passed 140 years of software development, you would think the path to success has been worked out, documented, taught, and largely understood and yet, most software is late, over budget, or full of bugs (sometimes all three). This talk is not about the new Wizz-bang tech that will change your life by solving the issues in software development and only cost you a monthly subscription to your favourite tech company, rather this talk is focused on the only thing that you have control to change, YOURSELF. Join Robert as he will share 14 rules for being successful in software development, a talk he wished he had gotten over 20 years ago.
The OWASP top 10 is a list of the most prolific security issues facing web developers today. In this talk, Robert, will take you through all 10 and demonstrate the problems (we will hack for real in a safe way) and talk about the solutions. This is an introductory talk, so no prior experience is needed in web dev or security. Not doing web dev? Many of these apply to all development! So join in for a lively session of demos, learning and fun
Video of this talk: https://www.youtube.com/watch?v=p5YCHNnQNyg
Building a 袖service with Kotlin, Micronaut & GCPRobert MacLean
油
The document summarizes a presentation about building microservices with Kotlin, Micronaut, and Google Cloud Platform (GCP). The key points are:
1) Micronaut is a new Java framework from 2018 that is designed for building microservices and embraces modern JVM features and memory management.
2) Micronaut provides features like dependency injection, HTTP clients, and filters/interceptors out of the box that help build modern services.
3) The presentation demonstrates building a sample microservice with Micronaut and deploying it to GCP using Docker and Kubernetes. Jib is used to containerize the application.
Robert recently completed a large scale project using Vue.js, TypeScript, MobX and other terms to make this very high on Google rankings. Now it is the time for the retrospective, what went well and what did not. This talk is about the front end only and is light on demos, with the focus being on the real system which was built. When you leave, you will have a set of new architectures you can apply to your next web project, regardless if it is Vue, React or Angular.
This document contains information about an introduction to Kotlin programming course held on August 29th in Newlands at CodeBridge. It also references an expert drinks event on August 2nd. The document is authored by Robert MacLean and includes his Twitter and website contact details.
The document covers JavaScript concepts like scoping, for loops, eval, with, arrays, equality comparisons, semicolons, commas, strict mode, and numbers. It provides examples to demonstrate variable scoping, proper for loop syntax, uses of eval(), the with statement, array creation and properties, equality vs identity operators, optional semicolons, comma operators, what strict mode does, and rounding errors with floating point numbers.
DevConf is a community led, independent conference for software developers. This short slide deck is aimed to assist those attending in preparing for the event.
State of testing at Microsoft focuses on quality, collaboration throughout the development lifecycle. Microsoft provides tools to empower testing, feedback, and monitoring including test case management, manual and exploratory testing, browser-based testing, feedback management, quality dashboards, lab management, release management, and application insights. The tools are designed to put quality at the center and close the loop between development and operations.
These slides are from my talk at the JSinSA (http://www.jsinsa.com/). This talk covers things I want people to know about Microsoft & JavaScript and highlights my favourite features & tools!
Video: http://youtu.be/KIPo3Rct1E4
More: http://sadev.co.za/content/visual%20studio%20%3C3%20javascript
This fun session covers some of the new language features found in C# 6.
This session was presented as part of the Microsoft South Africa Dev Day roadshow in March 2015.
More info at: http://www.sadev.co.za/content/slides-my-devday-march-2015-talks
A high level tour of what DevOps is and how the tooling from Microsoft aligns & assists an organization move to DevOps.
This session was presented as part of the Microsoft South Africa Dev Day roadshow in March 2015.
More info at: http://www.sadev.co.za/content/slides-my-devday-march-2015-talks
This document discusses several Microsoft technologies for app development including Xamarin, LightSwitch, Cordova, Azure VMs, Visual Studio in the cloud, Chef/Puppet, and PowerShell. Xamarin allows building native apps using C# that run across iOS, Android and Windows. LightSwitch is for quickly building line of business apps. Cordova uses web technologies like HTML/CSS/JS to build cross-platform apps. Azure VMs provide scalable cloud computing resources. Visual Studio in the cloud allows using VS via the internet. Chef and Puppet automate server configuration. PowerShell enables automation on Azure. Demos are presented on many of these topics.
Agile lessons learned in the Microsoft ALM RangersRobert MacLean
油
The document discusses lessons learned from the Microsoft ALM Rangers team regarding agile practices. It provides an overview of scrum basics including that the product owner owns the backlog, the team completes work in sprints, and sprints end with a review and retrospective. It also notes some key lessons learned such as the importance of passion, priority definitions, light ceremonies, time as an engineering constraint, communication over metrics, and video not being a nice-to-have.
Building services for apps on a shoestring budgetRobert MacLean
油
You want to build an app and need a backend but have a limited budget? This presentation is a look at two major solutions:
1 - Using Cloud services like Azure, AppHarbour & Amazon cheaply
2 - Using combination of other services to power your app
This document discusses the history and features of Visual Studio and ASP.NET. It outlines the cadence of Visual Studio releases from 2008 to 2013. Key features discussed include backwards compatibility, support for multiple .NET frameworks, and the removal of the "ASP.NET Configuration" dialog. The document promotes the unification of ASP.NET under "One ASP.NET" and highlights features in Visual Studio 2013 like Browser Link and no separation between Web Forms and MVC.
The document discusses LightSwitch, a tool for quickly building data-driven applications. It provides an overview of LightSwitch's structure and evolution. The presentation then demonstrates building a board game voting application in LightSwitch. Finally, it reviews LightSwitch's capabilities for easily creating different types of applications and services.
How to build a Mobile API or HTML 5 app in 5 minutesRobert MacLean
油
Robert gave a talk about how LightSwitch can help developers build mobile APIs and HTML5 apps faster by automating common development tasks and boring code, allowing them to focus on adding unique value. LightSwitch is a tool that streamlines creating the technical requirements for apps so they can be developed more quickly, connecting to data sources like SQL Server and exposing them through OData for mobile and HTML5 clients.
Protection of Personal Information Bill (POPI)Robert MacLean
油
A short presentation that focuses on the proposed POPI law, how it impacts businesses, technology, IT depts & the cloud. It was based on a draft so some aspects may have changed.
This slide deck was used to give students an overview on how to give a great presentation, especially a technical presentation. It covers aspects like purposeful movement, technology, slide creation etc....
This presentation provides a quick glance at a number of tools that make development with JavaScript easy, quick & bug free. Loads of tools & ideas in it :)
Visual Studio: The best tool for web developers.Robert MacLean
油
The document discusses Visual Studio and its benefits for web development. It introduces the presenter Robert MacLean and his website. The bulk of the document outlines new features in Visual Studio 2013 like CodeLens, Browser Link, and HTML/CSS improvements that make web development easier. It demonstrates building an HTML page in Visual Studio 2012.2 using extensions like Git and Web Essentials. The document concludes that Visual Studio provides a happy development experience for web developers, especially with features like LESS, Emmet, JavaScript support, and easy deployment with Web Deploy.
This document provides tips and tricks for developing Windows Store apps. It discusses updating Visual Studio for the latest tools, using MVVM architecture and ViewStateManager, debugging techniques, and key features for app success like integrating with the OS and using analytics to understand usage and crashes. The presentation encourages embracing MVVM patterns, leveraging ViewStateManager, debugging background tasks in Visual Studio, and using analytics services to improve the app based on metrics.
This document summarizes the key updates in LightSwitch from 2012 to 2013. In 2012, LightSwitch was included with Visual Studio and its middleware changed from RIA Services to OData, enabling platform interoperability. New controls and UI features were also added. In 2013, LightSwitch addressed Silverlight concerns by supporting HTML5 clients, allowed building more complex APIs using Web API, and fully supported SharePoint 2013 apps. The overall message is that LightSwitch continues to be the easiest way to build various application types including LOB apps, web platforms, and SharePoint apps.
UiPath Automation Developer Associate Training Series 2025 - Session 1DianaGray10
油
Welcome to UiPath Automation Developer Associate Training Series 2025 - Session 1.
In this session, we will cover the following topics:
Introduction to RPA & UiPath Studio
Overview of RPA and its applications
Introduction to UiPath Studio
Variables & Data Types
Control Flows
You are requested to finish the following self-paced training for this session:
Variables, Constants and Arguments in Studio 2 modules - 1h 30m - https://academy.uipath.com/courses/variables-constants-and-arguments-in-studio
Control Flow in Studio 2 modules - 2h 15m - https:/academy.uipath.com/courses/control-flow-in-studio
鏝 For any questions you may have, please use the dedicated Forum thread. You can tag the hosts and mentors directly and they will reply as soon as possible.
DevConf is a community led, independent conference for software developers. This short slide deck is aimed to assist those attending in preparing for the event.
State of testing at Microsoft focuses on quality, collaboration throughout the development lifecycle. Microsoft provides tools to empower testing, feedback, and monitoring including test case management, manual and exploratory testing, browser-based testing, feedback management, quality dashboards, lab management, release management, and application insights. The tools are designed to put quality at the center and close the loop between development and operations.
These slides are from my talk at the JSinSA (http://www.jsinsa.com/). This talk covers things I want people to know about Microsoft & JavaScript and highlights my favourite features & tools!
Video: http://youtu.be/KIPo3Rct1E4
More: http://sadev.co.za/content/visual%20studio%20%3C3%20javascript
This fun session covers some of the new language features found in C# 6.
This session was presented as part of the Microsoft South Africa Dev Day roadshow in March 2015.
More info at: http://www.sadev.co.za/content/slides-my-devday-march-2015-talks
A high level tour of what DevOps is and how the tooling from Microsoft aligns & assists an organization move to DevOps.
This session was presented as part of the Microsoft South Africa Dev Day roadshow in March 2015.
More info at: http://www.sadev.co.za/content/slides-my-devday-march-2015-talks
This document discusses several Microsoft technologies for app development including Xamarin, LightSwitch, Cordova, Azure VMs, Visual Studio in the cloud, Chef/Puppet, and PowerShell. Xamarin allows building native apps using C# that run across iOS, Android and Windows. LightSwitch is for quickly building line of business apps. Cordova uses web technologies like HTML/CSS/JS to build cross-platform apps. Azure VMs provide scalable cloud computing resources. Visual Studio in the cloud allows using VS via the internet. Chef and Puppet automate server configuration. PowerShell enables automation on Azure. Demos are presented on many of these topics.
Agile lessons learned in the Microsoft ALM RangersRobert MacLean
油
The document discusses lessons learned from the Microsoft ALM Rangers team regarding agile practices. It provides an overview of scrum basics including that the product owner owns the backlog, the team completes work in sprints, and sprints end with a review and retrospective. It also notes some key lessons learned such as the importance of passion, priority definitions, light ceremonies, time as an engineering constraint, communication over metrics, and video not being a nice-to-have.
Building services for apps on a shoestring budgetRobert MacLean
油
You want to build an app and need a backend but have a limited budget? This presentation is a look at two major solutions:
1 - Using Cloud services like Azure, AppHarbour & Amazon cheaply
2 - Using combination of other services to power your app
This document discusses the history and features of Visual Studio and ASP.NET. It outlines the cadence of Visual Studio releases from 2008 to 2013. Key features discussed include backwards compatibility, support for multiple .NET frameworks, and the removal of the "ASP.NET Configuration" dialog. The document promotes the unification of ASP.NET under "One ASP.NET" and highlights features in Visual Studio 2013 like Browser Link and no separation between Web Forms and MVC.
The document discusses LightSwitch, a tool for quickly building data-driven applications. It provides an overview of LightSwitch's structure and evolution. The presentation then demonstrates building a board game voting application in LightSwitch. Finally, it reviews LightSwitch's capabilities for easily creating different types of applications and services.
How to build a Mobile API or HTML 5 app in 5 minutesRobert MacLean
油
Robert gave a talk about how LightSwitch can help developers build mobile APIs and HTML5 apps faster by automating common development tasks and boring code, allowing them to focus on adding unique value. LightSwitch is a tool that streamlines creating the technical requirements for apps so they can be developed more quickly, connecting to data sources like SQL Server and exposing them through OData for mobile and HTML5 clients.
Protection of Personal Information Bill (POPI)Robert MacLean
油
A short presentation that focuses on the proposed POPI law, how it impacts businesses, technology, IT depts & the cloud. It was based on a draft so some aspects may have changed.
This slide deck was used to give students an overview on how to give a great presentation, especially a technical presentation. It covers aspects like purposeful movement, technology, slide creation etc....
This presentation provides a quick glance at a number of tools that make development with JavaScript easy, quick & bug free. Loads of tools & ideas in it :)
Visual Studio: The best tool for web developers.Robert MacLean
油
The document discusses Visual Studio and its benefits for web development. It introduces the presenter Robert MacLean and his website. The bulk of the document outlines new features in Visual Studio 2013 like CodeLens, Browser Link, and HTML/CSS improvements that make web development easier. It demonstrates building an HTML page in Visual Studio 2012.2 using extensions like Git and Web Essentials. The document concludes that Visual Studio provides a happy development experience for web developers, especially with features like LESS, Emmet, JavaScript support, and easy deployment with Web Deploy.
This document provides tips and tricks for developing Windows Store apps. It discusses updating Visual Studio for the latest tools, using MVVM architecture and ViewStateManager, debugging techniques, and key features for app success like integrating with the OS and using analytics to understand usage and crashes. The presentation encourages embracing MVVM patterns, leveraging ViewStateManager, debugging background tasks in Visual Studio, and using analytics services to improve the app based on metrics.
This document summarizes the key updates in LightSwitch from 2012 to 2013. In 2012, LightSwitch was included with Visual Studio and its middleware changed from RIA Services to OData, enabling platform interoperability. New controls and UI features were also added. In 2013, LightSwitch addressed Silverlight concerns by supporting HTML5 clients, allowed building more complex APIs using Web API, and fully supported SharePoint 2013 apps. The overall message is that LightSwitch continues to be the easiest way to build various application types including LOB apps, web platforms, and SharePoint apps.
UiPath Automation Developer Associate Training Series 2025 - Session 1DianaGray10
油
Welcome to UiPath Automation Developer Associate Training Series 2025 - Session 1.
In this session, we will cover the following topics:
Introduction to RPA & UiPath Studio
Overview of RPA and its applications
Introduction to UiPath Studio
Variables & Data Types
Control Flows
You are requested to finish the following self-paced training for this session:
Variables, Constants and Arguments in Studio 2 modules - 1h 30m - https://academy.uipath.com/courses/variables-constants-and-arguments-in-studio
Control Flow in Studio 2 modules - 2h 15m - https:/academy.uipath.com/courses/control-flow-in-studio
鏝 For any questions you may have, please use the dedicated Forum thread. You can tag the hosts and mentors directly and they will reply as soon as possible.
Leadership u automatizaciji: RPA prie iz prakse!UiPathCommunity
油
Dobrodo邸li na "AI Powered Automation Leadership Talks", online dogaaj koji okuplja senior lidere i menad転ere iz razliitih industrija kako bi podelili svoja iskustva, izazove i strategije u oblasti RPA (Robotic Process Automation). Ovaj dogaaj pru転a priliku da zavirite u nain razmi邸ljanja ljudi koji donose kljune odluke u automatizaciji i liderstvu.
Kroz panel diskusiju sa tri izuzetna strunjaka, istra転iemo:
Kako uspe邸no zapoeti i skalirati RPA projekte u organizacijama.
Koji su najvei izazovi u implementaciji RPA-a i kako ih prevazii.
Na koje naine automatizacija menja radne procese i poma転e timovima da ostvare vi邸e.
Bez obzira na va邸e iskustvo sa UiPath-om ili RPA uop邸te, ovaj dogaaj je osmi邸ljen kako bi bio koristan svima od menad転era do tehnikih lidera, i svima koji 転ele da unaprede svoje razumevanje automatizacije.
Pridru転ite nam se i iskoristite ovu jedinstvenu priliku da nauite od onih koji vode automatizaciju u svojim organizacijama. Pripremite svoja pitanja i inspiraciju za sledee korake u va邸oj RPA strategiji!
TrustArc Webinar: State of State Privacy LawsTrustArc
油
The U.S. data privacy landscape is rapidly proliferating, with 20 states enacting comprehensive privacy laws as of November 2024. These laws cover consumer rights, data collection and use including for sensitive data, data security, transparency, and various enforcement mechanisms and penalties for non-compliance.
Navigating this patchwork of state-level laws is crucial for businesses to ensure compliance and requires a combination of strategic planning, operational adjustments, and technology to be proactive.
Join leading experts from TrustArc, the Future of Privacy Forum, and Venable for an insightful webinar exploring the evolution of state data privacy laws and practical strategies to maintain compliance in 2025.
This webinar will review:
- A comprehensive overview of each states privacy regulations and the latest updates
- Practical considerations to help your business achieve regulatory compliance across multiple states
- Actionable insights to future-proof your business for 2025
Benchmark Testing Demystified: Your Roadmap to Peak PerformanceShubham Joshi
油
Benchmark testing is the cornerstone of understanding your systems performance, and this guide breaks it down step-by-step. Learn how to design tests that simulate real-world conditions, measure key performance metrics, and interpret results effectively. This comprehensive roadmap covers everything from selecting the right tools to creating repeatable tests that help identify bottlenecks and optimize resource usage. Whether you're dealing with web applications, mobile apps, or enterprise software, this guide offers practical tips and real-life examples to ensure your system runs at peak efficiency.
DealBook of Ukraine: 2025 edition | AVentures CapitalYevgen Sysoyev
油
The DealBook is our annual overview of the Ukrainian tech investment industry. This edition comprehensively covers the full year 2024 and the first deals of 2025.
Data-Driven Public Safety: Reliable Data When Every Second CountsSafe Software
油
When every second counts, you need access to data you can trust. In this webinar, well explore how FME empowers public safety services to streamline their operations and safeguard communities. This session will showcase workflow examples that public safety teams leverage every day.
Well cover real-world use cases and demo workflows, including:
Automating Police Traffic Stop Compliance: Learn how the City of Fremont meets traffic stop data standards by automating QA/QC processes, generating error reports saving over 2,800 hours annually on manual tasks.
Anonymizing Crime Data: Discover how cities protect citizen privacy while enabling transparent and trustworthy open data sharing.
Next Gen 9-1-1 Integration: Explore how Santa Clara County supports the transition to digital emergency response systems for faster, more accurate dispatching, including automated schema mapping for address standardization.
Extreme Heat Alerts: See how FME supports disaster risk management by automating the delivery of extreme heat alerts for proactive emergency response.
Our goal is to provide practical workflows and actionable steps you can implement right away. Plus, well provide quick steps to find more information about our public safety subscription for Police, Fire Departments, EMS, HAZMAT teams, and more.
Whether youre in a call center, on the ground, or managing operations, this webinar is crafted to help you leverage data to make informed, timely decisions that matter most.
Getting Started with AWS - Enterprise Landing Zone for Terraform Learning & D...Chris Wahl
油
Recording: https://youtu.be/PASG0NTKUQA?si=1Ih7O9z0Lk0IzX9n
Welcome innovators! In this comprehensive tutorial, you will learn how to get started with AWS Cloud and Terraform to build an enterprise-like landing zone for a secure, low-cost environment to develop with Terraform. We'll guide you through setting up AWS Control Tower, Identity and Access Management, and creating a sandbox account, ensuring you have a safe and controlled area for learning and development. You'll also learn about budget management, single sign-on setup, and using AWS organizations for policy management. Plus, dive deep into Terraform basics, including setting up state management, migrating local state to remote state, and making resource modifications using your new infrastructure as code skills. Perfect for beginners looking to master AWS and Terraform essentials!
5 Must-Use AI Tools to Supercharge Your Productivity!
AI is changing the game! From research to creativity and coding, here are 5 powerful AI tools you should try.
NotebookLM
NotebookLM Your AI Research Assistant
Organizes & summarizes notes
Generates insights from multiple sources
Ideal for students, researchers & writers
Boost your productivity with smarter note-taking!
Napkin.ai
ィ Napkin.ai The Creativity Booster
Connects and organizes ideas
Perfect for writers, designers & entrepreneurs
Acts as your AI-powered brainstorming partner
Unleash your creativity effortlessly!
DeepSeek
DeepSeek Smarter AI Search
Delivers deeper & more precise search results
Analyzes large datasets for better insights
Ideal for professionals & researchers
Find what you needfaster & smarter!
ChatGPT
ChatGPT Your AI Chat Assistant
Answers questions, writes content & assists in coding
Helps businesses with customer support
Boosts learning & productivity
From content to codingChatGPT does it all!
Devin AI
Devin AI AI for Coders
Writes, debugs & optimizes code
Assists developers at all skill levels
Makes coding faster & more efficient
Let AI be your coding partner!
AI is transforming the way we work!
Caching for Performance Masterclass: The In-Memory DatastoreScyllaDB
油
Understanding where in-memory data stores help most and where teams get into trouble.
- Where in the stack to cache
- Memcached as a tool
- Modern cache primitives
NSFW AI Chatbot Development Costs: What You Need to KnowSoulmaite
油
Are you considering building an NSFW AI chatbot ?Understanding the costs involved is crucial before starting your project. This PDF explores the key cost factors, including AI model customization, API integration, content filtering systems, and ongoing maintenance expenses. Learn how different pricing models impact the development budget and discover cost-saving strategies without compromising quality.
How to teach M365 Copilot and M365 Copilot Chat prompting to your colleagues. Presented at the Advanced Learning Institute's "Internal Communications Strategies with M365" event on February 27, 2025. Intended audience: Internal Communicators, User Adoption Specialists, IT.
William Maclyn Murphy McRae, a logistics expert with 9+ years of experience, is known for optimizing supply chain operations and consistently exceeding industry standards. His strategic approach, combined with hands-on execution, has streamlined distribution processes, reduced lead times, and consistently delivered exceptional results.
Not a Kubernetes fan? The state of PaaS in 2025Anthony Dahanne
油
Kubernetes won the containers orchestration war. But has it made deploying your apps easier?
Let's explore some of Kubernetes extensive app developer tooling, but mainly what the PaaS space looks like in 2025; 18 years after Heroku made it popular.
Is Heroku still around? What about Cloud Foundry?
And what are those new comers (fly.io, railway, porter.sh, etc.) worth?
Did the Cloud giants replace them all?
THE BIG TEN BIOPHARMACEUTICAL MNCs: GLOBAL CAPABILITY CENTERS IN INDIASrivaanchi Nathan
油
This business intelligence report, "The Big Ten Biopharmaceutical MNCs: Global Capability Centers in India", provides an in-depth analysis of the operations and contributions of the Global Capability Centers (GCCs) of ten leading biopharmaceutical multinational corporations in India. The report covers AstraZeneca, Bayer, Bristol Myers Squibb, GlaxoSmithKline (GSK), Novartis, Sanofi, Roche, Pfizer, Novo Nordisk, and Eli Lilly. In this report each company's GCC is profiled with details on location, workforce size, investment, and the strategic roles these centers play in global business operations, research and development, and information technology and digital innovation.
Webinar: LF Energy GEISA: Addressing edge interoperability at the meterDanBrown980551
油
This webinar will introduce the Grid Edge Security and Interoperability Alliance, or GEISA, an effort within LF Energy to address application interoperability at the very edge of the utility network: meters and other distribution automation devices. Over the last decade platform manufacturers have introduced the ability to run applications on electricity meters and other edge devices. Unfortunately, while many of these efforts have been built on Linux, they havent been interoperable. APIs and execution environment have varied from one manufacturer to the next making it impossible for utilities to obtain applications that they can run across a fleet of different devices. For utilities that want to minimize their supply chain risk by obtaining equipment from multiple suppliers, they are forced to run and maintain multiple separate management systems. Applications available for one device may need to be ported to run on another, or they may not be available at all.
GEISA addresses this by creating a vendor neutral specification for utility edge computing environments. This webinar will discuss why GEISA is important to utilities, the specific issues GEISA will solve and the new opportunities it creates for utilities, platform vendors, and application vendors.
Quantum Computing Quick Research Guide by Arthur MorganArthur Morgan
油
This is a Quick Research Guide (QRG).
QRGs include the following:
- A brief, high-level overview of the QRG topic.
- A milestone timeline for the QRG topic.
- Links to various free online resource materials to provide a deeper dive into the QRG topic.
- Conclusion and a recommendation for at least two books available in the SJPL system on the QRG topic.
QRGs planned for the series:
- Artificial Intelligence QRG
- Quantum Computing QRG
- Big Data Analytics QRG (coming 2025)
- Spacecraft Guidance, Navigation & Control QRG (coming 2026)
- UK Home Computing & The Birth of ARM QRG (coming 2027)
Any questions or comments?
- Please contact Arthur Morgan at art_morgan@att.net.
100% human made.
SB7 Mobile Ltd: Simplified & Secure ServicesReuben Jasper
油
SB7 Mobile Ltd is enhancing customer experience by improving support accessibility, billing transparency, and security. The company has strengthened payment authorization, simplified unsubscription, and expanded customer service channels to address common concerns.
3. START
DevConf
Full day in-person event in Joburg & Cape Town
Awesome swag for everyone
Over 35 presentations
International Speakers
750+ attendees
Tickets & Sponsorships available
www.devconf.co.za
3
7. START
Web standards runtime
Supports JS, JSX, TS & TSX just like that
Full tech stack: Linter, test runner,
make executables, code formatter
Security is job 1
Compatible with Node.js
High performance
Runs in the cloud too
7