Git Product home page Git Product logo

coderschool_prework_blog's Introduction

Hi, I'm Alberto Montalesi

I'm a self taught full stack developer from Italy, currently located in Vietnam where I work on enterprise software using a stack comprised of Angular,MySQL and AWS.

Being passionate about JavaScript and the web, I wrote and published the book Complete Guide to Modern JavaScript, now at its fourth edition which I've also turned into a Course On Educative.

I also write tutorials and other (hopefully) useful articles on my website InspiredWebDev.

I'm currently creating a series where I explain how to complete several challenges from CodeWars, you can find it at this link while at the same time working on another personal project that hopefully will be released by the end of the year.

Where to find me

You can contact me on twitter @montalesi


Metrics

Personal Projects I've worked on

In November 2020 I've launched map2maps.com a map comparison tool that allows you to draw a shape on one map and see how it compares on up to 3 other maps.It was built using Angular and LeafletJS; i've reworked it in 2023 to use NextJS and MapBox.

image

coderschool_prework_blog's People

Contributors

albertomontalesi avatar

Watchers

 avatar  avatar

coderschool_prework_blog's Issues

Coderschool support

Hi @AlbertoMontalesi, As I checked, there are many problem in your code, which cause App crashed. Solving these 2 main problems, deploy it to Heroku, then re-submit to us and continue improve your app.

  • You have duplicated model - Article. One is article.rb and one is articles.rb. It seem like you copy articles.rb from someone else right ?!. To solve this, simply remove articles.rb or copy all it's content to article.rb and remember to change :content to :body, because you don't have any column named content in articles table, instead of that is column body (Check your schema.rb file for more details)
  • You have duplicated index method in your articles_controller.rb. Try to merge them into one.

Commit and Push to heroku master and your app will be available.
blog

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.