elo

Episode 172: Feature-Oriented Software Development with Sven Apel – Pt 1

Sven Apel explains why developing software in a feature-oriented manner is so vital for us as software engineers and why objects are simply not enough.




elo

Episode 173: Feature-Oriented Software Development with Sven Apel – Pt 2

Recording Venue: University of Passau Guest: Sven Apel Host: Stefan In this second episode on Feature-Oriented Software Development (FOSD), Sven Apel gives us an overview of programming language and tool support for FOSD. He introduces the Eclipse-based FeatureIDE which covers important phases of the FOSD process, namely domain implementation as well as configuration and generation. […]




elo

Episode 175: Game Development with Andrew Brownsword

We discuss characteristics and performance properties of modern games and outline the challenges for software development.




elo

Episode 180: Leading Agile Developers with Jurgen Appelo

In this episode Michael interviews Jurgen Appelo on the topic of leading agile developers.




elo

Episode 186: Martin Fowler and Pramod Sadalage on Agile Database Development

Recording Venue: Skype Guest: Martin Fowler and Pramod Sadalage In this episode, we talk with Pramod Sadalage and Martin Fowler about database evolution and agile database development. We discuss the basic challenges for working with a database in an agile development culture and how to include database design and most of all, database evolution, in […]




elo

Episode 190: Lean (Software) Development

Recording Venue: WebEx Guest: Christof Ebert Christof Ebert, managing director of Vector Consulting Services talks with Frances Paulisch on his insights to how lean applies to product development. The interview centers around five key principles of lean development, namely end-to-end focus on creating value for the customer, eliminating waste, optimizing value streams, empowering people, and […]




elo

Episode 192: Open Source Development: Perspectives From Management Science

Recording Venue: Swiss Federal Institute of Technology, Zürich Guest: Georg von Krogh Open source development has had a major impact on both private and public development and use of software. This is an interview with one of the key researchers on open source development, Professor Georg von Krogh of the Swiss Federal Institute of Technology in […]




elo

Episode 199: Michael Stonebraker on Current Developments in Databases

Recording Venue: Skype Guest: Michael Stonebraker Dr. Michael Stonebraker, one of the leading researchers and technology entrepreneurs in the database space, joins Robert for a discussion of database architecture and the emerging NewSQL family of databases. Dr. Stonebraker opens with his take on how the database market is segmented around a small number of use […]




elo

SE-Radio-Episode-253-Fred-George-on-Developer-Anarchy

Fred George talks with Eberhard about "Developer Anarchy" - a manager-less development approach Fred has been using very successfully in different organizations - combined with microservices.




elo

SE-Radio Episode 283: Alexander Tarlinder on Developer Testing

Felienne talks with Alexander Tarlinder on how to test as a developer. What can and should developers test?




elo

SE-Radio Episode 296: Type Driven Development with Edwin Brady

Edwin Brady speaks to Matthew Farwell about Type Driven Development and the Idris Programming language. The show covers: what a type is; static vs dynamic types in programming languages; dependent types; the Idris programming language; why Idris was created. Type safe printf modelling state in Idris modelling protocols in Idris modelling concurrency in Idris type driven development and how it changes the development process.




elo

SE-Radio Episode 300: Jonathan Stark on Mobile App Development

Nate Black talks with Jonathan Stark about platforms for mobile development, making decisions about how to develop mobile apps, how to deploy mobile apps, native apps vs. progressive web apps, React Native, and the future of mobile applications.




elo

SE-Radio Episode 327: Glynn Bird on Developer Productivity with Open Source

Nate Black interviews Glynn Bird on using open source to develop your career or get a job, and how maximize productivity and learning. We discuss how to get your pull request accepted, how to make your own project successful, and how to survive updates.




elo

SE-Radio Episode 332: John Doran on Fixing a Broken Development Process

Learn how a business that struggled with outages, performance problems, and an inability to ship overcame their problems by introducing monitoring, docker, continuous integration, and some fresh perspectives.




elo

SE-Radio Episode 356: Tim Coulter on Truffle, Smart Contracts and DApp Development with Truffle, Truffle Ecosystem and Roadmap

Tim Coulter, the founder of Truffle (Ethereum DApp development framework) discusses the Truffle framework for Ethereum SmartContracts and Decentralized App development. Kishore Bhatia spoke with Tim Coulter about: Ethereum Decentralized Apps (DApps)...




elo

Episode 389: Ryan Singer on Basecamp's Software Development Process

Ryan Singer on Basecamp’s “Shape Up” software development process. Basecamp has ditched the backlog and 2-week sprint in favor of solution “shaping” and strategic 6-week projects, using tools like scope mapping, checklists, and hill charts to understand and reduce risk.




elo

Episode 426: Philip Kiely on Writing for Software Developers

Philip Kiely discusses his book Writing for Software Developers. Software development primarily involves writing code but strong written communication skills are critical. Technical comprehension is vital but solid written communication skills are also...




elo

Episode 524: Abi Noda on Developer Experience

In this episode, Abi Noda, founder of Pull Panda and DX, discusses developer experience with SE Radio host Brijesh Ammanath. They examine the basic concept of DX and its importance before diving into a wide variety of issues, including methodologies...




elo

SE Radio 558: Michael Fazio on Modern Android Development

Michael Fazio, Engineering Manager (Android) at Albert and author of Kotlin and Android Development featuring Jetpack from the Pragmatic Programmers, speaks with SE Radio's Gavin Henry about how the Android ecosystem looks today, and why it's an excellent time to write native Android apps. They explore a wide range of topics about modern Android development, including when to go native, how to keep a lot of decisions in your back-end API, Kotlin co-routines, Jetpack and Jetpack Compose, the MVVM design pattern, and threads, as well as activities, fragments, Dagger, room, navigation, Flutter, and improvements in simulators. They also examine details such as IDEs, API selection, how to choose a list of support devices, Java vs Kotlin, handset manufacturers, XML layouts, and why Jetpack is a safe bet for all your future Android development.




elo

SE Radio 562: Bastian Gruber on Rust Web Development

Bastian Gruber, author of the book Rust Web Development, speaks with host Philip Winston about creating server-based web applications with Rust. They explore Rust language features, tooling, and web frameworks such as Warp and Tokio. From there, they examine the steps to build a simple web server and a RESTful API, as well as modules, logging and tracing, and other aspects of web development with Rust.




elo

SE Radio 564: Paul Hammant on Trunk-Based Development

Paul Hammant, independent consultant, joins host Giovanni Asproni to speak about trunk-based development—a version control management practice in which developers merge small, frequent updates to a core “trunk” or main branch. The episode explores the technique in some detail, including its pros and cons and some examples from real projects, and offers suggestions on how to get started. The conversation touches on a set of related topics, including code reviews, feature flags, continuous integration, and testing.




elo

SE Radio 584: Charles Weir on Ruthless Security for Busy Developers

Charles Weir—developer, security researcher, and Research Fellow at Security Lancaster—joins host Giovanni Asproni to discuss an approach that development teams can use to create secure systems without wasting effort on unnecessary security work. The episode starts with a broad description of the approach, which is based on Weir's research and on a free Developer Security Essentials workshop he created. Charles presents some examples from real-world projects, his view on AI's impact on security, and information about the workshop and where to find the materials. During the conversation, they consider several related topics including the concept of "good enough" security; security as a product decision; risk assessment, classification, and prioritization; and how to approach security in startups, greenfield, and legacy systems.




elo

SE Radio 614: Wouter Groeneveld on Creative Problem Solving for Software Development

Wouter Groeneveld, author of The Creative Programmer and PhD researcher at KU Leuven, discusses his research related to programming education with host Jeremy Jung. Topics include evaluating projects, constraints, social debt in teams, common fallacies in critical thinking, maintaining flow state, documenting and retaining knowledge, and creating environments that encourage creativity. Brought to you by IEEE Software and IEEE Computer Society.




elo

SE Radio 624: Marcelo Trylesinski on FastAPI

Marcelo Trylesinski, a senior software engineer at Pydantic and a maintainer of open-source Python tools including Starlette and Uvicorn, joins host Gregory M. Kapfhammer to talk about FastAPI. Their conversation focuses on the design and implementation of FastAPI and how programmers can use it to create web-based APIs. They also explore how to create and deploy a FastAPI implemented in the Python programming language. Brought to you by IEEE Computer Society and IEEE Software magazine.




elo

SE Radio 628: Hans Dockter on Developer Productivity

Hans Dockter, the creator of the Gradle build tool and founder of Gradle Inc, the company behind the developer productivity platform Develocity, joins SE Radio host Giovanni Asproni to talk about developer productivity. They start with some definitions and an explanation of the importance of developer productivity, its relationship with cognitive load, and the big impact that development tools have on it. Hans describes how to implement developer productivity metrics in an organization, as well as warns about some pitfalls. The episode closes with some discussion on Hans's views on the future of this discipline, as well as some near-term developments and expectations. Brought to you by IEEE Computer Society and IEEE Software magazine.





elo

Cómo Apoyar a Las Personas Que Enfrentan el Duelo a Larga Distancia

Para los inmigrantes que enfrentan pérdidas desde lejos, el apoyo puede provenir de la comunidad, nuevos rituales y mejores políticas.




elo

Let’s develop the simple PLC program for lighting control system

A lighting control system is to be developed. The system will be controlled by four switches, SWITCH1, SWITCH2, SWITCH3, and SWITCH4. These switches will control the lighting in a room based on the following criteria: Any of three of the... Read more

The post Let’s develop the simple PLC program for lighting control system appeared first on EEP - Electrical Engineering Portal.




elo

Squarepusher: Pushing Every Envelope

"Dark Steering" flirts subtly with the sounds of modern dubstep, mixing them with atmospheric squeals and detailed drum programming. The result is an unbelievably fitting soundtrack for a life-or-death motorcycle race through neon-lit city streets.




elo

PuroClean Joins National Veteran Business Development Council as Corporate Member

Learn how this initiative provides veterans with a 25% discount on franchising fees and opportunities to thrive in a growing industry, backed by the expertise and passion of Frank Torre and his commitment to service.




elo

What is Impact? Training and Development Tips for Restoration Companies

Episode 2 of Unlocking Training Success with Lisa Lavender gives advice on training intervention, and taking your restoration company to new heights.




elo

Adopting sustainable urban development measures for continued economic growth

Associate Professor of Humanities Winston Chow from SMU’s School of Social Sciences has researched on the areas of urban vulnerability to climate change; sustainability in urban climatology; and perceptions of environmental and climate change in tourism. In recent years, he has published papers on the impact of weather extremes on urban resilience to hydro-climate hazards and trans-boundary variations of urban drought vulnerability and its impact on water resource management in Singapore and Johor, Malaysia. In this podcast, Associate Professor Chow will discuss the continued economic growth of a city by adopting sustainable urban development measures.




elo

Key trends & developments in international mediation

As the profile of businesses engaged in disputes is now more diverse than ever, there is a need for dispute resolution mechanisms that are culturally responsive as well as internationally robust. Mediation is one mechanism that offers a flexible and confidential forum for business to resolve their differences in an effective and efficient way. Interest in mediation to resolve cross-border disputes has increased dramatically in recent years due to increasing access to the Internet and the growing number of smaller enterprises doing business internationally. Nadja Alexander is Professor of Law at SMU School of Law. She also heads the Singapore International Dispute Resolution Academy as its Director, and a prominent mediator, educator, consultant and writer. In a recent study, Prof Alexander had identified some of the top trends impacting the nature and practice of international mediation. She discusses these key trends and developments in this podcast.




elo

Podcast Rick Smith - Diversity, Inclusion And Belonging Key Successful Teams And Organisations

Building on research conducted in 2018 on the clear and positive link between high levels of psychological safety and a strong teamwork culture, Richard Smith, Professor of Strategic Management and Deputy Dean (Programmes) at the SMU Lee Kong Chian School of Business, has now dug deeper by focusing on diversity. How does closing the gender gap within organisations in Asian countries impact overall company performance? Are employees more productive, or less, with a sense of belonging to the workplace? In this podcast, Professor Smith discusses the key findings of his research conducted in collaboration with consultancy group Great Place to Work Institute Singapore. The rigorous study, one of the largest in Asia to highlight gender differences, surveyed over 400,000 employees from more than 800 organisations located across eight countries in the Asia Pacific.




elo

FPSA announces recipients of 2015 Career Development Scholarships

The Foundation of the Food Processing Suppliers Association (FFPSA) is pleased to announce the recipients of ten $5,000 Career Development Scholarships for the 2015-2016 academic year.




elo

UPM Specialty Papers and Michelman Develop Trio of Sustainable Packaging Solutions

All three structures have been tested for recyclability according to the PTS RH 021/97 Cat II method.




elo

Pharmaworks Develops Blister Machine for 100% Recyclable Mono-Materials

In addition to offering their entire fleet of available blister packaging systems ready to run these challenging films, the company will offer upgrades for installed Pharmaworks blister machines in the field and can rebuild blister machines from other suppliers to handle these new sustainable films.




elo

Elopak, Luoro launch first mouthwash packaged in D-PAK cartons

The 500 ml D-PAK™ carton is made with paperboard from responsibly managed forests and is fully recyclable, as well as carbon neutral.




elo

Berry Global Develops PCR Plastic Bottle for Personal Care Applications

The 250ml Domino bottle includes a 75-mm-wide front face and customizable side panels.




elo

Metsä Board Develops Space-Saving Packaging for HejBuddy

Offering flexibility and luxury appeal, the new lightweight packaging is made of micro-flute corrugated board using Metsä Board’s white kraftliner.




elo

Mespack and Amcor Collaborate to Develop 2L Stand-Up Pouch

Amcor and Mespack R&D teams collaborated to make iterative adjustments to machine parameters and film structures and produce a new 2L pouch that meets performance expectations in terms of sustainability, durability, and functionality.




elo

Schreiner ProTech Develops Smart Label Series RFID Capabilities

Recently adapted to suit industrial settings, the company’s Robust RFID-Labels ensure reliable, trackable connectivity for products across a broad set of high-leverage sectors, including electronic and automotive components.




elo

Deitz Co. Develops New Printer Mounting Kit for Traceability Coding

The kit enables food, pharmaceutical and nutritional product manufacturers to mount a printer underneath the company's PharmafillTM BCV1 Bottomless Conveyor and automate lot traceability coding on bottle bottoms.




elo

EnvyPak Envelopes Mailed at Lower Rate Without Affixed Label

EnvyPak received a new ruling from the United States Postal Service that provides lower automation letter rates for a specially formatted, poly envelope that now doesn't require an affixed mailing label, can be sealed with glue applied by lettershops and is fully machine-insertable.




elo

Metsä Board Partners with Industry Leaders to Develop Sustainable Ice Cream Cone Packaging

The team looked into different stages of the value chain, ranging from material production, to ink usage and logistics, and the result is a packaging with a significantly lower climate impact.




elo

Elopak selects Little Rock, Arkansas, for new production plant in USA

The plant will produce Pure-Pak® cartons for liquid dairy, juices, plant-based products and liquid eggs.




elo

Tetra Pak and Lactalis Develop Carton Made of Recycled Polymers

This material has been certified by ISCC PLUS as originating from the recycling process of used beverage cartons in Spain and is allocated to the package based on a mass balance attribution method.




elo

Cox & Co Develops Flow Wrap Chocolate Paper Packaging

Offering a 12-month minimum shelf life, the new paper flow wrap solution is a huge step in the right direction to reducing the amount of chocolate packaging waste that ends up in landfill.




elo

Metsä Board Partners with Kouvolan Lakritsi to Develop Reclosable Licorice Mug

Inspired by paperboard cups, Metsä Board’s packaging design team developed the new paperboard mug with a heat-sealed transparent plastic film that keeps the licorice fresh.




elo

Psychological Test Developers - AssessmentPsychology.com

Test developers and historical influences important in exploring, assessing and understanding human intelligence.