Mostrando las entradas con la etiqueta React. Mostrar todas las entradas
Mostrando las entradas con la etiqueta React. Mostrar todas las entradas

sábado, 4 de febrero de 2023

Libros gratuitos de Java Code Geeks.

 

Download FREE IT Guides!

 

Full Stack Development with Spring Boot and React - Third Edition ($37.99 Value) FREE for a Limited Time

Taking a practical approach, this book will first walk you through the latest Spring Boot features for creating a robust backend, covering everything from setting up the environment and dependency injection to security and testing.

 
 

Beginning Programming with Java For Dummies, 6th Edition ($18.00 Value) FREE for a Limited Time

Consider Beginning Programming with Java For Dummies your indispensable guide to learning how to program in one of the most popular programming languages—Java! Java is an invaluable language to master

 
 

Uncommon Accountability: A Radical New Approach To Greater Success and Fulfillment ($25.00 Value) FREE for a Limited Time

The implementation of true, organization-wide accountability has the potential to transform your firm’s—and your personal—performance. Unfortunately, the word “accountability” often has negative connotations, including blame, fear, and conflict.

 
 

Best Python Courses

Python is a popular computer programming language. Many people choose to learn Python because it is easy to pick up compared with other programming languages. It is often the language of choice for automation and data science tasks

 
This is third-party material. If you're downloading a whitepaper or ebook for the first time, our distribution service, TradePub, will ask for some personal information in order to help us understand our audience. You will only have to do this once. After that, the system will recognise you. Note: We promise to respect your privacy and keep all information we collect safe. We will never share or sell your information with third parties.

martes, 29 de septiembre de 2020

Con que framework debo desarrollar un sistema web??


Esta pregunta me la hizo un alumno y quiero compartir mi respuesta. 

Existen muchas opciones pero es bueno ir por donde va la industria, es decir utilizar lo más usado. Claramente hoy en día se utiliza un framework backend + un framewor front.Comunicados por Apis Rest.  

Por front podemos elegir : Angular, React o Vue , el mercado esta ahí. 

Por back tenes muchas opciones: java - spring boot, solución super probada y te va andar muy bien.

dot net - dot net core con MVC, un poco más nuevo pero anda muy bien y se usa mucho. 

Python: Django, viejito pero bueno,

Javascript con node y express. 

Y si te interesa arriesgarte y optar por algo nuevo tenes Go, con Echo o otros frameworks. 

miércoles, 2 de enero de 2019

3 libros gratuitos de AWS Lambda, cybersecurity y React

Download IT Guides!

 
With serverless computing, you can build and run applications without the need for provisioning or managing servers. Serverless computing means that you can build web, mobile, and IoT backends, run stream processing or big data workloads, run chatbots, and more. In this session, learn how to get started with serverless computing with AWS Lambda, which lets you run code without provisioning or managing servers.
 
 
Threat intelligence has become a significant weapon in the fight against cybersecurity threats, and a large majority of organizations have made it a key part of their security programs. Download the Threat Intelligence Report to find out how organizations are leveraging threat intelligence, what challenges they are facing and the benefits they receive from threat intelligence platforms.
 

 
($87 Value, FREE For a Limited Time) React is a remarkable JavaScript library that's taken the development community by storm. In a nutshell, it's made it easier for developers to build interactive user interfaces for web, mobile and desktop platforms. With 3 books in 1, this resource is a collection of in-depth tutorials and guides to help you get started and advance your skills.
 

martes, 27 de diciembre de 2016

TypeScript 2.1 fue liberado



Si bien la verdad no me gusta para nada el framework typescript, tengo que reconocer que es muy usado más que nada por los que usan Angular o React.

Que nos trae de nuevo la versión 2.1:

  • Funciones asíncronas: Esto significa que puede utilizar async / await en ES3/ES5 sin necesidad de utilizar otras herramientas.
  • Object Rest & Spread: facilita mucho la copia parcial, merge y la selección de objetos.
  • Tipos keyof and Lookup
  • Tipos Mapped
  • Y más!!
Por lo visto se viene con todo!!



Dejo link:
https://blogs.msdn.microsoft.com/typescript/2016/12/07/announcing-typescript-2-1/
https://www.infoq.com/news/2016/12/typescript-2-1-released

martes, 12 de enero de 2016

Que es React?


Si, si voy a hablar de otra librería javascript: React.js. Lo se, hay muchas librerías javascript. Como existe gente que crea otra y como hay gente que la estudia. no lo se. Pero lo que si se es que cuando el mundo parecía solucionado con Angular, apareció Rect.js que hizo ruido y si hizo ruido algo tendrá.

React es una librería Javascript de código abierto para crear interfaces de usuario, la idea es que sea una herramienta para las webs single-page  (que en castellano serían las web que se ejecutan en una sola pagina). Es mantenido por Facebook, Instagram y una comunidad de desarrolladores independientes.

React nos ayuda a modificar datos de forma dinámica. Su objetivo es para ser sencillo, declarativo y orientado a componentes. React utiliza el patrón MVC, y puede ser utilizada conjuntamente con otras librerías Javascript como AngularJS.

En otros post voy a seguir hablando de este fabuloso framework.

Dejo link: https://facebook.github.io/react/
y en español: https://github.com/jlobos27/react-espanol