Home
Language
English
Türkçe
Bahasa Indonesia
About
Privacy Policy
Terms of Service
Pricing
Sign In
Download All
Share
Ryan Silva
@RdotSilva
Full Stack Software Engineer • Always pushing myself and learning new things CareerDevs Computer Science University graduate
Providence, RI
Joined March 2019
157
Following
226
Followers
364
Posts
Pinned Tweet
Ryan Silva
@RdotSilva
about 6 years ago
#Day365
of
@CareerDevs
#365DaysOfCode
7,117 contributions & 365 days later w/
#NoDaysOff
I've landed an amazing role as a Software Engineer starting tomorrow! Hard work, dedication, & consistency have certainly paid off!
#OnToTheNextOne
#100DaysOfCode
#SiliconRhode
#CareerDevs
See More
Ryan Silva
@RdotSilva
about 6 years ago
@ThomasM1492
@careerdevs
Great job man love seeing those colors. Keep up the good work.
Ryan Silva
@RdotSilva
about 6 years ago
@ArnellMilhouse
@careerdevs
Thanks Arnell! You guys set the bar high and pushed me to a whole new level. Couldn't have done it without you and the rest of the
@CareerDevs
.
Ryan Silva
@RdotSilva
about 6 years ago
#Day364
of
@CareerDevs
#365DaysOfCode
Making some final tweaks to my
#Flask
Fitness Blog before
#deployment
. Exporting
#Python
dependencies to a requirements file using pip freeze, for use on the
#Linux
server.
#100DaysOfCode
#SiliconRhode
#CareerDevs
https://t.co/T7eWJJnIGA
Who to follow
Bobby Alestra
@reactwith_r
Current Student @CareerDevs
Ryan Silva
@RdotSilva
about 6 years ago
#Day363
of
@CareerDevs
#365DaysOfCode
Updating my
#Bootstrap
sidebar to allow users to view latest blog posts. Building a
#Flask
route to query the
#SQLite
#database
for posts made within the last 24 hours.
#100DaysOfCode
#SiliconRhode
#CareerDevs
https://t.co/T7eWJJnIGA
Ryan Silva
@RdotSilva
about 6 years ago
#Day362
of
@CareerDevs
#365DaysOfCode
Working on custom error handling. Creating a
#Flask
blueprint for errors that checks for specific
#http
response status codes & renders the appropriate
#Jinja2
template.
#100DaysOfCode
#SiliconRhode
#CareerDevs
https://t.co/T7eWJJnIGA
Ryan Silva
@RdotSilva
about 6 years ago
#Day361
of
@CareerDevs
#365DaysOfCode
Restructuring the app using
#Flask
blueprints, allowing me to split app up into manageable sections. Using the application factory
#DesignPattern
within my
#Python
init file.
#100DaysOfCode
#SiliconRhode
#CareerDevs
https://t.co/T7eWJJnIGA
Ryan Silva
@RdotSilva
about 6 years ago
#Day360
of
@CareerDevs
#365DaysOfCode
Implementing a password reset feature. Creating methods inside the
#Flask
user model to generate/verify reset tokens. Using flask_mail
#Python
package to email user tokens.
#100DaysOfCode
#SiliconRhode
#CareerDevs
https://t.co/T7eWJJnIGA
Ryan Silva
@RdotSilva
about 6 years ago
#Day359
of
@CareerDevs
#365DaysOfCode
Updating the home
#Flask
template to display blog posts using
#pagination
for better
#UX
. Chaining the
#SQLAlchemy
paginate method to the home posts query to achieve this.
#100DaysOfCode
#SiliconRhode
#CareerDevs
https://t.co/T7eWJJnIGA
Ryan Silva
@RdotSilva
about 6 years ago
#Day358
of
@CareerDevs
#365DaysOfCode
Building a
#Flask
form to submit blog posts using WTForms. Adding several
#CRUD
routes using the
#Python
route() decorator, linking post views w/ the render_template method.
#100DaysOfCode
#SiliconRhode
#CareerDevs
https://t.co/T7eWJJnIGA
Ryan Silva
@RdotSilva
about 6 years ago
#Day357
of
@CareerDevs
#365DaysOfCode
Working on
#CRUD
functionality for blog posts. Adding a
#SQLAlchemy
#Python
data model for posts w/ a FK relationship to users, for use in my
#SQLite
development
#database
.
#100DaysOfCode
#SiliconRhode
#CareerDevs
https://t.co/T7eWJJnIGA
Ryan Silva
@RdotSilva
about 6 years ago
#Day356
of
@CareerDevs
#365DaysOfCode
Creating a user account page to show profile picture/user info using the
#Python
route decorator. Adding a
#Flask
template to render profile page w/ a form to update profile.
#100DaysOfCode
#SiliconRhode
#CareerDevs
https://t.co/T7eWJJnIGA
Ryan Silva
@RdotSilva
about 6 years ago
#Day355
of
@CareerDevs
#365DaysOfCode
Updating the
#Flask
routes to use the Flask-Login provider to handle session management. Using
#bcrypt
to hash user password on signup before updating the
#SQLite
#database
.
#100DaysOfCode
#SiliconRhode
#CareerDevs
https://t.co/T7eWJJnIGA
Ryan Silva
@RdotSilva
about 6 years ago
#Day354
of
@CareerDevs
#365DaysOfCode
Restructuring my
#Python
app to into a package to help w/ importing of modules throughout the app. Adding
#Flask
templates to render views using
#Jinja2
templating language.
#100DaysOfCode
#SiliconRhode
#CareerDevs
https://t.co/T7eWJJnIGA
Ryan Silva
@RdotSilva
about 6 years ago
#Day353
of
@CareerDevs
#365DaysOfCode
Setting up a
#SQLite
#database
to use during development. Using
#SQLAlchemy
to create a data model for user profiles. Updating auth routes to read/write user info to the db.
#100DaysOfCode
#SiliconRhode
#CareerDevs
https://t.co/T7eWJJnIGA
Ryan Silva
@RdotSilva
about 6 years ago
#Day352
of
@CareerDevs
#365DaysOfCode
Utilizing the
#WTForms
#Python
package to create forms allowing users to login & register. Adding form field validators to check input & display any errors using
#Bootstrap
.
#100DaysOfCode
#SiliconRhode
#CareerDevs
https://t.co/T7eWJJnIGA
See More
Ryan Silva
@RdotSilva
about 6 years ago
#Day351
of
@CareerDevs
#365DaysOfCode
Working on the user login/registration routes for my
#Flask
web app. Creating several routes using the route() decorator, that binds a
#Python
function to a specific URL.
#100DaysOfCode
#SiliconRhode
#CareerDevs
https://t.co/T7eWJJnIGA
Ryan Silva
@RdotSilva
about 6 years ago
#Day350
of
@CareerDevs
#365DaysOfCode
Creating a new full stack web app using
#Python
w/ the
#Flask
framework: Fitness Blog w/ full user authentication where users can share/view fitness & workout tips/guides.
#100DaysOfCode
#SiliconRhode
#CareerDevs
https://t.co/T7eWJJnIGA
See More
Ryan Silva
@RdotSilva
about 6 years ago
#Day349
of
@CareerDevs
#365DaysOfCode
Tweaking the track details
#ReactNative
screen to use the new activity type data from the
#backend
. Using a
#JavaScript
switch to conditionally render icons based on type.
#100DaysOfCode
#SiliconRhode
#CareerDevs
https://t.co/WRfBSmH2LB
Ryan Silva
@RdotSilva
about 6 years ago
#Day348
of
@CareerDevs
#365DaysOfCode
Working on a new
#React
context action/reducer for updating the track type state. Binding the new action to onValueChange for the type picker in the track creation form.
#100DaysOfCode
#SiliconRhode
#CareerDevs
https://t.co/WRfBSmH2LB
Last Seen Users on Sotwe
Wilson
Seen from
United States
jeff redd
Seen from
Turkey
trungnientim
Fenris 🐺
Masha Sosalkina
Seen from
Germany
49รัดยาง
Seen from
Thailand
REBEUDETER 🇩🇿
Seen from
Germany
nalgon932
Seen from
Brazil
Andi05
Seen from
Indonesia
ffgg
Seen from
India
Trends for you
1
NCAA
Under 10K tweets
2
#WWDC
Under 10K tweets
3
Great Dane
Under 10K tweets
4
Pete Rose
Under 10K tweets
5
Golden Gate
Under 10K tweets
6
Good Nut
Under 10K tweets
7
Larkin
Under 10K tweets
8
Nintendo Direct
Under 10K tweets
9
Stephen A
Under 10K tweets
10
#ZIGxONDO
Under 10K tweets
Most Popular Users
1
Elon Musk
@elonmusk
240.2M followers
2
Barack Obama
@barackobama
119.3M followers
3
Donald J. Trump
@realdonaldtrump
111.6M followers
4
Cristiano Ronaldo
@cristiano
109.1M followers
5
Narendra Modi
@narendramodi
107M followers
6
Rihanna
@rihanna
97.3M followers
7
NASA
@nasa
92.1M followers
8
Justin Bieber
@justinbieber
90.6M followers
9
KATY PERRY
@katyperry
86.9M followers
10
Taylor Swift
@taylorswift13
80.7M followers
11
Lady Gaga
@ladygaga
72.3M followers
12
Kim Kardashian
@kimkardashian
69.4M followers
13
Virat Kohli
@imvkohli
68.7M followers
14
YouTube
@youtube
68.6M followers
15
Bill Gates
@billgates
63.5M followers
16
The Ellen Show
@theellenshow
62.5M followers
17
CNN
@cnn
61.9M followers
18
Neymar Jr
@neymarjr
61.2M followers
19
X
@x
60.9M followers
20
Selena Gomez
@selenagomez
60M followers
Olivia
Online
✨
⭐
💫