Este é um programa de aceleração pensado para materializar projectos de hardware, ideias de start-up para estudantes.
Estão em jogo 8000€ em prémios monetários, para projectos com os temas de Smart Cities, Internet of Things, Clean Tech e Energia.
https://www.eventbrite.com/e/productizeit-develop-your-thesis-into-a-startup-tickets-24344282404 Source: http://www.productize.it | |
TI's, HiTech, Ideas, Empreendedorismo, innovation, startups, entrepreneurs
sexta-feira, 29 de abril de 2016
Productize.it: Develop into Startup - 3 JUNE 2016 - Acceleration program
Etiquetas:
aceleração,
Clean Tech,
Energia,
hardware,
ideas,
Internet of Things,
KIC InnoEnergy,
Pro,
Productized,
SMART CITIES,
start-up,
students
GitHub Satellite @ Amsterdam - 11 MAY 2016
GitHub Satellite is a celebration of the latest and greatest in software. Join us to learn how developers, founders, activists, and more create impactful technologies.
Great software is about community.
At Satellite, you'll find people who are working together to tackle the latest and most difficult challenges in software—from writing code to shipping impactful technologies.
Schedule
Develop Track
provides practical and tactical advice to developers seeking to implement modern software development practices, maintain or evolve open source projects and communities, and adopt best practices for scaling or building integrations for GitHub.
Discover Track
provides an introduction to the ideas, people and companies who are advancing the world through software, creating business transformation, or building the methodologies and practices that will drive software development into the future.
Keynote
Break
Scaling GitHub - A look at the technology behind the worlds largest code host
Collaborating with Hubot for a more efficient DevOps workflow
Collaborating with Hubot for a more efficient DevOps workflow
Have you been told that your company is moving to a more DevOps development culture, but you have no idea what that really means? Everyone wants to run a more productive and agile engineering team by balancing the competing priorities of rapid releases and stable systems. DevOps is a movement that everyone is either wishing they had, talking about setting up, or getting ready to implement. But how does a chat robot fit into this, how can it help speed things up, and how can everyone on the team learn from each others' successes and failures at the same time?In this talk we'll introduce you to Hubot, an open source robot who sits in your company's chat client to help your developers by doing most of the heavy lifting. We'll look at how he can bring GitHub and many core DevOps tools and philosophies to developers' fingertips and why everyone on the team gains from this benefit. We'll also see how easy it can be to configure Hubot to plug into other tools that integrate with GitHub and what results we can expect to see from using Hubot. By the end of this session, we will have outline why using Hubot is better for individuals and teams, while increasing the speed to develop any of your features.
In pursuit of open source security
In pursuit of open source security
Open software platforms are helping the security industry achieve important goals by enabling better communication, information sharing, and code quality. But open source security differs from other open source communities in a number of ways, as we learned with osquery. The vision for open source security is for offensive and defensive security professionals to work together on important security challenges, benefit from shared knowledge, and drive the industry forward. During this talk, engineers from the Facebook security team will discuss what they've learned building and supporting the most popular security project on GitHub and how that lead to the development of a new open source project for the GitHub community that will be debuted during this talk.Prototyping the Internet of Things
Prototyping the Internet of Things
How do you begin to build a product that can take any shape, communicate with a user in a number of ways and collect constant streams of data using an array of sensors? You prototype quickly and cheaply to allow for iterative validation. Fortunately for us, rapid prototyping for IoT has never been more accessible. Many tools are open source with vibrant maker community support, but you have to understand what’s available in the your toolbox to know what you can build.This talk will help you understand the tools available to you, while also defining a process for bringing them together into a highly usable, well-integrated, connected device. We’ll discuss:
- how to use design thinking to brainstorm and refine your ideas
- interaction options beyond touch screens
- hardware prototyping
- the software and connectivity necessary to bring your idea to life.
Session details coming soon
Speaker coming soon
Lunch
Panel: open source maintainers
Moderated by Brandon Keepers (GitHub), with Justin Dorfman (MaxCDN), Judy Gichoya (OpenMRS), & Jessie Frazelle (Mesosphere)
Panel: open source maintainers
Moderated by Brandon Keepers (GitHub), with Justin Dorfman (MaxCDN), Judy Gichoya (OpenMRS), & Jessie Frazelle (Mesosphere)
"Open source maintainers share their experiences in growing and maintaining open source projects. Points of discussion will include: - Growing a community, finding and nurturing new contributors
- Challenges: creating a healthy community, dealing with bad actors, avoiding burnout"
Optimizing for cognitive workflows: why continuous delivery isn't just for tools
Optimizing for cognitive workflows: why continuous delivery isn't just for tools
As we scale our continuous delivery processes for a large development organisation, developers get more and more updates every day regarding automated test results, performance regressions, code coverage, etc. Would we design our feedback loops the same way if we put the developers first? Let's optimise the cognitive workflow of our developers; and design our supporting CD tools from this angle.Building cross-platform apps with Electron
Building cross-platform apps with Electron
Electron is GitHub’s open source tool for building cross platform desktop applications with web technologies. In this talk we’ll recap Electron’s origins, but dive more deeply into the growing ecosystem and what’s to look forward to from GitHub.Panel: every company is a software company
Moderated by Kakul Strivastava (GitHub), with Eric Bowman (Zalando), Thomas Sugden (UBS), & Jerry Caupain (KPN).
Panel: every company is a software company
Moderated by Kakul Strivastava (GitHub), with Eric Bowman (Zalando), Thomas Sugden (UBS), & Jerry Caupain (KPN).
We already know that software is eating the world. The real question has quickly become: how will companies use software to win? Hear from technologists from Zalando, KPN, UBS and Tesco about how they are embracing software in unexpected parts of their companies. In a conversation moderated by GitHub Vice President of Product and Marketing Kakul Srivastava, the panelists will discuss how their teams are using modern software-building tools to improve their businesses, why it's critical to build a world-class engineering team, and ultimately how to use software to deliver world-class products and services. Break
How we built GOV.UK without breaking the web
How we built GOV.UK without breaking the web
The Government Digital Service is transforming the UK government by improving services so that they're simpler, clearer and faster for people to use. GDS built GOV.UK, the single website for government, and has started work on shared platforms like application hosting, payments and notifications.Jenny and Alex will introduce GDS, describe some of the tools and processes that go into building and running GOV.UK in the open, and talk in detail about how we closed hundreds of government websites and maintain redirects to GOV.UK so that links to the old sites continue to work.
Staying sane with small incremental releases
Staying sane with small incremental releases
Frustrated by huge code reviews? Blocked by something your co-worker is refactoring? Nervous about shipping? These are all symptoms that your releases are too big. I'll talk about how to make sure you ship small incremental releases so you keep momentum, increase team happiness and become a mean shipping machine."Using pull requests to drive continuous delivery
Using pull requests to drive continuous delivery
"Developers all know this story. We have this piece of software that runs in the cloud. All the code lives on GitHub, and is tested with Travis CI. There is a production app, a staging app, and maybe, sometimes, a development app, and then there are the local development environments.Delivering the code to these environments, usually tends to involve a series of manual steps, tweaking, fairy dust, and hoping for the best. We all dream for Continuous Delivery, where we've automated a good chunk of this work, and at the push of a button, this just, well, happens.
For the past year, Heroku has been working on addressing this. We've come up with a structured workflow for Continuous Delivery, which we call Heroku Flow. We can automatically deploy to staging when CI passes and allow you to manually promote to production when ready. Create and tear down ephemeral development environments for all of your pull requests."
The API flow
The API flow
Building an API takes more than coding a backend implementation. APIs are all about dialog. It takes culture, understanding, communication and collaboration to build a truly great API. The GitHub flow forms the backbone of the modern API-building process.In this talk we will take a look at what a modern API-building flow looks like, and how the GitHub flow is utilized in its every phase. From the API design, server development to delivery and consumption. We will walk through the phases of the API flow and take a look at the steps necessary to build a great API that scales and lasts.
The phases we will cover are:
- Preparation — what your team needs before building an API
- Design & Prototype — how to collaboratively design and prototype your API
- Code API — how to (CI) test your API while you are building it
- Ship 🚀– how to hand over your API to its users’ hands
- Code Clients — help users to understand your API and to succeed
- Analyze — analyze every phase and improve your API in the next iteration
Break
After-party: Van Gogh Museum
Museumplein 6, 1071 DJ Amsterdam, Netherlands
Portugal Economia Social = Meeting Place 19, 20 May @FIL
ICreatePowering the Social Economy
PITCHES entre financiadores e empreendedores sociais
Network / Plataforma para promover parcerias entre quem tem capacidade e quer financiar e quem tem projectos de âmbito social para apresentar e desenvolver.
Porquê Economia Social?
A economia social, para além do seu peso quantitativo, tem vindo nas últimas décadas a afirmar a sua capacidade de colaborar de uma forma eficaz para:
- Resolução dos novos problemas sociais, reforçando a sua posição como indispensável para o desenvolvimento económico sustentável e estável,
- Adequar os serviços às necessidades, valorizando as actividades económicas ao serviço das necessidades sociais
Objectivos do Portugal Economia Social
Promover a Economia Social Solidária estimular uma Economia Social Sustentável
- Apresentar / promover projectos económicos e sociais e fomentar a criação de “joint ventures” para o desenvolvimento cooperativo;
- Mostrar respostas para a satisfação de necessidades sociais mas também de novas soluções institucionais e legais que desenvolvem formas de organização económica mais plurais, democráticas e participativas, alternativas à economia de mercado;
- Dinamizar e apoiar o empreendedorismo social e estimular a capacidade empreendedora dos/as cidadãos/ãs e das organizações, visando o desenvolvimento sustentável e a coesão económica, por via da estimulação à criação de riqueza;
- Mostrar produtos e serviços que servem o sector da economia social;
- Promover o desenvolvimento local através de respostas às situações, públicos e regiões mais deficitárias, levando à criação de emprego e ao estímulo à participação;
- Promover a coesão social, através do combate a diferentes formas de exclusão social e pobreza, estimulando a criação de emprego e melhorando as condições de empregabilidade;
- Facilitar a interacção entre o primeiro, o segundo e o terceiro sector
Source:
http://www.portugaleconomiasocial.fil.pt/wp-content/uploads/2016/04/PortugalEconomiaSocial_apresentacao_v6D.pdf
http://www.portugaleconomiasocial.fil.pt/programa/
Here comes Appcircus Barcelona 2016!
| ||||||||
| ||||||||
| ||||||||
Beta tester Hover Drone - HOVER CAMERA
Hover Camera
Hover Camera is the world’s first truly consumer-friendly self-flying camera that’s safe, portable, and easy-to-use.
Source: http://gethover.com/
MAKE FAIRE: Newsletter -Maker Faire Bay Area 2016
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
quinta-feira, 28 de abril de 2016
Beta-i - Newsletter
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Subscrever:
Mensagens (Atom)
Last
-
O Roadshow Portugal Global vai a Guimarães dia 1 de junho mostrar às empresas como a co-criação leva à diferenciação de produt...
-
Os vários tipos de linguagem de programação estão a ganhar uma importância crescente no mundo atual, sendo fundamentais, não só na área...
-
121 Tools (and resources) To Kickstart Your Startup In 2016 It doesn’t have to be expensive to build your own startup. Th...
-
O SHARK TANK Portugal associou-se ao FABTUR 4.0, promovido pela NOVOTECNA, que visa apoiar quem tenha ideias, projetos ou empresas qu...
-
O StartUP Voucher é uma das medidas da StartUP Portugal - Estratégia Nacional para o Empreendedorismo, que din...











Social coding at SAP